Searched refs:ShownSectionsHandler (Results 1 – 10 of 10) sorted by relevance
/external/chromium/chrome/browser/ui/webui/ |
D | shown_sections_handler.cc | 47 int ShownSectionsHandler::GetShownSections(PrefService* prefs) { in GetShownSections() 52 void ShownSectionsHandler::SetShownSection(PrefService* prefs, in SetShownSection() 60 ShownSectionsHandler::ShownSectionsHandler(PrefService* pref_service) in ShownSectionsHandler() function in ShownSectionsHandler 66 void ShownSectionsHandler::RegisterMessages() { in RegisterMessages() 68 NewCallback(this, &ShownSectionsHandler::HandleGetShownSections)); in RegisterMessages() 70 NewCallback(this, &ShownSectionsHandler::HandleSetShownSections)); in RegisterMessages() 73 void ShownSectionsHandler::Observe(NotificationType type, in Observe() 87 void ShownSectionsHandler::HandleGetShownSections(const ListValue* args) { in HandleGetShownSections() 93 void ShownSectionsHandler::HandleSetShownSections(const ListValue* args) { in HandleSetShownSections() 106 void ShownSectionsHandler::RegisterUserPrefs(PrefService* pref_service) { in RegisterUserPrefs() [all …]
|
D | shown_sections_handler.h | 36 class ShownSectionsHandler : public WebUIMessageHandler, 39 explicit ShownSectionsHandler(PrefService* pref_service); 40 virtual ~ShownSectionsHandler() {} in ~ShownSectionsHandler() 76 DISALLOW_COPY_AND_ASSIGN(ShownSectionsHandler);
|
D | shown_sections_handler_unittest.cc | 21 ShownSectionsHandler::MigrateUserPrefs(prefs, 1, 3); in MigratePrefValue()
|
D | new_tab_ui.cc | 316 AddMessageHandler((new ShownSectionsHandler(pref_service))->Attach(this)); in NewTabUI() 439 ShownSectionsHandler::RegisterUserPrefs(prefs); in RegisterUserPrefs() 458 ShownSectionsHandler::MigrateUserPrefs(prefs, old_pref_version, in MigrateUserPrefs()
|
D | app_launcher_handler.cc | 299 ShownSectionsHandler::SetShownSection(prefs, THUMB); in HandleGetApps()
|
D | ntp_resource_cache.cc | 357 const int shown_sections = ShownSectionsHandler::GetShownSections( in CreateNewTabHTML()
|
/external/chromium/chrome/browser/extensions/ |
D | apps_promo_unittest.cc | 174 (ShownSectionsHandler::GetShownSections(prefs()) & APPS) != 0); in TEST_F() 176 (ShownSectionsHandler::GetShownSections(prefs()) & THUMB) != 0); in TEST_F() 180 EXPECT_TRUE((ShownSectionsHandler::GetShownSections(prefs()) & in TEST_F()
|
D | apps_promo.cc | 186 ShownSectionsHandler::SetShownSection(prefs_, APPS); in MaximizeAppsIfFirstView() 196 ShownSectionsHandler::SetShownSection(prefs_, MENU_APPS); in HidePromo() 197 ShownSectionsHandler::SetShownSection(prefs_, THUMB); in HidePromo()
|
D | extension_service.cc | 1769 ShownSectionsHandler::OnExtensionInstalled(profile_->GetPrefs(), extension); in OnExtensionInstalled()
|
/external/chromium/chrome/browser/automation/ |
D | testing_automation_provider.cc | 4790 const int shown_sections = ShownSectionsHandler::GetShownSections( in GetNTPThumbnailMode() 4837 ShownSectionsHandler::SetShownSection(prefs, section); in SetNTPThumbnailMode() 4839 int shown_sections = ShownSectionsHandler::GetShownSections(prefs); in SetNTPThumbnailMode() 4855 const int shown_sections = ShownSectionsHandler::GetShownSections( in GetNTPMenuMode() 4901 int shown_sections = ShownSectionsHandler::GetShownSections(prefs); in SetNTPMenuMode()
|