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

1 2 3 4 5

  /external/chromium_org/ui/views/
background.cc 5 #include "ui/views/background.h"
17 // SolidBackground is a trivial Background implementation that fills the
18 // background in a solid color.
19 class SolidBackground : public Background {
26 // Fill the background. Note that we don't constrain to the bounds as
35 class BackgroundPainter : public Background {
59 Background::Background()
67 Background::~Background() {
103 Background* background = CreateBackgroundPainter( local
116 Background* background = CreateBackgroundPainter( local
    [all...]
background.h 29 // Background class
31 // A background implements a way for views to paint a background. The
32 // background can be either solid or based on a gradient. Of course,
33 // Background can be subclassed to implement various effects.
35 // Any View can have a background. See View::SetBackground() and
39 class VIEWS_EXPORT Background {
41 Background();
42 virtual ~Background();
44 // Creates a background that fills the canvas in the specified color
    [all...]
  /external/chromium_org/ui/app_list/views/
app_list_background.h 10 #include "ui/views/background.h"
20 // A class to paint bubble background.
21 class AppListBackground : public views::Background {
28 // views::Background overrides:
tile_item_view.cc 17 #include "ui/views/background.h"
47 title_->set_background(views::Background::CreateSolidBackground(
  /external/chromium_org/chrome/browser/ui/views/infobars/
infobar_background.h 10 #include "ui/views/background.h"
12 class InfoBarBackground : public views::Background {
20 // views::Background:
  /external/chromium_org/ash/system/user/
button_from_view.cc 10 #include "ui/views/background.h"
92 views::Background::CreateSolidBackground(background_color));
93 set_background(views::Background::CreateSolidBackground(background_color));
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/cvox2/background/
background.js 7 * background page.
10 goog.provide('cvox2.Background');
20 * ChromeVox2 background page.
22 cvox2.Background = function() {
52 cvox2.Background.prototype = {
65 cvox.ChromeVox.background.injectChromeVoxIntoTabs([tab], true);
131 /** @type {cvox2.Background} */
132 cvox2.global.backgroundObj = new cvox2.Background();
  /external/chromium_org/ui/views/examples/
widget_example.cc 8 #include "ui/views/background.h"
34 set_background(Background::CreateSolidBackground(SK_ColorGRAY));
101 contents->set_background(Background::CreateSolidBackground(SK_ColorGRAY));
double_split_view_example.cc 7 #include "ui/views/background.h"
16 // DoubleSplitViews's content, which draws gradient color on background.
39 set_background(Background::CreateVerticalGradientBackground(from, to));
single_split_view_example.cc 7 #include "ui/views/background.h"
15 // SingleSplitView's content, which draws gradient color on background.
40 set_background(Background::CreateVerticalGradientBackground(from, to));
  /external/chromium_org/ash/system/tray/
tray_empty.cc 8 #include "ui/views/background.h"
14 class EmptyBackground : public views::Background {
special_popup_row.cc 16 #include "ui/views/background.h"
42 set_background(views::Background::CreateSolidBackground(
  /external/chromium_org/athena/main/
athena_frame_view.cc 10 #include "ui/views/background.h"
23 // The default background color for athena's frame. This is placeholder.
33 views::Background::CreateSolidBackground(kDefaultTitleBackground));
  /external/chromium_org/athena/test/
sample_activity.cc 8 #include "ui/views/background.h"
80 views::Background::CreateSolidBackground(contents_color_));
  /external/libpng/contrib/libtests/
pngstest.c 765 /* The background as the original sRGB 8-bit value converted to the final
771 } Background;
1117 * background color. (Adding an alpha channel is a no-op.)
1138 * bckg: composite on gray background
1139 * bckc: composite on color background
1141 * g8b: convert sRGB components to grayscale and composite on gray background
1155 * b16g: composite linear onto gray background and convert the result to sRGB
1156 * b16c: composite linear onto color background and convert the result to sRGB
1160 * gb16: composite linear onto background and convert to sRGB grayscale
1162 * cb16: composite linear onto background and convert to sRG
2151 const Background* background; member in struct:__anon4168
3355 png_colorp background = NULL; local
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/api/eventPage/basic/
content.js 26 log("Background page responded: " + response);
42 log("Got message from background page: " + msg);
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/
tree.css.js 32 * @param {string} backgroundColor Background color.
  /external/chromium_org/chrome/browser/ui/views/bookmarks/
bookmark_sync_promo_view.cc 13 #include "ui/views/background.h"
20 // Background color of the promo.
36 set_background(views::Background::CreateSolidBackground(kBackgroundColor));
  /external/chromium_org/chrome/browser/ui/views/frame/
contents_web_view.cc 13 #include "ui/views/background.h"
52 // Set the background color to a dark tint of the new tab page's background
59 set_background(views::Background::CreateSolidBackground(
  /external/chromium_org/ash/ime/
infolist_window.cc 16 #include "ui/views/background.h"
153 views::Background::CreateSolidBackground(GetNativeTheme()->GetSystemColor(
180 views::Background::CreateSolidBackground(GetNativeTheme()->GetSystemColor(
195 caption_label->set_background(views::Background::CreateSolidBackground(
candidate_view.cc 12 #include "ui/views/background.h"
79 // Set the background color.
87 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/
password_generation_popup_view_views.cc 13 #include "ui/views/background.h"
142 views::Background::CreateSolidBackground(
153 set_background(views::Background::CreateSolidBackground(kPopupBackground));
205 views::Background::CreateSolidBackground(
239 // Draw border and background.
242 // Divider line needs to be drawn after OnPaint() otherwise the background
  /external/chromium_org/ui/file_manager/file_manager/background/js/
background.js 18 * Root class of the background page.
21 function Background() {
41 * Progress center of the background page.
105 * Last time when the background page can close.
146 Background.CLOSE_DELAY_MS_ = 5000;
153 Background.makeGeometryKey = function(url) {
162 Background.MAXIMIZED_KEY_ = 'isMaximized';
170 Background.prototype.ready = function(callback) {
175 * Checks the current condition of background page and closes it if possible.
177 Background.prototype.tryClose = function()
    [all...]
  /external/chromium_org/athena/system/
power_button_controller.cc 12 #include "ui/views/background.h"
66 views::Background::CreateSolidBackground(SK_ColorWHITE));
  /external/chromium_org/athena/util/
drag_handle.cc 7 #include "ui/views/background.h"
65 set_background(views::Background::CreateSolidBackground(color_));

Completed in 927 milliseconds

1 2 3 4 5