Home | History | Annotate | Download | only in webui

Lines Matching defs:ShownSectionsHandler

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) {
106 void ShownSectionsHandler::RegisterUserPrefs(PrefService* pref_service) {
117 void ShownSectionsHandler::MigrateUserPrefs(PrefService* pref_service,
146 void ShownSectionsHandler::OnExtensionInstalled(PrefService* prefs,