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

/external/chromium/chrome/browser/ui/webui/
H A Dshown_sections_handler.h36 class ShownSectionsHandler : public WebUIMessageHandler, class in inherits:WebUIMessageHandler,NotificationObserver
39 explicit ShownSectionsHandler(PrefService* pref_service);
40 virtual ~ShownSectionsHandler() {}
76 DISALLOW_COPY_AND_ASSIGN(ShownSectionsHandler);
H A Dshown_sections_handler.cc47 int ShownSectionsHandler::GetShownSections(PrefService* prefs) {
52 void ShownSectionsHandler::SetShownSection(PrefService* prefs,
60 ShownSectionsHandler::ShownSectionsHandler(PrefService* pref_service) function in class:ShownSectionsHandler
66 void ShownSectionsHandler::RegisterMessages() {
68 NewCallback(this, &ShownSectionsHandler::HandleGetShownSections));
70 NewCallback(this, &ShownSectionsHandler::HandleSetShownSections));
73 void ShownSectionsHandler::Observe(NotificationType type,
87 void ShownSectionsHandler::HandleGetShownSections(const ListValue* args) {
93 void ShownSectionsHandler
[all...]

Completed in 162 milliseconds