/external/chromium_org/ash/system/user/ |
user_view.cc | 173 set_background(views::Background::CreateSolidBackground(kBackgroundColor)); 215 // Only the logged in user will have a background. All other users will have 217 set_background(views::Background::CreateSolidBackground(
|
/external/chromium_org/athena/home/ |
athena_start_page_view.cc | 23 #include "ui/views/background.h" 106 // The background to paint the round rectangle of the view area. 107 class RoundRectBackground : public views::Background { 115 // views::Background: 176 views::Background::CreateSolidBackground(SK_ColorWHITE));
|
/external/chromium_org/athena/system/ |
network_selector.cc | 29 #include "ui/views/background.h" 358 views::Background::CreateSolidBackground(kBackgroundColor)); 371 views::Background::CreateSolidBackground(SK_ColorWHITE));
|
/external/chromium_org/ui/views/color_chooser/ |
color_chooser_view.cc | 16 #include "ui/views/background.h" 317 // The background is very dark at the bottom of the view. Use a white 356 if (!background()) 357 set_background(Background::CreateSolidBackground(color)); 359 background()->SetNativeControlColor(color); 373 set_background(Background::CreateSolidBackground(SK_ColorLTGRAY));
|
/external/chromium_org/ash/wm/ |
system_modal_container_layout_manager.cc | 28 #include "ui/views/background.h" 168 views::Background::CreateSolidBackground(SK_ColorBLACK)); 251 // keyboard will not fill left to right, the background is still covered.
|
/external/chromium_org/chrome/browser/ui/views/extensions/ |
extension_dialog.cc | 21 #include "ui/views/background.h" 86 // Show a white background while the extension loads. This is prettier than 89 views::Background::CreateSolidBackground(0xFF, 0xFF, 0xFF)); 201 // Avoid potential overdraw by removing the temporary background after
|
/external/chromium_org/chrome/browser/ui/views/ |
sad_tab_view.cc | 24 #include "ui/views/background.h" 87 // Set the background color. 88 set_background(views::Background::CreateSolidBackground( 263 label->SetBackgroundColor(background()->get_color()); 270 link->SetBackgroundColor(background()->get_color());
|
/external/chromium_org/chrome/browser/ui/views/sync/ |
profile_signin_confirmation_dialog_views.cc | 27 #include "ui/views/background.h" 194 prompt_bar->set_background(views::Background::CreateSolidBackground(
|
/external/chromium_org/mojo/examples/browser/ |
browser.cc | 27 #include "ui/views/background.h" 188 views::Background::CreateSolidBackground(SK_ColorBLUE));
|
/external/chromium_org/ui/app_list/views/ |
search_box_view.cc | 47 // A background that paints a solid white rounded rect with a thin grey border. 48 class SearchBoxBackground : public views::Background { 54 // views::Background overrides:
|
search_result_list_view.cc | 20 #include "ui/views/background.h" 58 views::Background::CreateSolidBackground(kTimeoutIndicatorColor));
|
speech_view.cc | 19 #include "ui/views/background.h" 119 // To keep the painting order of the border and the background, this class 120 // actually has a single child of 'container' which has white background and 124 views::Background::CreateSolidBackground(SK_ColorWHITE));
|
/external/chromium_org/ui/message_center/views/ |
message_center_button_bar.cc | 108 views::Background::CreateSolidBackground(kMessageCenterBackgroundColor));
|
message_view.cc | 18 #include "ui/views/background.h" 42 // then add the masked foreground on top of the background 47 // Background color grey 48 const gfx::ImageSkia background = CreateImage( local 55 return gfx::ImageSkiaOperations::CreateSuperimposedImage(background, 76 // Create the opaque background that's above the view's shadow. 79 views::Background::CreateSolidBackground(kNotificationBackgroundColor)); 205 // Background.
|
toast_contents_view.cc | 22 #include "ui/views/background.h" 59 // Sets the transparent background. Then, when the message view is slid out, 62 set_background(views::Background::CreateSolidBackground(0, 0, 0, 0));
|
/external/chromium_org/ui/views/bubble/ |
bubble_delegate.cc | 287 set_background(Background::CreateSolidBackground(color()));
|
/external/chromium_org/ui/views/controls/ |
single_split_view.cc | 11 #include "ui/views/background.h" 36 views::Background::CreateSolidBackground(
|
/external/chromium_org/ui/views/corewm/ |
tooltip_aura.cc | 14 #include "ui/views/background.h" 205 views::Background::CreateSolidBackground(
|
/external/chromium_org/ui/views/examples/ |
examples_window.cc | 14 #include "ui/views/background.h" 136 set_background(Background::CreateStandardPanelBackground());
|
label_example.cc | 8 #include "ui/views/background.h" 148 Background::CreateSolidBackground(SK_ColorLTGRAY));
|
/cts/suite/cts/deviceTests/browserbench/assets/octane/ |
raytrace.js | 69 // flog/background.js 304 background : null, 314 this.background = new Flog.RayTracer.Background(new Flog.RayTracer.Color(0,0,0.5), 0.2); 587 Flog.RayTracer.Background = Class.create(); 589 Flog.RayTracer.Background.prototype = { 677 return scene.background.color; 711 var color = Flog.RayTracer.Color.prototype.multiplyScalar(info.color, scene.background.ambience); 752 refl.color = scene.background.color; 820 scene.background = new Flog.RayTracer.Background [all...] |
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v4/ |
v8-raytrace.js | 64 // flog/background.js 305 background : null, 315 this.background = new Flog.RayTracer.Background(new Flog.RayTracer.Color(0,0,0.5), 0.2); 613 Flog.RayTracer.Background = Class.create(); 615 Flog.RayTracer.Background.prototype = { 703 return scene.background.color; 737 var color = Flog.RayTracer.Color.prototype.multiplyScalar(info.color, scene.background.ambience); 778 refl.color = scene.background.color; 846 scene.background = new Flog.RayTracer.Background [all...] |
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v5/ |
v8-raytrace.js | 64 // flog/background.js 305 background : null, 315 this.background = new Flog.RayTracer.Background(new Flog.RayTracer.Color(0,0,0.5), 0.2); 613 Flog.RayTracer.Background = Class.create(); 615 Flog.RayTracer.Background.prototype = { 703 return scene.background.color; 737 var color = Flog.RayTracer.Color.prototype.multiplyScalar(info.color, scene.background.ambience); 778 refl.color = scene.background.color; 846 scene.background = new Flog.RayTracer.Background [all...] |
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v6/ |
v8-raytrace.js | 64 // flog/background.js 299 background : null, 309 this.background = new Flog.RayTracer.Background(new Flog.RayTracer.Color(0,0,0.5), 0.2); 582 Flog.RayTracer.Background = Class.create(); 584 Flog.RayTracer.Background.prototype = { 672 return scene.background.color; 706 var color = Flog.RayTracer.Color.prototype.multiplyScalar(info.color, scene.background.ambience); 747 refl.color = scene.background.color; 815 scene.background = new Flog.RayTracer.Background [all...] |
/external/chromium_org/v8/benchmarks/ |
raytrace.js | 69 // flog/background.js 304 background : null, 314 this.background = new Flog.RayTracer.Background(new Flog.RayTracer.Color(0,0,0.5), 0.2); 587 Flog.RayTracer.Background = Class.create(); 589 Flog.RayTracer.Background.prototype = { 677 return scene.background.color; 711 var color = Flog.RayTracer.Color.prototype.multiplyScalar(info.color, scene.background.ambience); 752 refl.color = scene.background.color; 820 scene.background = new Flog.RayTracer.Background [all...] |