Searched defs:OptionsPageUIHandler (Results 1 - 2 of 2) sorted by relevance

/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 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...]

Completed in 189 milliseconds