/external/chromium_org/ui/app_list/views/ |
tile_item_view.cc | 16 #include "ui/views/background.h" 36 // A background for the start page item view which consists of a rounded rect 38 class TileItemView::TileItemBackground : public views::Background { 45 // Overridden from views::Background: 60 // Paint the main background rectangle, leaving part of the color strip
|
/external/chromium_org/ui/file_manager/file_manager/common/js/ |
progress_center_common.js | 14 * Background page notifies item update to application windows. 19 * Background page notifies all the items are cleared.
|
/external/chromium_org/ui/message_center/views/ |
notification_button.cc | 10 #include "ui/views/background.h" 111 set_background(views::Background::CreateSolidBackground(
|
/external/chromium_org/ui/views/examples/ |
scroll_view_example.cc | 9 #include "ui/views/background.h" 20 // ScrollView's content, which draws gradient color on background. 35 set_background(Background::CreateVerticalGradientBackground(from, to));
|
/external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/ |
SkPdfShadingDictionary_autogen.cpp | 55 SkPdfArray* SkPdfShadingDictionary::Background(SkPdfNativeDoc* doc) { 56 SkPdfNativeObject* ret = get("Background", ""); 64 return get("Background", "") != NULL;
|
/external/chromium_org/ui/file_manager/file_manager/background/js/ |
file_operation_handler.js | 8 * An event handler of the background page for file operations. 9 * @param {Background} background Background page. 12 var FileOperationHandler = function(background) { 14 * Background page. 15 * @type {Background} 18 this.background_ = background; 25 this.fileOperationManager_ = background.fileOperationManager; 32 this.progressCenter_ = background.progressCenter [all...] |
/external/chromium_org/ui/views/focus/ |
focus_traversal_unittest.cc | 11 #include "ui/views/background.h" 285 Background::CreateSolidBackground(SK_ColorWHITE)); 296 Background::CreateSolidBackground(240, 240, 240)); 381 Background::CreateSolidBackground(240, 240, 240)); 412 Background::CreateSolidBackground(230, 230, 230)); 425 Background::CreateSolidBackground(200, 200, 200)); 483 contents->set_background(Background::CreateSolidBackground(SK_ColorWHITE)); 518 contents->set_background(Background::CreateSolidBackground(SK_ColorWHITE)); 546 contents->set_background(Background::CreateSolidBackground(SK_ColorBLUE));
|
/external/chromium_org/ui/views/ |
view.h | 63 class Background; 509 // The background object is owned by this object and may be NULL. 510 void set_background(Background* b); 511 const Background* background() const { return background_.get(); } function in class:views::View 512 Background* background() { return background_.get(); } function in class:views::View [all...] |
/external/chromium_org/ash/system/chromeos/screen_security/ |
screen_tray_item.cc | 86 set_background(views::Background::CreateSolidBackground(kBackgroundColor));
|
/external/chromium_org/ash/system/tray/ |
tray_details_view.cc | 12 #include "ui/views/background.h" 74 set_background(views::Background::CreateSolidBackground(kBackgroundColor));
|
tray_notification_view.cc | 13 #include "ui/views/background.h" 31 set_background(views::Background::CreateSolidBackground(kBackgroundColor));
|
/external/chromium_org/ash/test/ |
child_modal_window.cc | 10 #include "ui/views/background.h" 125 views::Background::CreateSolidBackground(kModalParentColor));
|
/external/chromium_org/ash/wm/workspace/ |
phantom_window_controller.cc | 16 #include "ui/views/background.h" 132 views::Background::CreateBackgroundPainter(true, background_painter));
|
/external/chromium_org/athena/activity/ |
activity_view_manager_impl.cc | 14 #include "ui/views/background.h" 66 title_->set_background(views::Background::CreateSolidBackground(bgcolor));
|
/external/chromium_org/chrome/browser/ui/views/app_list/ |
app_list_dialog_contents_view.cc | 19 #include "ui/views/background.h" 32 // The radius of the app list overlay (the dialog's background). 37 // The background for App List dialogs, which appears as a rounded rectangle 39 class AppListOverlayBackground : public views::Background { 44 // Overridden from views::Background:
|
/external/chromium_org/chrome/browser/ui/views/autofill/ |
decorated_textfield.cc | 10 #include "ui/views/background.h" 139 views::Background::CreateSolidBackground(GetBackgroundColor()));
|
/external/chromium_org/chrome/browser/ui/views/extensions/ |
extension_dialog.cc | 20 #include "ui/views/background.h" 73 // Show a white background while the extension loads. This is prettier than 76 views::Background::CreateSolidBackground(0xFF, 0xFF, 0xFF)); 188 // Avoid potential overdraw by removing the temporary background after
|
/external/chromium_org/ui/views/bubble/ |
bubble_border.h | 10 #include "ui/views/background.h" 135 // Get or set the background color for the bubble and arrow body. 139 // If true, the background color should be determined by the host's 193 // A Background that clips itself to the specified BubbleBorder and uses 194 // the background color of the BubbleBorder. 195 class VIEWS_EXPORT BubbleBackground : public Background { 199 // Overridden from Background:
|
/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 ) 636 Background* background; member in struct:Button 645 button->background = NULL; 649 button_init( Button* button, SkinButton* sbutton, SkinLocation* loc, Background* back, SkinRect* frame, SkinLayout* slayout ) 654 button->background = back [all...] |
/external/chromium_org/chrome/browser/chromeos/login/ui/ |
simple_web_view_dialog.cc | 33 #include "ui/views/background.h" 58 set_background(views::Background::CreateSolidBackground(kDialogColor)); 168 set_background(views::Background::CreateSolidBackground(kDialogColor)); 202 // Use separate view to setup custom background.
|
/external/chromium_org/chrome/browser/ui/views/ |
session_crashed_bubble_view.cc | 59 // The color of the text and background of the sub panel to offer UMA optin. 265 views::Background::CreateSolidBackground(kBackgroundColor)); 277 views::Background::CreateSolidBackground(kBackgroundColor)); 292 // We use a border instead of padding so that the background color reaches
|
/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)
|
/external/chromium_org/ash/ime/ |
candidate_window_view.cc | 15 #include "ui/views/background.h" 104 set_background(views::Background::CreateSolidBackground( 155 // Set the background and the border of the view. 158 views::Background::CreateSolidBackground(theme->GetSystemColor(
|
/external/chromium_org/ash/system/user/ |
user_view.cc | 173 set_background(views::Background::CreateSolidBackground(kBackgroundColor)); 214 // Only the logged in user will have a background. All other users will have 216 set_background(views::Background::CreateSolidBackground(
|
/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));
|