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

  /external/chromium/chrome/browser/ui/webui/
shown_sections_handler.h 36 class ShownSectionsHandler : public WebUIMessageHandler,
39 explicit ShownSectionsHandler(PrefService* pref_service);
40 virtual ~ShownSectionsHandler() {}
76 DISALLOW_COPY_AND_ASSIGN(ShownSectionsHandler);
shown_sections_handler.cc 47 int ShownSectionsHandler::GetShownSections(PrefService* prefs) {
52 void ShownSectionsHandler::SetShownSection(PrefService* prefs,
60 ShownSectionsHandler::ShownSectionsHandler(PrefService* pref_service)
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::HandleSetShownSections(const ListValue* args)
    [all...]

Completed in 64 milliseconds