OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kNTPShownSections
(Results
1 - 6
of
6
) sorted by null
/external/chromium/chrome/browser/ui/webui/
shown_sections_handler.cc
48
return prefs->GetInteger(prefs::
kNTPShownSections
);
57
prefs->SetInteger(prefs::
kNTPShownSections
, shown_sections);
63
pref_registrar_.Add(prefs::
kNTPShownSections
, this);
78
DCHECK(*pref_name == prefs::
kNTPShownSections
);
79
int sections = pref_service_->GetInteger(prefs::
kNTPShownSections
);
97
int old_mode = pref_service_->GetInteger(prefs::
kNTPShownSections
);
101
pref_service_->SetInteger(prefs::
kNTPShownSections
, mode);
109
pref_service->RegisterIntegerPref(prefs::
kNTPShownSections
,
112
pref_service->RegisterIntegerPref(prefs::
kNTPShownSections
, THUMB);
120
// Nothing to migrate for default
kNTPShownSections
value
[
all
...]
shown_sections_handler_unittest.cc
20
prefs->SetInteger(prefs::
kNTPShownSections
, starting_value);
22
return prefs->GetInteger(prefs::
kNTPShownSections
);
30
pref->RegisterIntegerPref(prefs::
kNTPShownSections
, 0);
ntp_resource_cache.cc
161
pref_change_registrar_.Add(prefs::
kNTPShownSections
, this);
206
*pref_name == prefs::
kNTPShownSections
) {
/external/chromium/chrome/common/
pref_names.cc
[
all
...]
pref_names.h
384
extern const char
kNTPShownSections
[];
/external/chromium/chrome/browser/automation/
testing_automation_provider.cc
[
all
...]
Completed in 73 milliseconds