Home
last modified time | relevance | path

Searched refs:CreateSolidBackground (Results 1 – 25 of 65) sorted by relevance

123

/external/chromium_org/ui/views/
Dbackground.h45 static Background* CreateSolidBackground(SkColor color);
48 static Background* CreateSolidBackground(int r, int g, int b) { in CreateSolidBackground() function
49 return CreateSolidBackground(SkColorSetRGB(r, g, b)); in CreateSolidBackground()
53 static Background* CreateSolidBackground(int r, int g, int b, int a) { in CreateSolidBackground() function
54 return CreateSolidBackground(SkColorSetARGB(a, r, g, b)); in CreateSolidBackground()
Dbackground.cc90 Background* Background::CreateSolidBackground(SkColor color) { in CreateSolidBackground() function in views::Background
98 return CreateSolidBackground(SK_ColorWHITE); in CreateStandardPanelBackground()
/external/chromium_org/ui/views/focus/
Dfocus_traversal_unittest.cc288 Background::CreateSolidBackground(SK_ColorWHITE)); in InitContentView()
299 Background::CreateSolidBackground(240, 240, 240)); in InitContentView()
384 Background::CreateSolidBackground(240, 240, 240)); in InitContentView()
415 Background::CreateSolidBackground(230, 230, 230)); in InitContentView()
428 Background::CreateSolidBackground(200, 200, 200)); in InitContentView()
486 contents->set_background(Background::CreateSolidBackground(SK_ColorWHITE)); in InitContentView()
521 contents->set_background(Background::CreateSolidBackground(SK_ColorWHITE)); in InitContentView()
549 contents->set_background(Background::CreateSolidBackground(SK_ColorBLUE)); in InitContentView()
/external/chromium_org/chrome/browser/chromeos/input_method/
Dinfolist_window_view.cc132 views::Background::CreateSolidBackground(GetNativeTheme()->GetSystemColor( in Select()
173 views::Background::CreateSolidBackground(GetNativeTheme()->GetSystemColor( in Init()
191 caption_label->set_background(views::Background::CreateSolidBackground( in Init()
Dcandidate_window_view.cc139 views::Background::CreateSolidBackground(transparent_blakish)); in CreateWrappedShortcutLabel()
311 contents->set_background(views::Background::CreateSolidBackground( in InformationTextArea()
473 views::Background::CreateSolidBackground(GetNativeTheme()->GetSystemColor( in SetInfolistIcon()
482 views::Background::CreateSolidBackground(GetNativeTheme()->GetSystemColor( in Select()
567 views::Background::CreateSolidBackground(GetNativeTheme()->GetSystemColor( in Init()
/external/chromium_org/ui/views/examples/
Dwidget_example.cc32 set_background(Background::CreateSolidBackground(SK_ColorGRAY)); in DialogExample()
99 contents->set_background(Background::CreateSolidBackground(SK_ColorGRAY)); in ShowWidget()
Dbutton_example.cc48 container->set_background(Background::CreateSolidBackground(SK_ColorWHITE)); in CreateExampleView()
/external/chromium_org/chrome/browser/ui/views/
Dprofile_reset_bubble_view.cc90 set_background(views::Background::CreateSolidBackground( in SetupLayoutManager()
259 views::Background::CreateSolidBackground(kLightGrayBackgroundColor)); in SetupLayoutManager()
278 views::Background::CreateSolidBackground(kLightGrayBackgroundColor)); in SetupLayoutManager()
363 scroll_view->set_background(views::Background::CreateSolidBackground( in SetupLayoutManager()
/external/chromium_org/chrome/browser/ui/views/bookmarks/
Dbookmark_sync_promo_view.cc36 set_background(views::Background::CreateSolidBackground(kBackgroundColor)); in BookmarkSyncPromoView()
/external/chromium_org/ui/message_center/views/
Dgroup_view.cc87 views::Background::CreateSolidBackground( in GroupView()
151 icon_view_->set_background(views::Background::CreateSolidBackground( in GroupView()
Dnotification_button.cc103 set_background(views::Background::CreateSolidBackground( in StateChanged()
/external/chromium_org/chrome/browser/chromeos/login/
Dsimple_web_view_dialog.cc55 set_background(views::Background::CreateSolidBackground( in ToolbarRowView()
161 set_background(views::Background::CreateSolidBackground(SK_ColorWHITE)); in Init()
/external/chromium_org/ash/system/tray/
Dspecial_popup_row.cc44 set_background(views::Background::CreateSolidBackground( in SpecialPopupRow()
Dtray_notification_view.cc31 set_background(views::Background::CreateSolidBackground(kBackgroundColor)); in InitView()
Dtray_details_view.cc75 set_background(views::Background::CreateSolidBackground(kBackgroundColor)); in TrayDetailsView()
/external/chromium/chrome/browser/ui/views/frame/
Dcontents_container.cc166 views::Background::CreateSolidBackground(SK_ColorWHITE)); in CreateOverlay()
/external/chromium_org/chrome/browser/ui/views/autofill/
Ddecorated_textfield.cc168 views::Background::CreateSolidBackground(GetBackgroundColor())); in UpdateBackground()
/external/chromium_org/ash/system/chromeos/screen_security/
Dscreen_tray_item.cc88 set_background(views::Background::CreateSolidBackground(kBackgroundColor)); in CreateItems()
/external/chromium_org/ui/views/test/
Dchild_modal_window.cc122 Background::CreateSolidBackground(kModalParentColor)); in ChildModalParent()
/external/chromium_org/ash/wm/caption_buttons/
Dbubble_contents_button_row.cc106 set_background(views::Background::CreateSolidBackground( in BubbleContentsButtonRow()
Dmaximize_bubble_controller_bubble.cc66 set_background(views::Background::CreateSolidBackground( in BubbleContentsView()
334 views::Background::CreateSolidBackground(kBubbleBackgroundColor)); in MaximizeBubbleControllerBubble()
/external/chromium/chrome/browser/ui/views/tabs/
Dside_tab_strip.cc132 set_background(views::Background::CreateSolidBackground(kBackgroundColor)); in SideTabStrip()
135 views::Background::CreateSolidBackground(kSeparatorColor)); in SideTabStrip()
/external/chromium/chrome/browser/ui/views/
Dfind_bar_view.cc505 views::Background::CreateSolidBackground(kBackgroundColorNoMatch)); in UpdateMatchCountAppearance()
509 views::Background::CreateSolidBackground(kBackgroundColorMatch)); in UpdateMatchCountAppearance()
/external/chromium/chrome/browser/chromeos/login/
Ddefault_images_view.cc73 views::Background::CreateSolidBackground(kImageBackgroundColor)); in UserImageButton()
/external/chromium_org/chrome/browser/ui/views/extensions/
Dextension_dialog.cc77 views::Background::CreateSolidBackground(0xFF, 0xFF, 0xFF)); in Show()

123