Home
last modified time | relevance | path

Searched refs:saveProfile (Results 1 – 2 of 2) sorted by relevance

/plugin/freesync/
H A Dhelper.php56 function saveProfile($oldname, $profile) { function in helper_plugin_freesync
273 $this->saveProfile($this->getProfileName(), $this->_profile);
355 $this->saveProfile($this->getProfileName(), $this->_profile);
404 $this->saveProfile($this->getProfileName(), $this->_profile);
477 $this->saveProfile($this->getProfileName(), $this->_profile);
H A Dadmin.php64 case "save_profile": $this->fshlp->saveProfile($_REQUEST['oldname'], $param); break;