Home
last modified time | relevance | path

Searched refs:GetShownSections (Results 1 – 5 of 5) sorted by relevance

/external/chromium/chrome/browser/ui/webui/
Dshown_sections_handler.cc47 int ShownSectionsHandler::GetShownSections(PrefService* prefs) { in GetShownSections() function in ShownSectionsHandler
54 int shown_sections = GetShownSections(prefs); in SetShownSection()
88 int sections = GetShownSections(pref_service_); in HandleGetShownSections()
Dshown_sections_handler.h43 static int GetShownSections(PrefService* pref_service);
Dntp_resource_cache.cc357 const int shown_sections = ShownSectionsHandler::GetShownSections( in CreateNewTabHTML()
/external/chromium/chrome/browser/extensions/
Dapps_promo_unittest.cc174 (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()
/external/chromium/chrome/browser/automation/
Dtesting_automation_provider.cc4790 const int shown_sections = ShownSectionsHandler::GetShownSections( in GetNTPThumbnailMode()
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()