Searched defs:drawsBackground (Results 1 - 9 of 9) sorted by relevance

/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/mac/
H A DWKView.h46 @property BOOL drawsBackground; variable
/macosx-10.9.5/WebKit2-7537.78.2/Shared/
H A DWebPageCreationParameters.cpp44 encoder << drawsBackground; local
H A DWebPageCreationParameters.h62 bool drawsBackground; member in struct:WebKit::WebPageCreationParameters
/macosx-10.9.5/WebKit-7537.78.2/mac/WebView/
H A DWebViewData.h135 BOOL drawsBackground; variable
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/CoordinatedGraphics/
H A DWebView.cpp141 void WebView::setDrawsBackground(bool drawsBackground) argument
146 bool WebView::drawsBackground() const function in class:WebKit::WebView
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/
H A DWebPageProxy.h316 bool drawsBackground() const { return m_drawsBackground; } function in class:WebKit::WebPageProxy
H A DWebPageProxy.cpp973 void WebPageProxy::setDrawsBackground(bool drawsBackground) argument
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/WebPage/
H A DWebPage.h337 bool drawsBackground() const { return m_drawsBackground; } function in class:WebKit::WebPage
H A DWebPage.cpp2038 void WebPage::setDrawsBackground(bool drawsBackground) argument

Completed in 212 milliseconds