HomeSort by relevance Sort by last modified time
    Searched refs:GetShownSections (Results 1 - 5 of 5) sorted by null

  /external/chromium/chrome/browser/ui/webui/
shown_sections_handler.h 43 static int GetShownSections(PrefService* pref_service);
57 // Callback for "getShownSections" message.
shown_sections_handler.cc 47 int ShownSectionsHandler::GetShownSections(PrefService* prefs) {
54 int shown_sections = GetShownSections(prefs);
67 web_ui_->RegisterMessageCallback("getShownSections",
88 int sections = GetShownSections(pref_service_);
ntp_resource_cache.cc 357 const int shown_sections = ShownSectionsHandler::GetShownSections(
  /external/chromium/chrome/browser/extensions/
apps_promo_unittest.cc 174 (ShownSectionsHandler::GetShownSections(prefs()) & APPS) != 0);
176 (ShownSectionsHandler::GetShownSections(prefs()) & THUMB) != 0);
180 EXPECT_TRUE((ShownSectionsHandler::GetShownSections(prefs()) &
  /external/chromium/chrome/browser/automation/
testing_automation_provider.cc     [all...]

Completed in 218 milliseconds