HomeSort by relevance Sort by last modified time
    Searched refs:Background (Results 76 - 100 of 111) sorted by null

1 2 34 5

  /external/chromium_org/chrome/browser/ui/views/extensions/
bookmark_app_bubble_view.cc 94 set_background(views::Background::CreateSolidBackground(background_color));
  /external/chromium_org/chrome/browser/ui/views/
screen_capture_notification_ui_views.cc 190 set_background(views::Background::CreateSolidBackground(GetNativeTheme()->
session_crashed_bubble_view.cc 58 // The color of the text and background of the sub panel to offer UMA optin.
297 // Since the UMA optin row has a different background than the default
298 // background color of bubbles, the bottom margin has to be 0 to make sure
299 // the background extends to the bottom edge of the bubble.
346 views::Background::CreateSolidBackground(kBackgroundColor));
desktop_media_picker_views.cc 25 #include "ui/views/background.h"
112 set_background(views::Background::CreateSolidBackground(bg_color));
410 // If |parent_web_contents| is set and it's not a background page then the
  /external/chromium_org/mojo/examples/media_viewer/
media_viewer.cc 37 #include "ui/views/background.h"
95 scoped_ptr<views::Painter> CreatePainter(SkColor border, SkColor background) {
99 paint.setColor(background);
150 views::Background::CreateSolidBackground(SK_ColorLTGRAY));
  /external/chromium_org/ui/views/controls/table/
table_header.cc 12 #include "ui/views/background.h"
51 set_background(Background::CreateVerticalGradientBackground(
63 // Paint the background and a separator at the bottom. The separator color
  /external/chromium_org/ui/message_center/views/
message_center_view.cc 35 #include "ui/views/background.h"
80 // Set transparent background to ensure that subpixel rendering
193 set_background(views::Background::CreateSolidBackground(
558 set_background(views::Background::CreateSolidBackground(
575 views::Background::CreateSolidBackground(kMessageCenterBackgroundColor));
    [all...]
notification_view.cc 30 #include "ui/views/background.h"
156 // notification's image, including background and border. Its size can be
164 container->set_background(views::Background::CreateSolidBackground(
219 // Draw background.
685 views::Background::CreateSolidBackground(kIconBackgroundColor));
notifier_settings_view.cc 25 #include "ui/views/background.h"
478 views::Background::CreateSolidBackground(kMessageCenterBackgroundColor));
  /external/chromium_org/ash/wm/overview/
window_grid.cc 26 #include "ui/views/background.h"
403 views::Background::CreateSolidBackground(kWindowOverviewSelectionColor));
  /external/chromium_org/chrome/browser/first_run/
try_chrome_dialog_view.cc 24 #include "ui/views/background.h"
97 views::Background::CreateSolidBackground(0xfc, 0xfc, 0xfc));
  /external/chromium_org/chrome/browser/ui/views/download/
download_shelf_view.cc 31 #include "ui/views/background.h"
344 set_background(views::Background::CreateSolidBackground(
346 show_all_view_->SetBackgroundColor(background()->get_color());
  /external/chromium_org/chrome/browser/ui/views/profiles/
profile_chooser_view.cc 135 // A custom button that allows for setting a background color when hovered over.
241 views::Background::CreateSolidBackground(kBackgroundColor));
536 set_background(views::Background::CreateSolidBackground(
    [all...]
  /external/chromium_org/ui/app_list/views/
app_list_item_view.cc 30 #include "ui/views/background.h"
211 bool currently_enabled = title_->background() != NULL;
217 title_->set_background(views::Background::CreateSolidBackground(
220 // In other cases, keep the background transparent to ensure correct
403 // background does not show up during scroll.
app_list_view.cc 84 // The background for the App List overlay, which appears as a white rounded
86 class AppListOverlayBackground : public views::Background {
92 // Overridden from views::Background:
136 // Should update the background by invoking SchedulePaint().
397 // To make the overlay view, construct a view with a white background, rather
406 // list is constructed _inside_ the view, so a rectangular background goes
407 // over the border in the rounded corners. To fix this, give the background a
  /external/chromium_org/ui/views/window/
dialog_client_view.cc 10 #include "ui/views/background.h"
301 // The old dialog style needs an explicit background color, while the new
306 set_background(views::Background::CreateSolidBackground(GetNativeTheme()->
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/background/
prefs.js 7 * the background context (background page or options page).
20 * code for working with preferences shared by the Options and Background
  /external/chromium_org/chrome/browser/ui/views/autofill/
autofill_dialog_views.cc 41 #include "ui/views/background.h"
101 // Slight shading for mouse hover and legal document background.
296 views::Background::CreateSolidBackground(data.GetBackgroundColor()));
427 set_background(views::Background::CreateSolidBackground(
667 // The mocked alpha blends were 7 for background & 10 for the border against
668 // a very bright background. The eye perceives luminance differences of
672 SkColor background_color = background()->get_color();
695 set_background(views::Background::CreateSolidBackground(
865 if (is_active == !!background())
869 views::Background::CreateSolidBackground(kShadingColor)
    [all...]
  /external/chromium_org/ash/system/tray/
tray_background_view.cc 38 #include "ui/views/background.h"
90 class TrayBackground : public views::Background {
165 // Overridden from views::Background.
223 // Reference to the TrayBackgroundView for which this is a background.
269 // Adjust the size of status tray dark background by adding additional
317 // Initially we want to paint the background, but without the hover effect.
  /external/chromium_org/athena/content/
web_activity.cc 27 #include "ui/views/background.h"
381 views::Background::CreateSolidBackground(SK_ColorGRAY));
  /external/chromium_org/athena/wm/
split_view_controller.cc 22 #include "ui/views/background.h"
284 views::Background::CreateSolidBackground(SK_ColorBLACK));
  /external/chromium_org/content/shell/browser/
shell_views.cc 23 #include "ui/views/background.h"
208 set_background(views::Background::CreateStandardPanelBackground());
  /external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
SkPdfShadingDictionary_autogen.h     [all...]
  /external/chromium_org/ui/views/controls/button/
label_button.cc 14 #include "ui/views/background.h"
394 label_->set_background(Background::CreateSolidBackground(SK_ColorBLACK));
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/fx/
bg.js 6 * Background page for Chrome Sounds extension.

Completed in 1050 milliseconds

1 2 34 5