HomeSort by relevance Sort by last modified time
    Searched refs:UseGtkTheme (Results 1 - 25 of 28) sorted by null

1 2

  /external/chromium/chrome/browser/ui/gtk/
overflow_button.cc 37 GtkThemeService::GetFrom(profile_)->UseGtkTheme() ?
custom_button.cc 307 if (UseGtkTheme()) {
325 if (UseGtkTheme()) {
340 GTK_CHROME_BUTTON(widget()), UseGtkTheme());
343 bool CustomDrawButton::UseGtkTheme() {
344 return theme_service_ && theme_service_->UseGtkTheme();
custom_button.h 202 bool UseGtkTheme();
page_info_bubble_gtk.cc 158 theme_service_->UseGtkTheme());
161 if (theme_service_->UseGtkTheme()) {
reload_button_gtk.cc 197 if (theme_service_ && theme_service_->UseGtkTheme())
225 bool use_gtk = theme_service_ && theme_service_->UseGtkTheme();
browser_toolbar_gtk.cc 133 if (!theme_service_->UseGtkTheme())
348 bool use_gtk = theme_service_->UseGtkTheme();
431 bool should_be_rounded = theme_service_->UseGtkTheme() &&
456 if (theme_service_->UseGtkTheme())
557 if (theme_service_->UseGtkTheme()) {
gtk_theme_service.h 75 bool UseGtkTheme() const;
find_bar_gtk.cc 471 if (theme_service_->UseGtkTheme()) {
605 bool use_gtk = theme_service_->UseGtkTheme();
815 if (bar->theme_service_->UseGtkTheme()) {
842 if (bar->theme_service_->UseGtkTheme()) {
    [all...]
first_run_bubble.cc 60 if (theme_service_->UseGtkTheme()) {
status_bubble_gtk.cc 281 if (theme_service_->UseGtkTheme()) {
info_bubble_gtk.cc 350 if (theme_service_->UseGtkTheme() && match_system_theme_) {
gtk_theme_service.cc 391 bool GtkThemeService::UseGtkTheme() const {
    [all...]
location_bar_view_gtk.cc 451 if (theme_service_->UseGtkTheme()) {
765 if (theme_service_->UseGtkTheme()) {
835 !GtkThemeService::GetFrom(profile_)->UseGtkTheme()) {
    [all...]
browser_actions_toolbar_gtk.cc 480 if (theme_service_->UseGtkTheme())
    [all...]
  /external/chromium/chrome/browser/ui/gtk/bookmarks/
bookmark_bar_instructions_gtk.cc 69 theme_service_->UseGtkTheme());
73 if (theme_service_->UseGtkTheme()) {
bookmark_utils_gtk.cc 199 if (!provider->UseGtkTheme()) {
222 GdkPixbuf* pixbuf = GetPixbufForNode(node, model, provider->UseGtkTheme());
231 provider->UseGtkTheme());
282 if (provider->UseGtkTheme()) {
bookmark_bubble_gtk.cc 70 theme_service_->UseGtkTheme());
72 if (theme_service_->UseGtkTheme()) {
bookmark_bar_gtk.cc 319 if (theme_service_->UseGtkTheme()) {
580 GtkWidget* new_child = theme_service_->UseGtkTheme() ?
647 GdkColor stroke_color = theme_service_->UseGtkTheme() ?
686 !theme_service_->UseGtkTheme() || floating_);
693 theme_service_->UseGtkTheme());
853 GdkColor stroke_color = theme_service_->UseGtkTheme() ?
    [all...]
  /external/chromium/chrome/browser/ui/gtk/download/
download_item_gtk.cc 463 if (theme_service_->UseGtkTheme()) {
563 gtk_util::SetLabelColor(name_label_, theme_service_->UseGtkTheme() ?
574 if (!theme_service_->UseGtkTheme()) {
594 gtk_util::SetLabelColor(status_label_, theme_service_->UseGtkTheme() ?
627 if (theme_service_->UseGtkTheme()) {
662 if (theme_service_->UseGtkTheme()) {
745 if (theme_service_->UseGtkTheme()) {
814 if (!theme_service_->UseGtkTheme()) {
    [all...]
download_shelf_gtk.cc 234 GTK_CHROME_LINK_BUTTON(link_button_), theme_service_->UseGtkTheme());
  /external/chromium/chrome/browser/sync/glue/
theme_util.cc 41 return GtkThemeService::GetFrom(profile)->UseGtkTheme();
  /external/chromium/chrome/browser/extensions/
extension_install_ui.cc 110 GtkThemeService::GetFrom(profile_)->UseGtkTheme();
  /external/chromium/chrome/browser/ui/webui/options/
personal_options_handler.cc 336 bool is_gtk_theme = provider->UseGtkTheme();
  /external/chromium/chrome/browser/autocomplete/
autocomplete_edit_view_gtk.cc     [all...]
autocomplete_popup_view_gtk.cc 397 if (theme_service_->UseGtkTheme()) {

Completed in 333 milliseconds

1 2