Searched defs:OptionsPageUIHandler (Results 1 - 4 of 4) 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...]
/external/chromium_org/chrome/browser/ui/webui/options/
H A Doptions_ui.h39 class OptionsPageUIHandler : public content::WebUIMessageHandler, class in namespace:options
45 OptionsPageUIHandler();
46 virtual ~OptionsPageUIHandler();
102 DISALLOW_COPY_AND_ASSIGN(OptionsPageUIHandler);
143 OptionsPageUIHandler* handler);
147 std::vector<OptionsPageUIHandler*> handlers_;
H A Doptions_ui.cc187 // OptionsPageUIHandler
191 const char OptionsPageUIHandler::kSettingsAppKey[] = "settingsApp";
193 OptionsPageUIHandler::OptionsPageUIHandler() { function in class:options::OptionsPageUIHandler
196 OptionsPageUIHandler::~OptionsPageUIHandler() {
199 bool OptionsPageUIHandler::IsEnabled() {
204 void OptionsPageUIHandler::RegisterStrings(
221 void OptionsPageUIHandler::RegisterTitle(DictionaryValue* localized_strings,
242 localized_strings->Set(OptionsPageUIHandler
[all...]

Completed in 117 milliseconds