Searched defs:SetBackgroundColor (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/cc/layers/
H A Dsolid_color_layer.cc25 void SolidColorLayer::SetBackgroundColor(SkColor color) { function in class:cc::SolidColorLayer
27 Layer::SetBackgroundColor(color);
H A Dlayer.cc378 void Layer::SetBackgroundColor(SkColor background_color) { function in class:cc::Layer
862 layer->SetBackgroundColor(background_color_);
H A Dlayer_impl.cc506 layer->SetBackgroundColor(background_color_);
881 void LayerImpl::SetBackgroundColor(SkColor background_color) { function in class:cc::LayerImpl
/external/chromium_org/cc/resources/
H A Dcontent_layer_updater.cc125 void ContentLayerUpdater::SetBackgroundColor(SkColor background_color) { function in class:cc::ContentLayerUpdater
H A Dlayer_updater.h63 virtual void SetBackgroundColor(SkColor background_color) {} function in class:cc::LayerUpdater
/external/chromium_org/ui/ozone/common/chromeos/
H A Dnative_display_delegate_ozone.cc31 void NativeDisplayDelegateOzone::SetBackgroundColor(uint32_t color_argb) { function in class:ui::NativeDisplayDelegateOzone
/external/chromium_org/android_webview/browser/renderer_host/
H A Daw_render_view_host_ext.cc88 void AwRenderViewHostExt::SetBackgroundColor(SkColor c) { function in class:android_webview::AwRenderViewHostExt
/external/chromium_org/ui/ozone/platform/dri/chromeos/
H A Dnative_display_delegate_dri.cc140 void NativeDisplayDelegateDri::SetBackgroundColor(uint32_t color_argb) { function in class:ui::NativeDisplayDelegateDri
H A Dnative_display_delegate_proxy.cc45 void NativeDisplayDelegateProxy::SetBackgroundColor(uint32_t color_argb) { function in class:ui::NativeDisplayDelegateProxy
/external/chromium_org/ui/compositor/
H A Dcompositor.cc273 void Compositor::SetBackgroundColor(SkColor color) { function in class:ui::Compositor
/external/chromium_org/ui/display/chromeos/x11/
H A Dnative_display_delegate_x11.cc155 void NativeDisplayDelegateX11::SetBackgroundColor(uint32_t color_argb) { function in class:ui::NativeDisplayDelegateX11
/external/chromium_org/ui/views/controls/
H A Dlabel.cc100 void Label::SetBackgroundColor(SkColor color) { function in class:views::Label
/external/chromium_org/android_webview/native/
H A Daw_contents.cc1016 void AwContents::SetBackgroundColor(JNIEnv* env, jobject obj, jint color) { function in class:android_webview::AwContents
1018 render_view_host_ext_->SetBackgroundColor(color);
/external/pdfium/fpdfsdk/src/pdfwindow/
H A DPWL_Wnd.cpp726 void CPWL_Wnd::SetBackgroundColor(const CPWL_Color & color) function in class:CPWL_Wnd
/external/chromium_org/ui/views/controls/textfield/
H A Dtextfield.cc390 void Textfield::SetBackgroundColor(SkColor color) { function in class:views::Textfield
1040 label.SetBackgroundColor(GetBackgroundColor());

Completed in 239 milliseconds