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

1 2 3

  /external/chromium/chrome/browser/chromeos/login/
rounded_rect_painter.h 12 class Background;
32 // Creates painter to paint view background with parameters specified.
35 // that actually draws both border and background.
38 // Creates simple round background.
39 views::Background* CreateRoundedBackground(int corner_radius,
shutdown_button.cc 17 #include "views/background.h"
39 class HoverBackground : public views::Background {
41 HoverBackground(views::Background* normal, views::Background* hover)
45 // views::Background implementation.
56 views::Background* normal_;
57 views::Background* hover_;
existing_user_view.cc 14 #include "views/background.h"
21 // Colors for gradient background. These should be consistent with border
22 // window background so textfield border is not visible to the user.
23 // The background is needed for password textfield to imitate its borders
86 views::Background::CreateVerticalGradientBackground(
rounded_rect_painter.cc 138 // This Painter can be used to draw a background consistent cross all login
185 // Simple solid round background.
186 class RoundedBackground : public views::Background {
257 views::Background* CreateRoundedBackground(int corner_radius,
update_view.cc 25 using views::Background;
76 // Use rounded-rect background.
79 set_background(views::Background::CreateBackgroundPainter(true, painter));
user_image_view.cc 18 #include "views/background.h"
48 splitter->set_background(views::Background::CreateSolidBackground(color));
69 // Use rounded rect background.
73 set_background(views::Background::CreateBackgroundPainter(true, painter));
default_images_view.cc 18 #include "views/background.h"
42 // Color of default image background.
55 // Image button with border and background. Corrects view size by border
73 views::Background::CreateSolidBackground(kImageBackgroundColor));
enterprise_enrollment_view.cc 90 // Use rounded rect background.
93 set_background(views::Background::CreateBackgroundPainter(true, painter));
web_page_view.cc 25 #include "views/background.h"
111 views::Background::CreateBackgroundPainter(true, painter));
user_view.cc 20 #include "views/background.h"
29 // Background color and corner radius of the login status label and
42 // Draws green-ish background for signout view with
92 set_background(views::Background::CreateBackgroundPainter(
272 views::Background::CreateSolidBackground(kBackgroundColor));
  /external/chromium/chrome/browser/chromeos/views/
copy_background.h 9 #include "views/background.h"
17 // A background that copies the background renderer from
19 class CopyBackground : public views::Background {
24 // Overridden from views::Background.
copy_background.cc 9 #include "views/background.h"
17 DCHECK(background_owner_->background());
21 const Background* background = background_owner_->background(); local
22 DCHECK(background);
30 background->Paint(canvas, background_owner_);
  /external/chromium/chrome/browser/ui/views/
theme_background.h 9 #include "views/background.h"
21 // A ThemeBackground is used to paint the background theme image in a
27 class ThemeBackground : public views::Background {
32 // Overridden from views:;Background.
  /external/chromium/chrome/browser/ui/views/infobars/
translate_infobar_base.h 47 // Returns the background that should be displayed when not animating.
48 const views::Background& GetBackground();
50 // Paints |background| to |canvas| with the opacity level based on
54 const views::Background& background);
infobar_background.h 10 #include "views/background.h"
12 class InfoBarBackground : public views::Background {
22 // views::Background:
translate_infobar_base.cc 97 // InfoBarView::Layout() does for the normal background.
102 // If we're not animating, simply paint the background for the current state.
109 *background());
121 const views::Background& TranslateInfoBarBase::GetBackground() {
122 return GetDelegate()->IsError() ? error_background_ : *background();
127 const views::Background& background) {
128 // Draw the background into an offscreen buffer with alpha value per animation
132 background.Paint(canvas, this);
  /external/chromium/chrome/browser/chromeos/
setting_level_bubble_view.cc 14 using views::Background;
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
FullScreenVideoWidget.cpp 46 palette.setColor(QPalette::Background, Qt::black);
  /external/chromium/chrome/browser/ui/views/bubble/
bubble_border.h 10 #include "views/background.h"
82 // Sets the background color for the arrow body. This is irrelevant if you do
157 // A Background that clips itself to the specified BubbleBorder and uses
158 // the background color of the BubbleBorder.
159 class BubbleBackground : public views::Background {
163 // Background overrides.
  /external/chromium/chrome/browser/ui/views/frame/
contents_container.cc 10 #include "views/background.h"
166 views::Background::CreateSolidBackground(SK_ColorWHITE));
  /external/qemu/android/skin/
window.c 35 typedef struct Background {
39 } Background;
42 background_done( Background* back )
48 background_init( Background* back, SkinBackground* sback, SkinLocation* loc, SkinRect* frame )
62 background_redraw( Background* back, SkinRect* rect, SDL_Surface* surface )
625 Background* background; member in struct:Button
634 button->background = NULL;
638 button_init( Button* button, SkinButton* sbutton, SkinLocation* loc, Background* back, SkinRect* frame, SkinLayout* slayout )
643 button->background = back
    [all...]
  /external/webkit/LayoutTests/dom/html/level2/html/
table43.js 78 Background color for rows.
  /external/webkit/LayoutTests/dom/xhtml/level2/html/
table43.js 78 Background color for rows.
  /external/chromium/chrome/browser/chromeos/input_method/
candidate_window.cc 168 // Set the background color.
170 views::Background::CreateSolidBackground(
694 views::Background::CreateSolidBackground(kSelectedRowBackgroundColor));
696 // Need to call SchedulePaint() for background and border color changes.
760 // Set the background and the border of the view.
762 views::Background::CreateSolidBackground(kDefaultBackgroundColor));
    [all...]
  /external/sonivox/jet_tools/JetCreator/
JetSegGraph.py 212 dc.Background = wx.Brush(wx.WHITE)
222 dc.Background = wx.Brush(wx.WHITE)
344 dc.Background = wx.Brush(wx.WHITE)

Completed in 442 milliseconds

1 2 3