Home
last modified time | relevance | path

Searched refs:ApplyPrefs (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/chromeos/dbus/
Dpower_policy_controller_unittest.cc65 policy_controller_->ApplyPrefs(prefs); in TEST_F()
101 policy_controller_->ApplyPrefs(prefs); in TEST_F()
114 policy_controller_->ApplyPrefs(prefs); in TEST_F()
128 policy_controller_->ApplyPrefs(prefs); in TEST_F()
142 policy_controller_->ApplyPrefs(prefs); in TEST_F()
157 policy_controller_->ApplyPrefs(prefs); in TEST_F()
Dpower_policy_controller.h78 void ApplyPrefs(const PrefValues& values);
Dpower_policy_controller.cc155 void PowerPolicyController::ApplyPrefs(const PrefValues& values) { in ApplyPrefs() function in chromeos::PowerPolicyController
/external/chromium_org/chrome/browser/chromeos/power/
Dpower_prefs.cc151 power_policy_controller_->ApplyPrefs(values); in UpdatePowerPolicyFromPrefs()