Searched refs:PrefHandler (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/extensions/shell/browser/
H A Dshell_audio_controller_chromeos.cc33 ShellAudioController::PrefHandler::PrefHandler() {} function in class:extensions::ShellAudioController::PrefHandler
35 double ShellAudioController::PrefHandler::GetOutputVolumeValue(
40 double ShellAudioController::PrefHandler::GetInputGainValue(
45 void ShellAudioController::PrefHandler::SetVolumeGainValue(
52 bool ShellAudioController::PrefHandler::GetMuteValue(
57 void ShellAudioController::PrefHandler::SetMuteValue(
61 bool ShellAudioController::PrefHandler::GetAudioCaptureAllowedValue() {
65 bool ShellAudioController::PrefHandler::GetAudioOutputAllowedValue() {
69 void ShellAudioController::PrefHandler
[all...]
H A Dshell_audio_controller_chromeos.h22 class PrefHandler : public chromeos::AudioDevicesPrefHandler { class in class:extensions::ShellAudioController
24 PrefHandler();
44 virtual ~PrefHandler();
47 DISALLOW_COPY_AND_ASSIGN(PrefHandler);
H A Dshell_audio_controller_chromeos_unittest.cc34 new ShellAudioController::PrefHandler());
H A Dshell_browser_main_parts.cc87 new ShellAudioController::PrefHandler());
/external/chromium_org/chrome/browser/chromeos/accessibility/
H A Daccessibility_manager.h91 class PrefHandler { class in class:chromeos::AccessibilityManager
93 explicit PrefHandler(const char* pref_path);
94 virtual ~PrefHandler();
103 DISALLOW_COPY_AND_ASSIGN(PrefHandler);
259 PrefHandler large_cursor_pref_handler_;
260 PrefHandler spoken_feedback_pref_handler_;
261 PrefHandler high_contrast_pref_handler_;
262 PrefHandler autoclick_pref_handler_;
263 PrefHandler autoclick_delay_pref_handler_;
264 PrefHandler virtual_keyboard_pref_handler
[all...]
H A Dmagnification_manager.cc123 // TODO(yoshiki): Move following code to PrefHandler.
250 AccessibilityManager::PrefHandler magnifier_enabled_pref_handler_;
251 AccessibilityManager::PrefHandler magnifier_type_pref_handler_;
252 AccessibilityManager::PrefHandler magnifier_scale_pref_handler_;
H A Daccessibility_manager.cc267 // AccessibilityManager::PrefHandler
269 AccessibilityManager::PrefHandler::PrefHandler(const char* pref_path) function in class:chromeos::AccessibilityManager::PrefHandler
272 AccessibilityManager::PrefHandler::~PrefHandler() {}
274 void AccessibilityManager::PrefHandler::HandleProfileChanged(
889 // TODO(yoshiki): Move following code to PrefHandler.

Completed in 215 milliseconds