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

1 2

  /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));
50 promo_label->SetDisplayedOnBackgroundColor(kBackgroundColor);
  /external/chromium/chrome/browser/chromeos/frame/
bubble_window.h 38 static const SkColor kBackgroundColor;
bubble_window.cc 31 const SkColor BubbleWindow::kBackgroundColor = SK_ColorWHITE;
45 GdkColor background_color = gfx::SkColorToGdkColor(kBackgroundColor);
bubble_frame_view.cc 214 paint.setColor(BubbleWindow::kBackgroundColor);
  /external/chromium_org/ash/system/tray/
tray_constants.h 44 extern const SkColor kBackgroundColor;
tray_constants.cc 46 const SkColor kBackgroundColor = SkColorSetRGB(0xfe, 0xfe, 0xfe);
tray_details_view.cc 69 set_background(views::Background::CreateSolidBackground(kBackgroundColor));
tray_notification_view.cc 30 set_background(views::Background::CreateSolidBackground(kBackgroundColor));
  /external/chromium_org/ui/message_center/views/
message_bubble_base.h 58 static const SkColor kBackgroundColor;
message_bubble_base.cc 22 const SkColor MessageBubbleBase::kBackgroundColor =
  /external/chromium/chrome/browser/ui/views/bubble/
bubble.cc 36 const SkColor Bubble::kBackgroundColor =
40 const SkColor Bubble::kBackgroundColor = SK_ColorWHITE;
189 border_->border_contents()->SetBackgroundColor(kBackgroundColor);
238 views::Background::CreateSolidBackground(kBackgroundColor));
243 border_contents_->SetBackgroundColor(kBackgroundColor);
bubble.h 133 static const SkColor kBackgroundColor;
  /external/chromium_org/ash/accelerators/
exit_warning_handler.cc 31 const SkColor kBackgroundColor = 0xE0808080;
83 canvas->FillRect(GetLocalBounds(), kBackgroundColor);
  /external/chromium_org/chrome/browser/ui/sync/
profile_signin_confirmation_helper.cc 186 static const SkColor kBackgroundColor =
189 return color_utils::BlendTowardOppositeLuminance(kBackgroundColor, alpha);
  /external/chromium/chrome/browser/chromeos/login/
helper.h 127 const SkColor kBackgroundColor = SK_ColorWHITE;
user_view.cc 62 using login::kBackgroundColor;
272 views::Background::CreateSolidBackground(kBackgroundColor));
  /external/chromium_org/ui/views/controls/
progress_bar.cc 28 const SkColor kBackgroundColor = SkColorSetRGB(230, 230, 230);
210 kBackgroundColor, kBackgroundColor,
  /external/chromium_org/chrome/browser/ui/gtk/
fullscreen_exit_bubble_gtk.cc 24 const GdkColor kBackgroundColor = GDK_COLOR_RGB(0xff, 0xff, 0xff);
276 gtk_widget_modify_bg(bubble_, GTK_STATE_NORMAL, &kBackgroundColor);
avatar_menu_item_gtk.cc 42 const GdkColor kBackgroundColor = GDK_COLOR_RGB(0xff, 0xff, 0xff);
150 unhighlighted_color_ = &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 88 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/chrome/browser/ui/gtk/
info_bubble_gtk.cc 43 const GdkColor kBackgroundColor = GDK_COLOR_RGB(0xff, 0xff, 0xff);
354 gtk_widget_modify_bg(window_, GTK_STATE_NORMAL, &kBackgroundColor);
  /external/chromium/chrome/browser/ui/views/tabs/
side_tab_strip.cc 23 const SkColor kBackgroundColor = SkColorSetARGB(255, 209, 220, 248);
132 set_background(views::Background::CreateSolidBackground(kBackgroundColor));
  /external/chromium/chrome/browser/chromeos/
native_dialog_window.cc 224 BubbleWindow::kBackgroundColor));

Completed in 760 milliseconds

1 2