/external/chromium_org/cc/layers/ |
D | solid_color_layer.cc | 25 void SolidColorLayer::SetBackgroundColor(SkColor color) { in SetBackgroundColor() function in cc::SolidColorLayer 27 Layer::SetBackgroundColor(color); in SetBackgroundColor()
|
D | solid_color_layer_impl_unittest.cc | 65 layer->SetBackgroundColor(test_color); in TEST() 129 layer->SetBackgroundColor(SkColorSetARGBInline(255, 10, 20, 30)); in TEST() 156 layer->SetBackgroundColor(SkColorSetARGBInline(254, 10, 20, 30)); in TEST() 191 solid_color_layer_impl->SetBackgroundColor(SkColorSetARGB(255, 10, 20, 30)); in TEST()
|
D | solid_color_layer.h | 23 virtual void SetBackgroundColor(SkColor color) OVERRIDE;
|
/external/chromium_org/mojo/examples/compositor_app/ |
D | compositor_host.cc | 45 root_layer->SetBackgroundColor(SK_ColorBLUE); in SetupScene() 51 child_layer_->SetBackgroundColor(SK_ColorGREEN); in SetupScene()
|
/external/chromium_org/chrome/browser/ui/views/location_bar/ |
D | origin_chip_view.cc | 346 host_label_->SetBackgroundColor(background_colors_[Button::STATE_PRESSED]); in SetBorderImages() 348 host_label_->SetBackgroundColor(background_colors_[state()]); in SetBorderImages() 381 ev_label_->SetBackgroundColor(background_color); in StateChanged() 382 host_label_->SetBackgroundColor(background_color); in StateChanged()
|
D | keyword_hint_view.cc | 100 label->SetBackgroundColor(background_color); in CreateLabel()
|
D | icon_label_bubble_view.cc | 61 label_->SetBackgroundColor( in IconLabelBubbleView()
|
/external/chromium_org/cc/resources/ |
D | content_layer_updater.h | 27 virtual void SetBackgroundColor(SkColor background_color) OVERRIDE;
|
D | layer_updater.h | 63 virtual void SetBackgroundColor(SkColor background_color) {} in SetBackgroundColor() function
|
D | content_layer_updater.cc | 125 void ContentLayerUpdater::SetBackgroundColor(SkColor background_color) { in SetBackgroundColor() function in cc::ContentLayerUpdater
|
/external/chromium_org/cc/trees/ |
D | occlusion_tracker_perftest.cc | 84 opaque_layer->SetBackgroundColor(SK_ColorRED); in TEST_F() 151 opaque_layer->SetBackgroundColor(SK_ColorRED); in TEST_F()
|
/external/chromium_org/chrome/browser/ui/views/profiles/ |
D | avatar_menu_bubble_view.cc | 361 name_label_->SetBackgroundColor(color); in OnHighlightStateChanged() 362 sync_state_label_->SetBackgroundColor(color); in OnHighlightStateChanged() 363 edit_link_->SetBackgroundColor(color); in OnHighlightStateChanged() 731 add_profile_link->SetBackgroundColor(color()); in InitMenuContents() 763 supervised_user_info_->SetBackgroundColor(color()); in InitSupervisedUserContents() 778 switch_profile_link_->SetBackgroundColor(color()); in InitSupervisedUserContents()
|
/external/chromium_org/ash/system/tray/ |
D | tray_utils.cc | 19 label->SetBackgroundColor(SkColorSetARGB(0, 255, 255, 255)); in SetupLabelForTray()
|
/external/chromium_org/ui/display/types/ |
D | native_display_delegate.h | 45 virtual void SetBackgroundColor(uint32_t color_argb) = 0;
|
/external/chromium_org/ui/ozone/common/chromeos/ |
D | native_display_delegate_ozone.h | 23 virtual void SetBackgroundColor(uint32_t color_argb) OVERRIDE;
|
D | native_display_delegate_ozone.cc | 31 void NativeDisplayDelegateOzone::SetBackgroundColor(uint32_t color_argb) { in SetBackgroundColor() function in ui::NativeDisplayDelegateOzone
|
/external/chromium_org/android_webview/browser/renderer_host/ |
D | aw_render_view_host_ext.h | 77 void SetBackgroundColor(SkColor c);
|
/external/chromium_org/ui/app_list/views/ |
D | app_list_item_view.cc | 99 title_->SetBackgroundColor(0); in AppListItemView() 216 title_->SetBackgroundColor(app_list::kContentsBackgroundColor); in SetTitleSubpixelAA() 222 title_->SetBackgroundColor(0); in SetTitleSubpixelAA()
|
/external/chromium_org/content/renderer/ |
D | child_frame_compositing_helper.cc | 150 background_layer_->SetBackgroundColor( in EnableCompositing() 197 background_layer_->SetBackgroundColor(SkColorSetARGBInline(255, 0, 128, 0)); in ChildFrameGone()
|
/external/chromium_org/chrome/browser/ui/views/ |
D | sad_tab_view.cc | 263 label->SetBackgroundColor(background()->get_color()); in CreateLabel() 270 link->SetBackgroundColor(background()->get_color()); in CreateLink()
|
D | fullscreen_exit_bubble_views.cc | 166 link_->SetBackgroundColor(background()->get_color()); in FullscreenExitView() 167 message_label_->SetBackgroundColor(background()->get_color()); in FullscreenExitView() 168 mouse_lock_exit_instruction_->SetBackgroundColor(background()->get_color()); in FullscreenExitView()
|
/external/chromium_org/ui/ozone/platform/dri/chromeos/ |
D | native_display_delegate_dri.h | 40 virtual void SetBackgroundColor(uint32_t color_argb) OVERRIDE;
|
D | native_display_delegate_proxy.h | 35 virtual void SetBackgroundColor(uint32_t color_argb) OVERRIDE;
|
/external/chromium_org/athena/system/ |
D | power_button_controller.cc | 56 label->SetBackgroundColor(SK_ColorWHITE); in ShowShutdownWarningDialog()
|
/external/chromium_org/ui/message_center/views/ |
D | notification_button.cc | 66 title_->SetBackgroundColor(kRegularTextBackgroundColor); in SetTitle()
|