Searched refs:shouldPaintNativeControls (Results 1 - 8 of 8) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/page/
H A DSettings.cpp502 void Settings::setShouldPaintNativeControls(bool shouldPaintNativeControls) argument
504 gShouldPaintNativeControls = shouldPaintNativeControls;
H A DSettings.h230 static bool shouldPaintNativeControls() { return gShouldPaintNativeControls; } function in class:WebCore::Settings
/macosx-10.9.5/WebKit-7537.78.2/win/Interfaces/
H A DIWebPreferencesPrivate.idl62 HRESULT shouldPaintNativeControls([out, retval] BOOL* enabled);
/macosx-10.9.5/WebCore-7537.78.1/platform/win/
H A DScrollbarThemeSafari.cpp62 if (Settings::shouldPaintNativeControls())
/macosx-10.9.5/WebKit-7537.78.2/win/
H A DWebPreferences.h380 virtual HRESULT STDMETHODCALLTYPE shouldPaintNativeControls(
H A DWebView.cpp2734 BOOL shouldPaintNativeControls;
2735 if (SUCCEEDED(m_preferences->shouldPaintNativeControls(&shouldPaintNativeControls)))
2736 Settings::setShouldPaintNativeControls(shouldPaintNativeControls);
4942 hr = prefsPrivate->shouldPaintNativeControls(&enabled);
H A DWebPreferences.cpp1367 HRESULT WebPreferences::shouldPaintNativeControls(BOOL* shouldPaint) function in class:WebPreferences
/macosx-10.9.5/WebCore-7537.78.1/rendering/
H A DRenderThemeSafari.cpp86 if (Settings::shouldPaintNativeControls()) {

Completed in 203 milliseconds