/external/chromium_org/ui/views/ |
D | background.h | 45 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()
|
D | background.cc | 90 Background* Background::CreateSolidBackground(SkColor color) { in CreateSolidBackground() function in views::Background 98 return CreateSolidBackground(SK_ColorWHITE); in CreateStandardPanelBackground()
|
/external/chromium_org/ui/views/focus/ |
D | focus_traversal_unittest.cc | 288 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/ |
D | infolist_window_view.cc | 132 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()
|
D | candidate_window_view.cc | 139 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/ |
D | widget_example.cc | 32 set_background(Background::CreateSolidBackground(SK_ColorGRAY)); in DialogExample() 99 contents->set_background(Background::CreateSolidBackground(SK_ColorGRAY)); in ShowWidget()
|
D | button_example.cc | 48 container->set_background(Background::CreateSolidBackground(SK_ColorWHITE)); in CreateExampleView()
|
/external/chromium_org/chrome/browser/ui/views/ |
D | profile_reset_bubble_view.cc | 90 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/ |
D | bookmark_sync_promo_view.cc | 36 set_background(views::Background::CreateSolidBackground(kBackgroundColor)); in BookmarkSyncPromoView()
|
/external/chromium_org/ui/message_center/views/ |
D | group_view.cc | 87 views::Background::CreateSolidBackground( in GroupView() 151 icon_view_->set_background(views::Background::CreateSolidBackground( in GroupView()
|
D | notification_button.cc | 103 set_background(views::Background::CreateSolidBackground( in StateChanged()
|
/external/chromium_org/chrome/browser/chromeos/login/ |
D | simple_web_view_dialog.cc | 55 set_background(views::Background::CreateSolidBackground( in ToolbarRowView() 161 set_background(views::Background::CreateSolidBackground(SK_ColorWHITE)); in Init()
|
/external/chromium_org/ash/system/tray/ |
D | special_popup_row.cc | 44 set_background(views::Background::CreateSolidBackground( in SpecialPopupRow()
|
D | tray_notification_view.cc | 31 set_background(views::Background::CreateSolidBackground(kBackgroundColor)); in InitView()
|
D | tray_details_view.cc | 75 set_background(views::Background::CreateSolidBackground(kBackgroundColor)); in TrayDetailsView()
|
/external/chromium/chrome/browser/ui/views/frame/ |
D | contents_container.cc | 166 views::Background::CreateSolidBackground(SK_ColorWHITE)); in CreateOverlay()
|
/external/chromium_org/chrome/browser/ui/views/autofill/ |
D | decorated_textfield.cc | 168 views::Background::CreateSolidBackground(GetBackgroundColor())); in UpdateBackground()
|
/external/chromium_org/ash/system/chromeos/screen_security/ |
D | screen_tray_item.cc | 88 set_background(views::Background::CreateSolidBackground(kBackgroundColor)); in CreateItems()
|
/external/chromium_org/ui/views/test/ |
D | child_modal_window.cc | 122 Background::CreateSolidBackground(kModalParentColor)); in ChildModalParent()
|
/external/chromium_org/ash/wm/caption_buttons/ |
D | bubble_contents_button_row.cc | 106 set_background(views::Background::CreateSolidBackground( in BubbleContentsButtonRow()
|
D | maximize_bubble_controller_bubble.cc | 66 set_background(views::Background::CreateSolidBackground( in BubbleContentsView() 334 views::Background::CreateSolidBackground(kBubbleBackgroundColor)); in MaximizeBubbleControllerBubble()
|
/external/chromium/chrome/browser/ui/views/tabs/ |
D | side_tab_strip.cc | 132 set_background(views::Background::CreateSolidBackground(kBackgroundColor)); in SideTabStrip() 135 views::Background::CreateSolidBackground(kSeparatorColor)); in SideTabStrip()
|
/external/chromium/chrome/browser/ui/views/ |
D | find_bar_view.cc | 505 views::Background::CreateSolidBackground(kBackgroundColorNoMatch)); in UpdateMatchCountAppearance() 509 views::Background::CreateSolidBackground(kBackgroundColorMatch)); in UpdateMatchCountAppearance()
|
/external/chromium/chrome/browser/chromeos/login/ |
D | default_images_view.cc | 73 views::Background::CreateSolidBackground(kImageBackgroundColor)); in UserImageButton()
|
/external/chromium_org/chrome/browser/ui/views/extensions/ |
D | extension_dialog.cc | 77 views::Background::CreateSolidBackground(0xFF, 0xFF, 0xFF)); in Show()
|