Home
last modified time | relevance | path

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

/external/webkit/Source/WebKit2/Shared/
DWebProcessCreationParameters.cpp41 , shouldPaintNativeControls(false) in WebProcessCreationParameters()
76 encoder->encode(shouldPaintNativeControls); in encode()
139 if (!decoder->decode(parameters.shouldPaintNativeControls)) in decode()
DWebProcessCreationParameters.h103 bool shouldPaintNativeControls; member
/external/webkit/Source/WebKit2/WebProcess/win/
DWebProcessWin.cpp114 setShouldPaintNativeControls(parameters.shouldPaintNativeControls); in platformInitializeWebProcess()
134 void WebProcess::setShouldPaintNativeControls(bool shouldPaintNativeControls) in setShouldPaintNativeControls() argument
137 Settings::setShouldPaintNativeControls(shouldPaintNativeControls); in setShouldPaintNativeControls()
/external/webkit/Source/WebKit2/UIProcess/win/
DWebContextWin.cpp56 parameters.shouldPaintNativeControls = m_shouldPaintNativeControls; in platformInitializeWebProcess()
/external/webkit/Source/WebKit2/WebProcess/
DWebProcess.messages.in45 SetShouldPaintNativeControls(bool shouldPaintNativeControls)
/external/webkit/Source/WebCore/page/
DSettings.cpp791 void Settings::setShouldPaintNativeControls(bool shouldPaintNativeControls) in setShouldPaintNativeControls() argument
793 gShouldPaintNativeControls = shouldPaintNativeControls; in setShouldPaintNativeControls()
DSettings.h340 static bool shouldPaintNativeControls() { return gShouldPaintNativeControls; } in shouldPaintNativeControls() function
/external/webkit/Source/WebCore/platform/win/
DScrollbarThemeSafari.cpp62 if (Settings::shouldPaintNativeControls()) in nativeTheme()
/external/webkit/Source/WebKit/win/Interfaces/
DIWebPreferencesPrivate.idl62 HRESULT shouldPaintNativeControls([out, retval] BOOL* enabled);
/external/webkit/Source/WebKit/win/
DWebPreferences.h344 virtual HRESULT STDMETHODCALLTYPE shouldPaintNativeControls(
DWebView.cpp2581 BOOL shouldPaintNativeControls; in initWithFrame() local
2582 if (SUCCEEDED(m_preferences->shouldPaintNativeControls(&shouldPaintNativeControls))) in initWithFrame()
2583 Settings::setShouldPaintNativeControls(shouldPaintNativeControls); in initWithFrame()
4732 hr = prefsPrivate->shouldPaintNativeControls(&enabled); in notifyPreferencesChanged()
DWebPreferences.cpp1274 HRESULT WebPreferences::shouldPaintNativeControls(BOOL* shouldPaint) in shouldPaintNativeControls() function in WebPreferences
DChangeLog10501 Get the shouldPaintNativeControls preference and update the settings
DChangeLog-2009-06-163596 (WebPreferences::shouldPaintNativeControls):
/external/webkit/Source/WebCore/rendering/
DRenderThemeSafari.cpp83 if (Settings::shouldPaintNativeControls()) { in themeForPage()
/external/webkit/Source/WebCore/
DChangeLog-2009-06-1692540 (WebCore::Settings::shouldPaintNativeControls):
DChangeLog-2010-01-2997600 Make Settings::shouldPaintNativeControls default to true