OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UsingNativeTheme
(Results
26 - 42
of
42
) sorted by null
1
2
/external/chromium_org/chrome/browser/themes/
theme_syncable_service_unittest.cc
111
virtual bool
UsingNativeTheme
() const OVERRIDE {
342
EXPECT_TRUE(fake_theme_service_->
UsingNativeTheme
());
theme_syncable_service.cc
271
if (theme_service_->
UsingNativeTheme
()) {
/external/chromium_org/chrome/browser/ui/gtk/
avatar_menu_item_gtk.cc
142
bool using_native = theme_service_->
UsingNativeTheme
();
custom_button.cc
396
theme_service_->
UsingNativeTheme
();
status_bubble_gtk.cc
294
if (theme_service_->
UsingNativeTheme
()) {
location_bar_view_gtk.cc
619
if (theme_service_->
UsingNativeTheme
()) {
877
if (theme_service_->
UsingNativeTheme
()) {
[
all
...]
gtk_theme_service.cc
387
bool GtkThemeService::
UsingNativeTheme
() const {
[
all
...]
browser_actions_toolbar_gtk.cc
611
gtk_widget_set_visible(separator_.get(), theme_service_->
UsingNativeTheme
());
[
all
...]
browser_titlebar.cc
743
if (theme_service_ && theme_service_->
UsingNativeTheme
()) {
[
all
...]
browser_window_gtk.cc
[
all
...]
/external/chromium_org/chrome/browser/ui/gtk/infobars/
infobar_gtk.cc
262
if (theme_service_->
UsingNativeTheme
())
/external/chromium_org/chrome/browser/ui/gtk/omnibox/
omnibox_view_gtk.cc
789
bool use_gtk = theme_service_->
UsingNativeTheme
();
[
all
...]
omnibox_popup_view_gtk.cc
301
if (theme_service_->
UsingNativeTheme
()) {
/external/chromium_org/chrome/browser/ui/gtk/bubble/
bubble_gtk.cc
533
if (theme_service_->
UsingNativeTheme
() && match_system_theme_) {
/external/chromium_org/chrome/browser/ui/gtk/tabs/
tab_renderer_gtk.cc
915
if (data_.is_default_favicon && theme_service_->
UsingNativeTheme
()) {
[
all
...]
/external/chromium_org/chrome/browser/ui/gtk/website_settings/
website_settings_popup_gtk.cc
397
if (theme_service_->
UsingNativeTheme
()) {
/external/chromium_org/chrome/browser/ui/webui/options/
browser_options_handler.cc
[
all
...]
Completed in 221 milliseconds
1
2