Searched refs:setBackgroundColor (Results 1 - 25 of 43) sorted by relevance

12

/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowButton.java14 setBackgroundColor(android.R.color.transparent);
/external/chromium_org/ui/message_center/cocoa/
H A Dopaque_views.h21 - (void)setBackgroundColor:(NSColor*)backgroundColor;
/external/chromium_org/chrome/browser/ui/cocoa/
H A Dinfo_bubble_view.h66 - (void)setBackgroundColor:(NSColor*)backgroundColor;
/external/chromium_org/third_party/webrtc/modules/video_render/mac/
H A Dcocoa_full_screen_window.mm55 [_window setBackgroundColor:[NSColor blackColor]];
/external/chromium_org/third_party/webrtc/modules/video_render/test/testAPI/
H A DtestAPI_mac.mm45 [outWindow setBackgroundColor:[NSColor blueColor]];
/external/chromium_org/third_party/WebKit/public/platform/
H A DWebLayerTreeView.h74 virtual void setBackgroundColor(WebColor) = 0;
H A DWebLayer.h123 virtual void setBackgroundColor(WebColor) = 0;
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/infobar/
H A DContentWrapperView.java58 setBackgroundColor(resources.getColor(R.color.infobar_background));
62 separator.setBackgroundColor(resources.getColor(R.color.infobar_background_separator));
/external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/
H A DAwContentsRenderTest.java38 mAwContents.setBackgroundColor(c);
/external/chromium_org/content/test/
H A Dweb_layer_tree_view_impl_for_testing.cc92 void WebLayerTreeViewImplForTesting::setBackgroundColor(WebColor color) { function in class:content::WebLayerTreeViewImplForTesting
H A Dweb_layer_tree_view_impl_for_testing.h42 virtual void setBackgroundColor(blink::WebColor);
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
H A DContentViewRenderView.java121 mSurfaceView.setBackgroundColor(color);
/external/chromium_org/content/renderer/gpu/
H A Drender_widget_compositor.h95 virtual void setBackgroundColor(blink::WebColor color);
/external/chromium_org/mojo/services/html_viewer/
H A Dweblayertreeview_impl.h71 virtual void setBackgroundColor(blink::WebColor color) OVERRIDE;
H A Dweblayertreeview_impl.cc131 void WebLayerTreeViewImpl::setBackgroundColor(blink::WebColor color) { function in class:mojo::WebLayerTreeViewImpl
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderFullScreen.cpp112 fullscreenStyle->setBackgroundColor(StyleColor(Color::black));
H A DRenderScrollbar.cpp151 result->setBackgroundColor(StyleColor(Color::white));
/external/chromium_org/ui/android/java/src/org/chromium/ui/
H A DColorPickerDialog.java163 if (mCurrentColorView != null) mCurrentColorView.setBackgroundColor(color);
H A DColorSuggestionListAdapter.java106 layout.setBackgroundColor(Color.WHITE);
/external/chromium_org/cc/blink/
H A Dweb_layer_impl.h92 virtual void setBackgroundColor(blink::WebColor color);
H A Dweb_layer_impl.cc213 void WebLayerImpl::setBackgroundColor(WebColor color) { function in class:cc_blink::WebLayerImpl
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DGraphicsLayer.h164 void setBackgroundColor(const Color&);
H A DGraphicsLayer.cpp814 void GraphicsLayer::setBackgroundColor(const Color& color) function in class:blink::GraphicsLayer
820 m_layer->layer()->setBackgroundColor(m_backgroundColor.rgb());
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
H A DViewTest.java151 view.setBackgroundColor(R.color.android_red);
168 view.setBackgroundColor(color);
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/
H A DWebsiteSettingsPopup.java57 mContainer.setBackgroundColor(Color.WHITE);

Completed in 457 milliseconds

12