HomeSort by relevance Sort by last modified time
    Searched refs:setBaseBackgroundColor (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/WebKit/public/web/
WebView.h 133 virtual void setBaseBackgroundColor(WebColor) = 0;
  /external/chromium_org/third_party/WebKit/Source/core/frame/
Frame.cpp 616 frame->view()->setBaseBackgroundColor(backgroundColor);
636 m_view->setBaseBackgroundColor(Color::transparent);
FrameView.h 145 void setBaseBackgroundColor(const Color&);
FrameView.cpp     [all...]
  /external/chromium_org/android_webview/renderer/
aw_render_view_ext.cc 354 render_view()->GetWebView()->setBaseBackgroundColor(c);
  /external/chromium_org/third_party/WebKit/Source/web/tests/
WebViewTest.cpp 241 TEST_F(WebViewTest, SetBaseBackgroundColor)
251 webView->setBaseBackgroundColor(kBlue);
266 webView->setBaseBackgroundColor(kTranslucentPutty);
277 webView->setBaseBackgroundColor(kBlue);
290 webView->setBaseBackgroundColor(kAlphaGreen);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
WebViewImpl.h 195 virtual void setBaseBackgroundColor(WebColor);
    [all...]
WebViewImpl.cpp     [all...]

Completed in 41 milliseconds