HomeSort by relevance Sort by last modified time
    Searched refs:match_system_theme_ (Results 1 - 4 of 4) sorted by null

  /external/chromium/chrome/browser/ui/gtk/
info_bubble_gtk.h 199 bool match_system_theme_; member in class:InfoBubbleGtk
info_bubble_gtk.cc 74 match_system_theme_(match_system_theme),
350 if (theme_service_->UseGtkTheme() && match_system_theme_) {
  /external/chromium_org/chrome/browser/ui/gtk/bubble/
bubble_gtk.h 238 bool match_system_theme_; member in class:BubbleGtk
bubble_gtk.cc 154 match_system_theme_(attribute_flags & MATCH_SYSTEM_THEME),
533 if (theme_service_->UsingNativeTheme() && match_system_theme_) {

Completed in 227 milliseconds