/external/chromium/chrome/browser/ |
D | desktop_notification_handler.cc | 54 DesktopNotificationServiceFactory::GetForProfile(process->profile()); in OnShow() 66 DesktopNotificationServiceFactory::GetForProfile(process->profile()); in OnCancel() 83 DesktopNotificationServiceFactory::GetForProfile(process->profile()); in OnRequestPermission()
|
D | background_mode_manager_factory.h | 20 static BackgroundModeManager* GetForProfile(Profile* profile);
|
D | background_mode_manager_factory.cc | 13 BackgroundModeManager* BackgroundModeManagerFactory::GetForProfile( in GetForProfile() function in BackgroundModeManagerFactory
|
D | background_contents_service_factory.cc | 13 BackgroundContentsService* BackgroundContentsServiceFactory::GetForProfile( in GetForProfile() function in BackgroundContentsServiceFactory
|
D | background_contents_service_factory.h | 20 static BackgroundContentsService* GetForProfile(Profile* profile);
|
/external/chromium/chrome/browser/themes/ |
D | theme_service_factory.cc | 19 ThemeService* ThemeServiceFactory::GetForProfile(Profile* profile) { in GetForProfile() function in ThemeServiceFactory 26 std::string id = GetForProfile(profile)->GetThemeID(); in GetThemeForProfile()
|
D | theme_service_factory.h | 27 static ThemeService* GetForProfile(Profile* profile);
|
/external/chromium/chrome/browser/sync/glue/ |
D | theme_util.cc | 122 ThemeServiceFactory::GetForProfile(profile)->SetTheme(extension); in SetCurrentThemeFromThemeSpecifics() 143 ThemeServiceFactory::GetForProfile(profile)->SetNativeTheme(); in SetCurrentThemeFromThemeSpecifics() 145 ThemeServiceFactory::GetForProfile(profile)->UseDefaultTheme(); in SetCurrentThemeFromThemeSpecifics()
|
D | theme_change_processor.cc | 125 ThemeServiceFactory::GetForProfile(profile_))); in StartObserving()
|
/external/chromium/chrome/browser/ui/webui/options/ |
D | content_settings_handler.cc | 364 default_setting = DesktopNotificationServiceFactory::GetForProfile( in GetSettingDefaultFromModel() 379 return DesktopNotificationServiceFactory::GetForProfile( in GetDefaultSettingManagedFromModel() 480 DesktopNotificationServiceFactory::GetForProfile(web_ui_->GetProfile()); in UpdateNotificationExceptionsView() 579 DesktopNotificationServiceFactory::GetForProfile(web_ui_->GetProfile())-> in SetContentFilter() 621 DesktopNotificationServiceFactory::GetForProfile(web_ui_->GetProfile())-> in RemoveException() 625 DesktopNotificationServiceFactory::GetForProfile(web_ui_->GetProfile())-> in RemoveException()
|
D | personal_options_handler.cc | 341 ThemeService* provider = ThemeServiceFactory::GetForProfile(profile); in ObserveThemeChanged() 399 ThemeServiceFactory::GetForProfile(web_ui_->GetProfile())->UseDefaultTheme(); in ThemesReset() 405 ThemeServiceFactory::GetForProfile(web_ui_->GetProfile())->SetNativeTheme(); in ThemesSetGTK()
|
/external/chromium/chrome/browser/extensions/ |
D | notifications_apitest.cc | 20 DesktopNotificationServiceFactory::GetForProfile(browser()->profile()) in IN_PROC_BROWSER_TEST_F()
|
D | theme_installed_infobar_delegate.cc | 28 theme_service_(ThemeServiceFactory::GetForProfile(profile_)), in ThemeInstalledInfoBarDelegate()
|
D | app_background_page_apitest.cc | 129 BackgroundContentsServiceFactory::GetForProfile(browser()->profile())-> in IN_PROC_BROWSER_TEST_F()
|
/external/chromium/chrome/browser/tabs/ |
D | pinned_tab_service_factory.cc | 12 PinnedTabService* PinnedTabServiceFactory::GetForProfile( in GetForProfile() function in PinnedTabServiceFactory
|
D | pinned_tab_service_factory.h | 21 static PinnedTabService* GetForProfile(Profile* profile);
|
/external/chromium/chrome/browser/notifications/ |
D | desktop_notification_service_factory.h | 22 static DesktopNotificationService* GetForProfile(Profile* profile);
|
D | desktop_notification_service_factory.cc | 14 DesktopNotificationService* DesktopNotificationServiceFactory::GetForProfile( in GetForProfile() function in DesktopNotificationServiceFactory
|
D | notification_options_menu_model.cc | 165 DesktopNotificationServiceFactory::GetForProfile(balloon_->profile()); in GetLabelForCommandId() 215 DesktopNotificationServiceFactory::GetForProfile(balloon_->profile()); in ExecuteCommand()
|
D | notification_exceptions_table_model_unittest.cc | 27 service_ = DesktopNotificationServiceFactory::GetForProfile(profile()); in SetUp()
|
/external/chromium/chrome/browser/ui/views/ |
D | theme_background.cc | 34 ui::ThemeProvider* theme = ThemeServiceFactory::GetForProfile(profile); in Paint()
|
/external/chromium/chrome/browser/ui/views/frame/ |
D | browser_frame_gtk.cc | 96 return ThemeServiceFactory::GetForProfile( in GetThemeProvider()
|
/external/chromium/chrome/browser/ui/webui/ |
D | theme_source.cc | 110 ui::ThemeProvider* tp = ThemeServiceFactory::GetForProfile(profile_); in SendThemeBitmap()
|
/external/chromium/chrome/browser/ui/options/ |
D | options_util.cc | 87 DesktopNotificationServiceFactory::GetForProfile(profile)-> in ResetToDefaults()
|
/external/chromium/chrome/browser/task_manager/ |
D | task_manager_browsertest.cc | 163 BackgroundContentsServiceFactory::GetForProfile(browser()->profile()); in IN_PROC_BROWSER_TEST_F() 191 BackgroundContentsServiceFactory::GetForProfile(browser()->profile()); in IN_PROC_BROWSER_TEST_F()
|