OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ThemeServiceFactory
(Results
1 - 25
of
37
) sorted by null
1
2
/external/chromium_org/chrome/browser/themes/
theme_service_factory.h
22
class
ThemeServiceFactory
: public BrowserContextKeyedServiceFactory {
34
static
ThemeServiceFactory
* GetInstance();
37
friend struct DefaultSingletonTraits<
ThemeServiceFactory
>;
39
ThemeServiceFactory
();
40
virtual ~
ThemeServiceFactory
();
51
DISALLOW_COPY_AND_ASSIGN(
ThemeServiceFactory
);
theme_service_factory.cc
23
ThemeService*
ThemeServiceFactory
::GetForProfile(Profile* profile) {
29
const extensions::Extension*
ThemeServiceFactory
::GetThemeForProfile(
40
ThemeServiceFactory
*
ThemeServiceFactory
::GetInstance() {
41
return Singleton<
ThemeServiceFactory
>::get();
44
ThemeServiceFactory
::
ThemeServiceFactory
()
49
ThemeServiceFactory
::~
ThemeServiceFactory
() {}
51
KeyedService*
ThemeServiceFactory
::BuildServiceInstanceFor
[
all
...]
theme_service_browsertest.cc
48
ThemeService* theme_service =
ThemeServiceFactory
::GetForProfile(profile);
75
ThemeService* theme_service =
ThemeServiceFactory
::GetForProfile(
theme_service_unittest.cc
111
ThemeServiceFactory
::GetForProfile(profile_.get());
135
ThemeServiceFactory
::GetForProfile(profile_.get());
196
ThemeServiceFactory
::GetForProfile(profile_.get());
252
ThemeServiceFactory
::GetForProfile(profile_.get());
266
ThemeServiceFactory
::GetForProfile(profile_.get());
/external/chromium_org/chrome/browser/ui/webui/
theme_handler.cc
34
ThemeServiceFactory
::GetForProfile(GetProfile())));
43
ThemeServiceFactory
::GetForProfile(GetProfile())->HasCustomImage(
theme_source.cc
145
ui::ThemeProvider* tp =
ThemeServiceFactory
::GetForProfile(profile_);
/external/chromium_org/chrome/browser/search/
instant_service_factory.cc
35
DependsOn(
ThemeServiceFactory
::GetInstance());
instant_service.cc
112
ThemeServiceFactory
::GetForProfile(profile_)));
189
OnThemeChanged(
ThemeServiceFactory
::GetForProfile(profile_));
/external/chromium_org/chrome/browser/ui/webui/ntp/
app_resource_cache_factory.cc
29
DependsOn(
ThemeServiceFactory
::GetInstance());
ntp_resource_cache_factory.cc
29
DependsOn(
ThemeServiceFactory
::GetInstance());
ntp_resource_cache.cc
167
ThemeServiceFactory
::GetForProfile(profile)));
397
ThemeServiceFactory
::GetForProfile(profile_)->HasCustomImage(
521
ui::ThemeProvider* tp =
ThemeServiceFactory
::GetForProfile(profile_);
567
ui::ThemeProvider* tp =
ThemeServiceFactory
::GetForProfile(profile_);
600
ui::ThemeProvider* tp =
ThemeServiceFactory
::GetForProfile(profile_);
633
ui::ThemeProvider* tp =
ThemeServiceFactory
::GetForProfile(profile_);
/external/chromium_org/chrome/browser/ui/views/frame/
opaque_browser_frame_view_linux.cc
22
theme_service_(
ThemeServiceFactory
::GetForProfile(profile)) {
browser_desktop_window_tree_host_x11.cc
76
new DesktopThemeProvider(
ThemeServiceFactory
::GetForProfile(
browser_desktop_window_tree_host_win.cc
89
new DesktopThemeProvider(
ThemeServiceFactory
::GetForProfile(
/external/chromium_org/chrome/browser/ui/toolbar/
wrench_icon_painter_unittest.cc
20
theme_provider_ =
ThemeServiceFactory
::GetForProfile(&profile_);
/external/chromium_org/chrome/browser/infobars/
infobars_browsertest.cc
91
ThemeServiceFactory
::GetForProfile(browser()->profile())->UseDefaultTheme();
/external/chromium_org/chrome/browser/
renderer_preferences_util.cc
57
if (
ThemeServiceFactory
::GetForProfile(profile)->UsingSystemTheme()) {
/external/chromium_org/chrome/browser/extensions/
theme_installed_infobar_delegate.cc
51
ThemeService* theme_service =
ThemeServiceFactory
::GetForProfile(profile);
extension_install_ui_browsertest.cc
69
return
ThemeServiceFactory
::GetThemeForProfile(browser()->profile());
139
ThemeServiceFactory
::GetForProfile(browser()->profile())->UseDefaultTheme();
/external/chromium_org/chrome/browser/sync/
profile_sync_service_factory.cc
78
DependsOn(
ThemeServiceFactory
::GetInstance());
/external/chromium_org/chrome/browser/ui/extensions/
extension_install_ui_default.cc
210
ThemeServiceFactory
::GetThemeForProfile(profile);
214
ThemeServiceFactory
::GetForProfile(profile)->UsingSystemTheme();
/external/chromium_org/chrome/browser/profiles/
chrome_browser_main_extra_parts_profiles.cc
264
ThemeServiceFactory
::GetInstance();
/external/chromium_org/chrome/browser/search_engines/
ui_thread_search_terms_data.cc
166
ThemeService* theme_service =
ThemeServiceFactory
::GetForProfile(profile_);
/external/chromium_org/chrome/browser/ui/views/toolbar/
browser_action_view.cc
80
ThemeServiceFactory
::GetForProfile(browser->profile())));
144
ThemeService* theme =
ThemeServiceFactory
::GetForProfile(
/external/chromium_org/chrome/browser/sync/test/integration/
themes_helper.cc
33
return
ThemeServiceFactory
::GetForProfile(profile);
Completed in 1447 milliseconds
1
2