Searched refs:OptionsPageUIHandler (Results 1 - 25 of 32) sorted by relevance

12

/external/chromium/chrome/browser/ui/webui/options/chromeos/
H A Dlanguage_customize_modifier_keys_handler.h15 class LanguageCustomizeModifierKeysHandler : public OptionsPageUIHandler {
20 // OptionsPageUIHandler implementation.
H A Dcros_options_page_ui_handler.h15 class CrosOptionsPageUIHandler : public OptionsPageUIHandler {
H A Dlanguage_chewing_handler.h18 class LanguageChewingHandler : public OptionsPageUIHandler {
23 // OptionsPageUIHandler implementation.
H A Dlanguage_hangul_handler.h17 class LanguageHangulHandler : public OptionsPageUIHandler {
22 // OptionsPageUIHandler implementation.
H A Dlanguage_mozc_handler.h16 class LanguageMozcHandler : public OptionsPageUIHandler {
21 // OptionsPageUIHandler implementation.
H A Dlanguage_pinyin_handler.h16 class LanguagePinyinHandler : public OptionsPageUIHandler {
21 // OptionsPageUIHandler implementation.
H A Dchange_picture_options_handler.h18 class ChangePictureOptionsHandler : public OptionsPageUIHandler,
24 // OptionsPageUIHandler implementation.
/external/chromium/chrome/browser/ui/webui/options/
H A Doptions_ui.h24 class OptionsPageUIHandler : public WebUIMessageHandler, class in inherits:WebUIMessageHandler,NotificationObserver
27 OptionsPageUIHandler();
28 virtual ~OptionsPageUIHandler();
73 DISALLOW_COPY_AND_ASSIGN(OptionsPageUIHandler);
102 OptionsPageUIHandler* handler);
H A Dstop_syncing_handler.h11 class StopSyncingHandler : public OptionsPageUIHandler {
16 // OptionsPageUIHandler implementation.
H A Dclear_browser_data_handler.h14 class ClearBrowserDataHandler : public OptionsPageUIHandler,
20 // OptionsPageUIHandler implementation.
H A Doptions_ui.cc134 // OptionsPageUIHandler
138 OptionsPageUIHandler::OptionsPageUIHandler() { function in class:OptionsPageUIHandler
141 OptionsPageUIHandler::~OptionsPageUIHandler() {
144 bool OptionsPageUIHandler::IsEnabled() {
148 void OptionsPageUIHandler::UserMetricsRecordAction(
154 void OptionsPageUIHandler::RegisterStrings(
164 void OptionsPageUIHandler::RegisterTitle(DictionaryValue* localized_strings,
269 static_cast<OptionsPageUIHandler*>(*ite
[all...]
H A Dlanguage_options_handler_common.h16 class LanguageOptionsHandlerCommon : public OptionsPageUIHandler {
21 // OptionsPageUIHandler implementation.
H A Dabout_page_handler.h18 class AboutPageHandler : public OptionsPageUIHandler {
23 // OptionsPageUIHandler implementation.
H A Dautofill_options_handler.h16 class AutofillOptionsHandler : public OptionsPageUIHandler,
22 // OptionsPageUIHandler implementation.
H A Dcookies_view_handler.h13 class CookiesViewHandler : public OptionsPageUIHandler,
19 // OptionsPageUIHandler implementation.
H A Dfont_settings_handler.h14 class FontSettingsHandler : public OptionsPageUIHandler,
20 // OptionsPageUIHandler implementation.
H A Dimport_data_handler.h20 class ImportDataHandler : public OptionsPageUIHandler,
27 // OptionsPageUIHandler:
H A Dpersonal_options_handler.h20 class PersonalOptionsHandler : public OptionsPageUIHandler,
27 // OptionsPageUIHandler implementation.
H A Dsearch_engine_manager_handler.h14 class SearchEngineManagerHandler : public OptionsPageUIHandler,
23 // OptionsPageUIHandler implementation.
H A Dbrowser_options_handler.h22 class BrowserOptionsHandler : public OptionsPageUIHandler,
33 // OptionsPageUIHandler implementation.
H A Dcontent_settings_handler.h18 class ContentSettingsHandler : public OptionsPageUIHandler {
23 // OptionsPageUIHandler implementation.
H A Dsync_setup_handler.h13 class SyncSetupHandler : public OptionsPageUIHandler,
19 // OptionsPageUIHandler implementation.
H A Dadvanced_options_handler.h21 : public OptionsPageUIHandler,
28 // OptionsPageUIHandler implementation.
H A Dcore_options_handler.h19 class CoreOptionsHandler : public OptionsPageUIHandler {
24 // OptionsPageUIHandler implementation.
/external/chromium/chrome/browser/ui/webui/chromeos/
H A Dproxy_settings_ui.cc78 OptionsPageUIHandler* proxy_handler = new ProxyHandler();
93 static_cast<OptionsPageUIHandler*>(*iter)->Uninitialize();
101 (static_cast<OptionsPageUIHandler*>(*iter))->Initialize();

Completed in 135 milliseconds

12