Searched refs:use_theme_background_color (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ui/views/bubble/
H A Dbubble_border.h169 void set_use_theme_background_color(bool use_theme_background_color) { argument
170 use_theme_background_color_ = use_theme_background_color;
172 bool use_theme_background_color() { return use_theme_background_color_; } function in class:views::BubbleBorder
H A Dbubble_frame_view.cc235 if (bubble_border_ && bubble_border_->use_theme_background_color()) {

Completed in 71 milliseconds