Searched refs:kBackgroundColor (Results 1 - 23 of 23) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/bookmarks/
H A Dbookmark_sync_promo_view.cc21 const SkColor kBackgroundColor = SkColorSetRGB(245, 245, 245); member in namespace:__anon5230
36 set_background(views::Background::CreateSolidBackground(kBackgroundColor));
48 promo_label->SetDisplayedOnBackgroundColor(kBackgroundColor);
/external/chromium_org/ash/system/tray/
H A Dtray_constants.h54 extern const SkColor kBackgroundColor;
H A Dtray_constants.cc57 const SkColor kBackgroundColor = SkColorSetRGB(0xfe, 0xfe, 0xfe); member in namespace:ash
H A Dtray_details_view.cc74 set_background(views::Background::CreateSolidBackground(kBackgroundColor));
H A Dtray_notification_view.cc30 set_background(views::Background::CreateSolidBackground(kBackgroundColor));
H A Dsystem_tray.cc495 init_params.arrow_color = kBackgroundColor;
562 init_params.arrow_color = kBackgroundColor;
H A Dsystem_tray_bubble.cc97 kHoverBackgroundColor : kBackgroundColor);
/external/chromium_org/ash/system/user/
H A Dbutton_from_view.cc90 button_hovered_ ? kHoverBackgroundColor : kBackgroundColor;
H A Duser_view.cc173 set_background(views::Background::CreateSolidBackground(kBackgroundColor));
219 : kBackgroundColor));
/external/chromium_org/ui/message_center/views/
H A Dmessage_bubble_base.cc21 const SkColor MessageBubbleBase::kBackgroundColor = member in class:message_center::MessageBubbleBase
H A Dmessage_bubble_base.h58 static const SkColor kBackgroundColor; member in class:message_center::MessageBubbleBase
/external/chromium_org/chrome/browser/ui/sync/
H A Dprofile_signin_confirmation_helper.cc185 static const SkColor kBackgroundColor = local
188 return color_utils::BlendTowardOppositeLuminance(kBackgroundColor, alpha);
/external/chromium_org/ui/views/controls/
H A Dprogress_bar.cc28 const SkColor kBackgroundColor = SkColorSetRGB(230, 230, 230); member in namespace:__anon17056
211 kBackgroundColor, kBackgroundColor,
/external/chromium_org/ppapi/examples/mouse_lock/
H A Dmouse_lock.cc153 const static uint32_t kBackgroundColor = 0xfff0f0f0; local
216 *image.GetAddr32(pp::Point(x, y)) = kBackgroundColor;
/external/chromium_org/ash/system/chromeos/screen_security/
H A Dscreen_tray_item.cc86 set_background(views::Background::CreateSolidBackground(kBackgroundColor));
/external/chromium_org/chrome/browser/ui/views/
H A Dsession_crashed_bubble_view.cc60 const SkColor kBackgroundColor = SkColorSetRGB(245, 245, 245); member in namespace:__anon5334
346 views::Background::CreateSolidBackground(kBackgroundColor));
/external/chromium_org/native_client_sdk/src/examples/api/mouse_lock/
H A Dmouse_lock.cc34 const uint32_t kBackgroundColor = 0xff606060; member in namespace:__anon8885
154 *bg_pixel++ = kBackgroundColor;
/external/chromium_org/athena/system/
H A Dnetwork_selector.cc50 const int kBackgroundColor = SkColorSetARGB(0x7f, 0, 0, 0); member in namespace:__anon2150
358 views::Background::CreateSolidBackground(kBackgroundColor));
/external/chromium_org/pdf/
H A Dpdf_engine.h32 const uint32 kBackgroundColor = 0xFFCCCCCC; variable
H A Dout_of_process_instance.cc631 FillRect(rect, kBackgroundColor);
724 kBackgroundColor
H A Dinstance.cc800 FillRect(rect, kBackgroundColor);
1049 kBackgroundColor
/external/chromium_org/chrome/browser/ui/views/profiles/
H A Dprofile_chooser_view.cc239 const SkColor kBackgroundColor = SkColorSetARGB(65, 255, 255, 255); local
241 views::Background::CreateSolidBackground(kBackgroundColor));
/external/chromium_org/pdf/pdfium/
H A Dpdfium_engine.cc2494 left.height(), kBackgroundColor);
2508 right.height(), kBackgroundColor);
2520 bottom.height(), kBackgroundColor);
2936 page_shadow_.reset(new ShadowMatrix(depth, factor, kBackgroundColor));

Completed in 1126 milliseconds