OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UsingNativeTheme
(Results
1 - 25
of
42
) sorted by null
1
2
/external/chromium_org/chrome/browser/themes/
theme_service_aurax11.h
21
virtual bool
UsingNativeTheme
() const OVERRIDE;
theme_service_aurax11.cc
86
return ThemeService::UsingDefaultTheme() && !
UsingNativeTheme
();
89
bool ThemeServiceAuraX11::
UsingNativeTheme
() const {
theme_service_browsertest.cc
22
return !theme_service.
UsingNativeTheme
() &&
theme_service.h
124
virtual bool
UsingNativeTheme
() const;
theme_service.cc
186
!
UsingNativeTheme
()) {
384
bool ThemeService::
UsingNativeTheme
() const {
/external/chromium_org/chrome/browser/sync/test/integration/
single_client_themes_sync_test.cc
17
using themes_helper::
UsingNativeTheme
;
59
ASSERT_FALSE(
UsingNativeTheme
(GetProfile(0)));
60
ASSERT_FALSE(
UsingNativeTheme
(verifier()));
66
ASSERT_TRUE(
UsingNativeTheme
(GetProfile(0)));
67
ASSERT_TRUE(
UsingNativeTheme
(verifier()));
71
ASSERT_TRUE(
UsingNativeTheme
(GetProfile(0)));
72
ASSERT_TRUE(
UsingNativeTheme
(verifier()));
two_client_themes_sync_test.cc
19
using themes_helper::
UsingNativeTheme
;
76
ASSERT_TRUE(
UsingNativeTheme
(GetProfile(0)));
77
ASSERT_TRUE(
UsingNativeTheme
(verifier()));
81
ASSERT_TRUE(
UsingNativeTheme
(GetProfile(0)));
82
ASSERT_TRUE(
UsingNativeTheme
(GetProfile(1)));
83
ASSERT_TRUE(
UsingNativeTheme
(verifier()));
120
ASSERT_TRUE(
UsingNativeTheme
(GetProfile(0)));
128
ASSERT_EQ(
UsingNativeTheme
(GetProfile(0)),
129
UsingNativeTheme
(GetProfile(1)));
146
ASSERT_TRUE(
UsingNativeTheme
(GetProfile(1)))
[
all
...]
themes_helper.h
31
bool
UsingNativeTheme
(Profile* profile) WARN_UNUSED_RESULT;
themes_helper.cc
50
bool
UsingNativeTheme
(Profile* profile) {
51
return GetThemeService(profile)->
UsingNativeTheme
();
/external/chromium_org/chrome/browser/ui/gtk/
overflow_button.cc
39
if (GtkThemeService::GetFrom(profile_)->
UsingNativeTheme
()) {
browser_toolbar_gtk.cc
154
if (!theme_service_->
UsingNativeTheme
())
383
bool use_gtk = theme_service_->
UsingNativeTheme
();
475
bool should_be_rounded = theme_service_->
UsingNativeTheme
() &&
502
if (theme_service_->
UsingNativeTheme
())
607
if (theme_service_->
UsingNativeTheme
()) {
reload_button_gtk.cc
273
if (theme_service_ && theme_service_->
UsingNativeTheme
())
344
bool use_gtk = theme_service_ && theme_service_->
UsingNativeTheme
();
find_bar_gtk.cc
503
if (theme_service_->
UsingNativeTheme
()) {
638
bool use_gtk = theme_service_->
UsingNativeTheme
();
[
all
...]
fullscreen_exit_bubble_gtk.cc
272
if (theme_service_->
UsingNativeTheme
())
gtk_theme_service.h
82
virtual bool
UsingNativeTheme
() const OVERRIDE;
/external/chromium_org/chrome/browser/ui/gtk/bookmarks/
bookmark_bar_instructions_gtk.cc
74
if (theme_service_->
UsingNativeTheme
()) {
bookmark_utils_gtk.cc
80
if (!provider->
UsingNativeTheme
())
213
if (!provider->
UsingNativeTheme
()) {
237
node, model, provider->
UsingNativeTheme
());
248
GetPixbufForNode(node, model, provider->
UsingNativeTheme
());
297
if (provider->
UsingNativeTheme
()) {
bookmark_bar_gtk.cc
343
if (theme_service_->
UsingNativeTheme
()) {
464
if (theme_service_->
UsingNativeTheme
()) {
602
if (theme_service_->
UsingNativeTheme
()) {
666
GdkColor stroke_color = theme_service_->
UsingNativeTheme
() ?
701
(!theme_service_->
UsingNativeTheme
() ||
708
theme_service_->
UsingNativeTheme
());
[
all
...]
bookmark_bubble_gtk.cc
116
if (theme_service_->
UsingNativeTheme
()) {
390
if (!theme_service_->
UsingNativeTheme
()) {
bookmark_sub_menu_model_gtk.cc
92
GtkThemeService::GetFrom(profile_)->
UsingNativeTheme
());
/external/chromium_org/chrome/browser/ui/gtk/download/
download_item_gtk.cc
407
if (theme_service_->
UsingNativeTheme
()) {
521
theme_service_->
UsingNativeTheme
() ? NULL : &color);
556
if (!theme_service_->
UsingNativeTheme
()) {
578
theme_service_->
UsingNativeTheme
() ? NULL : &text_color);
593
if (theme_service_->
UsingNativeTheme
()) {
638
if (theme_service_->
UsingNativeTheme
()) {
721
if (theme_service_->
UsingNativeTheme
()) {
792
if (!theme_service_->
UsingNativeTheme
()) {
[
all
...]
/external/chromium_org/chrome/browser/
renderer_preferences_util.cc
143
if (ThemeServiceFactory::GetForProfile(profile)->
UsingNativeTheme
()) {
/external/chromium_org/chrome/browser/ui/gtk/website_settings/
permission_selector.cc
94
if (theme_service->
UsingNativeTheme
()) {
/external/chromium_org/chrome/browser/search_engines/
search_terms_data.cc
211
!theme_service->
UsingNativeTheme
())
/external/chromium_org/chrome/browser/ui/extensions/
extension_install_ui_default.cc
212
ThemeServiceFactory::GetForProfile(profile)->
UsingNativeTheme
();
Completed in 1507 milliseconds
1
2