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

  /external/chromium/chrome/browser/ui/webui/
shown_sections_handler.cc 54 int shown_sections = GetShownSections(prefs); local
55 shown_sections &= ~ALL_SECTIONS_MASK;
56 shown_sections |= section;
57 prefs->SetInteger(prefs::kNTPShownSections, shown_sections);
127 int shown_sections = pref_service->GetInteger(prefs::kNTPShownSections); local
133 if (shown_sections & APPS)
134 shown_sections = APPS;
136 shown_sections = THUMB;
142 pref_service->SetInteger(prefs::kNTPShownSections, shown_sections);
ntp_resource_cache.cc 356 // Pass the shown_sections pref early so that we can prevent flicker.
357 const int shown_sections = ShownSectionsHandler::GetShownSections( local
359 localized_strings.SetInteger("shown_sections", shown_sections);
  /external/chromium/chrome/browser/automation/
testing_automation_provider.cc 4790 const int shown_sections = ShownSectionsHandler::GetShownSections( local
4839 int shown_sections = ShownSectionsHandler::GetShownSections(prefs); local
4855 const int shown_sections = ShownSectionsHandler::GetShownSections( local
4901 int shown_sections = ShownSectionsHandler::GetShownSections(prefs); local
    [all...]

Completed in 1365 milliseconds