Home
last modified time | relevance | path

Searched refs:setShouldPaintNativeControls (Results 1 – 17 of 17) sorted by relevance

/external/webkit/Source/WebKit2/WebProcess/win/
DWebProcessWin.cpp114 setShouldPaintNativeControls(parameters.shouldPaintNativeControls); in platformInitializeWebProcess()
134 void WebProcess::setShouldPaintNativeControls(bool shouldPaintNativeControls) in setShouldPaintNativeControls() function in WebKit::WebProcess
137 Settings::setShouldPaintNativeControls(shouldPaintNativeControls); in setShouldPaintNativeControls()
/external/webkit/Source/WebKit2/UIProcess/API/C/win/
DWKContextWin.cpp37 toImpl(contextRef)->setShouldPaintNativeControls(b); in WKContextSetShouldPaintNativeControls()
/external/webkit/Source/WebKit2/UIProcess/win/
DWebContextWin.cpp47 void WebContext::setShouldPaintNativeControls(bool b) in setShouldPaintNativeControls() function in WebKit::WebContext
/external/webkit/Source/WebKit2/WebProcess/
DWebProcess.h136 void setShouldPaintNativeControls(bool);
/external/webkit/Source/WebKit2/UIProcess/
DWebContext.h132 void setShouldPaintNativeControls(bool);
/external/webkit/Source/WebKit/win/Interfaces/
DIWebPreferencesPrivate.idl61 HRESULT setShouldPaintNativeControls([in] BOOL shouldPaint);
/external/webkit/Source/WebCore/page/
DSettings.h339 static void setShouldPaintNativeControls(bool);
DSettings.cpp791 void Settings::setShouldPaintNativeControls(bool shouldPaintNativeControls) in setShouldPaintNativeControls() function in WebCore::Settings
/external/webkit/Source/WebKit/win/
DWebPreferences.h341 virtual HRESULT STDMETHODCALLTYPE setShouldPaintNativeControls(
DWebPreferences.cpp1280 HRESULT WebPreferences::setShouldPaintNativeControls(BOOL shouldPaint) in setShouldPaintNativeControls() function in WebPreferences
DWebView.cpp2583 Settings::setShouldPaintNativeControls(shouldPaintNativeControls); in initWithFrame()
4735 settings->setShouldPaintNativeControls(!!enabled); in notifyPreferencesChanged()
DChangeLog-2009-06-163081 setShouldPaintNativeControls when SafariTheme support is disabled, as
3597 (WebPreferences::setShouldPaintNativeControls):
/external/webkit/Tools/DumpRenderTree/win/
DDumpRenderTree.cpp874 …prefsPrivate->setShouldPaintNativeControls(FALSE); // FIXME - need to make DRT pass with Windows n… in resetDefaultsToConsistentValues()
1367 standardPreferencesPrivate->setShouldPaintNativeControls(FALSE); in main()
/external/webkit/Source/WebKit2/
DChangeLog-2011-02-1612541 (WebKit::WebProcess::setShouldPaintNativeControls):
27324 (WebKit::WebContext::setShouldPaintNativeControls):
27332 (WebKit::WebProcess::setShouldPaintNativeControls):
34325 Call the WebContext's setShouldPaintNativeControls().
34342 (WebKit::WebContext::setShouldPaintNativeControls):
34351 and call Settings::setShouldPaintNativeControls().
DChangeLog4116 (WebKit::WebContext::setShouldPaintNativeControls):
/external/webkit/Tools/
DChangeLog-2010-05-2435133 Pass correct value to setShouldPaintNativeControls.
/external/webkit/Source/WebCore/
DChangeLog-2009-06-1692538 (WebCore::Settings::setShouldPaintNativeControls):