HomeSort by relevance Sort by last modified time
    Searched defs:OptionsPageUIHandler (Results 1 - 4 of 4) sorted by null

  /external/chromium/chrome/browser/ui/webui/options/
options_ui.h 24 class OptionsPageUIHandler : public WebUIMessageHandler,
27 OptionsPageUIHandler();
28 virtual ~OptionsPageUIHandler();
73 DISALLOW_COPY_AND_ASSIGN(OptionsPageUIHandler);
100 // Adds OptionsPageUiHandler to the handlers list if handler is enabled.
102 OptionsPageUIHandler* handler);
options_ui.cc 134 // OptionsPageUIHandler
138 OptionsPageUIHandler::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*>(*iter)->Uninitialize()
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/options/
options_ui.h 39 class OptionsPageUIHandler : public content::WebUIMessageHandler,
45 OptionsPageUIHandler();
46 virtual ~OptionsPageUIHandler();
102 DISALLOW_COPY_AND_ASSIGN(OptionsPageUIHandler);
141 // Adds OptionsPageUiHandler to the handlers list if handler is enabled.
143 OptionsPageUIHandler* handler);
147 std::vector<OptionsPageUIHandler*> handlers_;
options_ui.cc 187 // OptionsPageUIHandler
191 const char OptionsPageUIHandler::kSettingsAppKey[] = "settingsApp";
193 OptionsPageUIHandler::OptionsPageUIHandler() {
196 OptionsPageUIHandler::~OptionsPageUIHandler() {
199 bool OptionsPageUIHandler::IsEnabled() {
204 void OptionsPageUIHandler::RegisterStrings(
221 void OptionsPageUIHandler::RegisterTitle(DictionaryValue* localized_strings,
242 localized_strings->Set(OptionsPageUIHandler::kSettingsAppKey
    [all...]

Completed in 3862 milliseconds