HomeSort by relevance Sort by last modified time
    Searched defs:OptionsPageUIHandler (Results 1 - 2 of 2) 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...]

Completed in 46 milliseconds