OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ShownSectionsHandler
(Results
1 - 10
of
10
) sorted by null
/external/chromium/chrome/browser/ui/webui/
shown_sections_handler.h
36
class
ShownSectionsHandler
: public WebUIMessageHandler,
39
explicit
ShownSectionsHandler
(PrefService* pref_service);
40
virtual ~
ShownSectionsHandler
() {}
76
DISALLOW_COPY_AND_ASSIGN(
ShownSectionsHandler
);
shown_sections_handler.cc
47
int
ShownSectionsHandler
::GetShownSections(PrefService* prefs) {
52
void
ShownSectionsHandler
::SetShownSection(PrefService* prefs,
60
ShownSectionsHandler
::
ShownSectionsHandler
(PrefService* pref_service)
66
void
ShownSectionsHandler
::RegisterMessages() {
68
NewCallback(this, &
ShownSectionsHandler
::HandleGetShownSections));
70
NewCallback(this, &
ShownSectionsHandler
::HandleSetShownSections));
73
void
ShownSectionsHandler
::Observe(NotificationType type,
87
void
ShownSectionsHandler
::HandleGetShownSections(const ListValue* args) {
93
void
ShownSectionsHandler
::HandleSetShownSections(const ListValue* args)
[
all
...]
shown_sections_handler_unittest.cc
21
ShownSectionsHandler
::MigrateUserPrefs(prefs, 1, 3);
new_tab_ui.cc
316
AddMessageHandler((new
ShownSectionsHandler
(pref_service))->Attach(this));
439
ShownSectionsHandler
::RegisterUserPrefs(prefs);
458
ShownSectionsHandler
::MigrateUserPrefs(prefs, old_pref_version,
app_launcher_handler.cc
299
ShownSectionsHandler
::SetShownSection(prefs, THUMB);
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()) &
apps_promo.cc
186
ShownSectionsHandler
::SetShownSection(prefs_, APPS);
196
ShownSectionsHandler
::SetShownSection(prefs_, MENU_APPS);
197
ShownSectionsHandler
::SetShownSection(prefs_, THUMB);
extension_service.cc
[
all
...]
/external/chromium/chrome/browser/automation/
testing_automation_provider.cc
[
all
...]
Completed in 73 milliseconds