Searched refs:setShouldInvertColors (Results 1 - 9 of 9) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/ca/win/
H A DWKCACFViewLayerTreeHost.h57 virtual void setShouldInvertColors(bool);
H A DCACFLayerTreeHost.h72 virtual void setShouldInvertColors(bool);
H A DWKCACFViewLayerTreeHost.cpp173 void WKCACFViewLayerTreeHost::setShouldInvertColors(bool shouldInvertColors) function in class:WebCore::WKCACFViewLayerTreeHost
H A DCACFLayerTreeHost.cpp277 void CACFLayerTreeHost::setShouldInvertColors(bool) function in class:WebCore::CACFLayerTreeHost
/macosx-10.9.5/WebKit-7537.78.2/win/Interfaces/
H A DIWebPreferencesPrivate.idl140 HRESULT setShouldInvertColors([in] BOOL);
/macosx-10.9.5/WebKit-7537.78.2/win/
H A DWebPreferences.h478 virtual HRESULT STDMETHODCALLTYPE setShouldInvertColors(BOOL);
H A DWebView.h1038 void setShouldInvertColors(bool);
H A DWebPreferences.cpp1670 HRESULT WebPreferences::setShouldInvertColors(BOOL shouldInvertColors) function in class:WebPreferences
H A DWebView.cpp2120 void WebView::setShouldInvertColors(bool shouldInvertColors)
2129 m_layerTreeHost->setShouldInvertColors(shouldInvertColors);
5031 setShouldInvertColors(enabled);
6569 m_layerTreeHost->setShouldInvertColors(m_shouldInvertColors);

Completed in 185 milliseconds