Home
last modified time | relevance | path

Searched refs:SetBackgroundColor (Results 1 – 25 of 84) sorted by relevance

1234

/external/chromium_org/cc/layers/
Dsolid_color_layer.cc25 void SolidColorLayer::SetBackgroundColor(SkColor color) { in SetBackgroundColor() function in cc::SolidColorLayer
27 Layer::SetBackgroundColor(color); in SetBackgroundColor()
Dsolid_color_layer_impl_unittest.cc65 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()
Dsolid_color_layer.h23 virtual void SetBackgroundColor(SkColor color) OVERRIDE;
/external/chromium_org/mojo/examples/compositor_app/
Dcompositor_host.cc45 root_layer->SetBackgroundColor(SK_ColorBLUE); in SetupScene()
51 child_layer_->SetBackgroundColor(SK_ColorGREEN); in SetupScene()
/external/chromium_org/chrome/browser/ui/views/location_bar/
Dorigin_chip_view.cc346 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()
Dkeyword_hint_view.cc100 label->SetBackgroundColor(background_color); in CreateLabel()
Dicon_label_bubble_view.cc61 label_->SetBackgroundColor( in IconLabelBubbleView()
/external/chromium_org/cc/resources/
Dcontent_layer_updater.h27 virtual void SetBackgroundColor(SkColor background_color) OVERRIDE;
Dlayer_updater.h63 virtual void SetBackgroundColor(SkColor background_color) {} in SetBackgroundColor() function
Dcontent_layer_updater.cc125 void ContentLayerUpdater::SetBackgroundColor(SkColor background_color) { in SetBackgroundColor() function in cc::ContentLayerUpdater
/external/chromium_org/cc/trees/
Docclusion_tracker_perftest.cc84 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/
Davatar_menu_bubble_view.cc361 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/
Dtray_utils.cc19 label->SetBackgroundColor(SkColorSetARGB(0, 255, 255, 255)); in SetupLabelForTray()
/external/chromium_org/ui/display/types/
Dnative_display_delegate.h45 virtual void SetBackgroundColor(uint32_t color_argb) = 0;
/external/chromium_org/ui/ozone/common/chromeos/
Dnative_display_delegate_ozone.h23 virtual void SetBackgroundColor(uint32_t color_argb) OVERRIDE;
Dnative_display_delegate_ozone.cc31 void NativeDisplayDelegateOzone::SetBackgroundColor(uint32_t color_argb) { in SetBackgroundColor() function in ui::NativeDisplayDelegateOzone
/external/chromium_org/android_webview/browser/renderer_host/
Daw_render_view_host_ext.h77 void SetBackgroundColor(SkColor c);
/external/chromium_org/ui/app_list/views/
Dapp_list_item_view.cc99 title_->SetBackgroundColor(0); in AppListItemView()
216 title_->SetBackgroundColor(app_list::kContentsBackgroundColor); in SetTitleSubpixelAA()
222 title_->SetBackgroundColor(0); in SetTitleSubpixelAA()
/external/chromium_org/content/renderer/
Dchild_frame_compositing_helper.cc150 background_layer_->SetBackgroundColor( in EnableCompositing()
197 background_layer_->SetBackgroundColor(SkColorSetARGBInline(255, 0, 128, 0)); in ChildFrameGone()
/external/chromium_org/chrome/browser/ui/views/
Dsad_tab_view.cc263 label->SetBackgroundColor(background()->get_color()); in CreateLabel()
270 link->SetBackgroundColor(background()->get_color()); in CreateLink()
Dfullscreen_exit_bubble_views.cc166 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/
Dnative_display_delegate_dri.h40 virtual void SetBackgroundColor(uint32_t color_argb) OVERRIDE;
Dnative_display_delegate_proxy.h35 virtual void SetBackgroundColor(uint32_t color_argb) OVERRIDE;
/external/chromium_org/athena/system/
Dpower_button_controller.cc56 label->SetBackgroundColor(SK_ColorWHITE); in ShowShutdownWarningDialog()
/external/chromium_org/ui/message_center/views/
Dnotification_button.cc66 title_->SetBackgroundColor(kRegularTextBackgroundColor); in SetTitle()

1234