OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetForProfile
(Results
1 - 25
of
43
) sorted by null
1
2
/external/chromium/chrome/browser/extensions/
notifications_apitest.cc
20
DesktopNotificationServiceFactory::
GetForProfile
(browser()->profile())
theme_installed_infobar_delegate.cc
28
theme_service_(ThemeServiceFactory::
GetForProfile
(profile_)),
app_background_page_apitest.cc
129
BackgroundContentsServiceFactory::
GetForProfile
(browser()->profile())->
/external/chromium/chrome/browser/
background_contents_service_factory.h
20
static BackgroundContentsService*
GetForProfile
(Profile* profile);
background_mode_manager_factory.cc
13
BackgroundModeManager* BackgroundModeManagerFactory::
GetForProfile
(
background_mode_manager_factory.h
20
static BackgroundModeManager*
GetForProfile
(Profile* profile);
background_contents_service_factory.cc
13
BackgroundContentsService* BackgroundContentsServiceFactory::
GetForProfile
(
desktop_notification_handler.cc
54
DesktopNotificationServiceFactory::
GetForProfile
(process->profile());
66
DesktopNotificationServiceFactory::
GetForProfile
(process->profile());
83
DesktopNotificationServiceFactory::
GetForProfile
(process->profile());
/external/chromium/chrome/browser/notifications/
desktop_notification_service_factory.h
22
static DesktopNotificationService*
GetForProfile
(Profile* profile);
desktop_notification_service_factory.cc
14
DesktopNotificationService* DesktopNotificationServiceFactory::
GetForProfile
(
notification_exceptions_table_model_unittest.cc
27
service_ = DesktopNotificationServiceFactory::
GetForProfile
(profile());
notification_options_menu_model.cc
165
DesktopNotificationServiceFactory::
GetForProfile
(balloon_->profile());
215
DesktopNotificationServiceFactory::
GetForProfile
(balloon_->profile());
/external/chromium/chrome/browser/tabs/
pinned_tab_service_factory.cc
12
PinnedTabService* PinnedTabServiceFactory::
GetForProfile
(
pinned_tab_service_factory.h
21
static PinnedTabService*
GetForProfile
(Profile* profile);
/external/chromium/chrome/browser/themes/
theme_service_factory.h
27
static ThemeService*
GetForProfile
(Profile* profile);
theme_service_factory.cc
19
ThemeService* ThemeServiceFactory::
GetForProfile
(Profile* profile) {
26
std::string id =
GetForProfile
(profile)->GetThemeID();
/external/chromium/chrome/browser/sync/glue/
theme_util.cc
122
ThemeServiceFactory::
GetForProfile
(profile)->SetTheme(extension);
143
ThemeServiceFactory::
GetForProfile
(profile)->SetNativeTheme();
145
ThemeServiceFactory::
GetForProfile
(profile)->UseDefaultTheme();
theme_change_processor.cc
125
ThemeServiceFactory::
GetForProfile
(profile_)));
/external/chromium/chrome/browser/ui/views/
theme_background.cc
34
ui::ThemeProvider* theme = ThemeServiceFactory::
GetForProfile
(profile);
/external/chromium/chrome/browser/ui/views/frame/
browser_frame_gtk.cc
96
return ThemeServiceFactory::
GetForProfile
(
browser_frame_win.cc
137
return ThemeServiceFactory::
GetForProfile
(
/external/chromium/chrome/browser/ui/webui/options/
content_settings_handler.cc
364
default_setting = DesktopNotificationServiceFactory::
GetForProfile
(
379
return DesktopNotificationServiceFactory::
GetForProfile
(
480
DesktopNotificationServiceFactory::
GetForProfile
(web_ui_->GetProfile());
579
DesktopNotificationServiceFactory::
GetForProfile
(web_ui_->GetProfile())->
621
DesktopNotificationServiceFactory::
GetForProfile
(web_ui_->GetProfile())->
625
DesktopNotificationServiceFactory::
GetForProfile
(web_ui_->GetProfile())->
personal_options_handler.cc
341
ThemeService* provider = ThemeServiceFactory::
GetForProfile
(profile);
399
ThemeServiceFactory::
GetForProfile
(web_ui_->GetProfile())->UseDefaultTheme();
405
ThemeServiceFactory::
GetForProfile
(web_ui_->GetProfile())->SetNativeTheme();
/external/chromium/chrome/browser/ui/options/
options_util.cc
87
DesktopNotificationServiceFactory::
GetForProfile
(profile)->
/external/chromium/chrome/browser/ui/webui/
theme_source.cc
110
ui::ThemeProvider* tp = ThemeServiceFactory::
GetForProfile
(profile_);
Completed in 1199 milliseconds
1
2