Searched refs:Background (Results 1 - 25 of 105) sorted by relevance

12345

/external/chromium_org/ui/views/
H A Dbackground.cc17 // SolidBackground is a trivial Background implementation that fills the
19 class SolidBackground : public Background {
35 class BackgroundPainter : public Background {
59 Background::Background() function in class:views::Background
67 Background::~Background() {
73 void Background::SetNativeControlColor(SkColor color) {
82 HBRUSH Background::GetNativeControlBrush() const {
90 Background* Backgroun
[all...]
H A Dbackground.h29 // Background class
33 // Background can be subclassed to implement various effects.
39 class VIEWS_EXPORT Background { class in namespace:views
41 Background();
42 virtual ~Background();
45 static Background* CreateSolidBackground(SkColor color);
48 static Background* CreateSolidBackground(int r, int g, int b) {
53 static Background* CreateSolidBackground(int r, int g, int b, int a) {
59 static Background* CreateVerticalGradientBackground(SkColor color1,
67 static Background* CreateVerticalMultiColorGradientBackgroun
[all...]
/external/chromium_org/chrome/browser/ui/views/infobars/
H A Dinfobar_background.h12 class InfoBarBackground : public views::Background {
20 // views::Background:
/external/chromium_org/ui/app_list/views/
H A Dapp_list_background.h21 class AppListBackground : public views::Background {
28 // views::Background overrides:
H A Dtile_item_view.cc47 title_->set_background(views::Background::CreateSolidBackground(
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/cvox2/background/
H A Dbackground.js10 goog.provide('cvox2.Background');
22 cvox2.Background = function() {
52 cvox2.Background.prototype = {
131 /** @type {cvox2.Background} */
132 cvox2.global.backgroundObj = new cvox2.Background();
/external/chromium_org/ash/system/user/
H A Dbutton_from_view.cc92 views::Background::CreateSolidBackground(background_color));
93 set_background(views::Background::CreateSolidBackground(background_color));
/external/chromium_org/ui/file_manager/file_manager/background/js/
H A Dbackground.js21 function Background() { class
146 Background.CLOSE_DELAY_MS_ = 5000;
153 Background.makeGeometryKey = function(url) {
162 Background.MAXIMIZED_KEY_ = 'isMaximized';
170 Background.prototype.ready = function(callback) {
177 Background.prototype.tryClose = function() {
201 Date.now() - this.lastTimeCanClose_ < Background.CLOSE_DELAY_MS_) {
204 setTimeout(this.tryClose.bind(this), Background.CLOSE_DELAY_MS_);
217 Background.prototype.getSimilarWindows = function(url) {
231 Background
[all...]
/external/chromium_org/ui/views/examples/
H A Dwidget_example.cc34 set_background(Background::CreateSolidBackground(SK_ColorGRAY));
101 contents->set_background(Background::CreateSolidBackground(SK_ColorGRAY));
H A Ddouble_split_view_example.cc39 set_background(Background::CreateVerticalGradientBackground(from, to));
H A Dsingle_split_view_example.cc40 set_background(Background::CreateVerticalGradientBackground(from, to));
/external/chromium_org/ash/system/tray/
H A Dtray_empty.cc14 class EmptyBackground : public views::Background {
H A Dspecial_popup_row.cc42 set_background(views::Background::CreateSolidBackground(
/external/chromium_org/athena/main/
H A Dathena_frame_view.cc33 views::Background::CreateSolidBackground(kDefaultTitleBackground));
/external/chromium_org/athena/test/
H A Dsample_activity.cc80 views::Background::CreateSolidBackground(contents_color_));
/external/libpng/contrib/libtests/
H A Dpngstest.c771 } Background; typedef in typeref:struct:__anon24615
1171 gpc_noop(Pixel *out, const Pixel *in, const Background *back)
1182 gpc_nop8(Pixel *out, const Pixel *in, const Background *back)
1201 gpc_nop6(Pixel *out, const Pixel *in, const Background *back)
1221 gpc_bckg(Pixel *out, const Pixel *in, const Background *back)
1241 gpc_bckc(Pixel *out, const Pixel *in, const Background *back)
1271 gpc_g8(Pixel *out, const Pixel *in, const Background *back)
1287 gpc_g8b(Pixel *out, const Pixel *in, const Background *back)
1316 gpc_lin(Pixel *out, const Pixel *in, const Background *back)
1352 gpc_pre(Pixel *out, const Pixel *in, const Background *bac
[all...]
/external/chromium_org/chrome/browser/ui/views/bookmarks/
H A Dbookmark_sync_promo_view.cc20 // Background color of the promo.
36 set_background(views::Background::CreateSolidBackground(kBackgroundColor));
/external/chromium_org/chrome/browser/ui/views/frame/
H A Dcontents_web_view.cc59 set_background(views::Background::CreateSolidBackground(
/external/chromium_org/ash/ime/
H A Dinfolist_window.cc153 views::Background::CreateSolidBackground(GetNativeTheme()->GetSystemColor(
180 views::Background::CreateSolidBackground(GetNativeTheme()->GetSystemColor(
195 caption_label->set_background(views::Background::CreateSolidBackground(
H A Dcandidate_view.cc87 views::Background::CreateSolidBackground(transparent_blakish));
161 views::Background::CreateSolidBackground(theme.GetSystemColor(
202 views::Background::CreateSolidBackground(theme->GetSystemColor(
/external/chromium_org/chrome/browser/ui/views/autofill/
H A Dpassword_generation_popup_view_views.cc142 views::Background::CreateSolidBackground(
153 set_background(views::Background::CreateSolidBackground(kPopupBackground));
205 views::Background::CreateSolidBackground(
/external/chromium_org/athena/system/
H A Dpower_button_controller.cc66 views::Background::CreateSolidBackground(SK_ColorWHITE));
/external/chromium_org/athena/util/
H A Ddrag_handle.cc65 set_background(views::Background::CreateSolidBackground(color_));
/external/chromium_org/chrome/browser/ui/views/app_list/
H A Dapp_list_dialog_container.cc38 class AppListOverlayBackground : public views::Background {
43 // Overridden from views::Background:
/external/chromium_org/chrome/browser/ui/views/
H A Ddropdown_bar_view.cc28 // Background to paint toolbar background with rounded corners.
29 class DropdownBackground : public views::Background {
36 // Overridden from views::Background.

Completed in 777 milliseconds

12345