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

  /external/chromium_org/chrome/browser/ui/views/bookmarks/
bookmark_sync_promo_view.cc 21 const SkColor kBackgroundColor = SkColorSetRGB(245, 245, 245);
36 set_background(views::Background::CreateSolidBackground(kBackgroundColor));
48 promo_label->SetDisplayedOnBackgroundColor(kBackgroundColor);
  /external/chromium_org/ash/system/tray/
tray_constants.h 54 extern const SkColor kBackgroundColor;
tray_constants.cc 57 const SkColor kBackgroundColor = SkColorSetRGB(0xfe, 0xfe, 0xfe);
tray_details_view.cc 74 set_background(views::Background::CreateSolidBackground(kBackgroundColor));
tray_notification_view.cc 31 set_background(views::Background::CreateSolidBackground(kBackgroundColor));
system_tray.cc 486 init_params.arrow_color = kBackgroundColor;
553 init_params.arrow_color = kBackgroundColor;
system_tray_bubble.cc 97 kHoverBackgroundColor : kBackgroundColor);
  /external/chromium_org/ui/message_center/views/
message_bubble_base.h 58 static const SkColor kBackgroundColor;
message_bubble_base.cc 21 const SkColor MessageBubbleBase::kBackgroundColor =
  /external/chromium_org/ash/system/user/
button_from_view.cc 62 button_hovered_ ? kHoverBackgroundColor : kBackgroundColor;
user_view.cc 173 set_background(views::Background::CreateSolidBackground(kBackgroundColor));
218 : kBackgroundColor));
  /external/chromium_org/chrome/browser/ui/views/
session_crashed_bubble_view.cc 61 const SkColor kBackgroundColor = SkColorSetRGB(245, 245, 245);
265 views::Background::CreateSolidBackground(kBackgroundColor));
277 views::Background::CreateSolidBackground(kBackgroundColor));
296 0, title_insets.left(), 0, 0, kBackgroundColor));
300 kBackgroundColor));
  /external/chromium_org/chrome/browser/ui/sync/
profile_signin_confirmation_helper.cc 185 static const SkColor kBackgroundColor =
188 return color_utils::BlendTowardOppositeLuminance(kBackgroundColor, alpha);
  /external/chromium_org/ui/views/controls/
progress_bar.cc 28 const SkColor kBackgroundColor = SkColorSetRGB(230, 230, 230);
211 kBackgroundColor, kBackgroundColor,
  /external/chromium_org/ppapi/examples/mouse_lock/
mouse_lock.cc 153 const static uint32_t kBackgroundColor = 0xfff0f0f0;
216 *image.GetAddr32(pp::Point(x, y)) = kBackgroundColor;
  /external/chromium_org/ash/system/chromeos/screen_security/
screen_tray_item.cc 86 set_background(views::Background::CreateSolidBackground(kBackgroundColor));
  /external/chromium_org/native_client_sdk/src/examples/api/mouse_lock/
mouse_lock.cc 34 const uint32_t kBackgroundColor = 0xff606060;
154 *bg_pixel++ = kBackgroundColor;
  /external/chromium_org/chrome/browser/ui/views/profiles/
profile_chooser_view.cc 219 const SkColor kBackgroundColor = SkColorSetARGB(65, 255, 255, 255);
221 views::Background::CreateSolidBackground(kBackgroundColor));
    [all...]

Completed in 1850 milliseconds