/external/chromium_org/ui/views/ |
background.h | 90 SkColor get_color() const { return color_; } function in class:views::Background
|
background.cc | 28 canvas->DrawColor(get_color());
|
/external/chromium/chrome/browser/ui/views/infobars/ |
link_infobar.cc | 59 background()->get_color());
|
confirm_infobar.cc | 86 link_ = CreateLink(link_text, this, background()->get_color());
|
/external/chromium_org/chrome/browser/chromeos/input_method/ |
infolist_window_view.cc | 151 background()->get_color() : 196 caption_label->SetBackgroundColor(caption_label->background()->get_color());
|
candidate_window_view.cc | 141 wrapped_shortcut_label->background()->get_color()); 316 label_->SetBackgroundColor(contents->background()->get_color()); 537 background()->get_color() : [all...] |
/external/chromium_org/chrome/browser/ui/views/ |
sad_tab_view.cc | 268 label->SetBackgroundColor(background()->get_color()); 275 link->SetBackgroundColor(background()->get_color());
|
fullscreen_exit_bubble_views.cc | 166 link_->SetBackgroundColor(background()->get_color()); 167 message_label_->SetBackgroundColor(background()->get_color()); 168 mouse_lock_exit_instruction_->SetBackgroundColor(background()->get_color());
|
/external/chromium_org/chrome/browser/ui/views/infobars/ |
infobar_view.cc | 85 label->SetBackgroundColor(background()->get_color()); 99 link->SetBackgroundColor(background()->get_color());
|
/external/chromium/chrome/browser/chromeos/login/ |
rounded_rect_painter.cc | 209 paint.setColor(get_color());
|
/frameworks/base/tools/aapt/ |
Images.cpp | 378 static uint32_t get_color( function 427 static uint32_t get_color(image_info* image, int hpatch, int vpatch) function 438 const uint32_t c = get_color(image->rows, left, top, right, bottom); 653 c = get_color(image->rows, left, top, right - 1, bottom - 1); [all...] |
/external/chromium_org/chrome/browser/ui/views/download/ |
download_shelf_view.cc | 342 show_all_view_->SetBackgroundColor(background()->get_color());
|