HomeSort by relevance Sort by last modified time
    Searched refs:shouldPaintNativeControls (Results 1 - 12 of 12) sorted by null

  /external/webkit/Source/WebKit2/Shared/
WebProcessCreationParameters.cpp 41 , shouldPaintNativeControls(false)
76 encoder->encode(shouldPaintNativeControls);
139 if (!decoder->decode(parameters.shouldPaintNativeControls))
WebProcessCreationParameters.h 103 bool shouldPaintNativeControls;
  /external/webkit/Source/WebKit2/WebProcess/win/
WebProcessWin.cpp 114 setShouldPaintNativeControls(parameters.shouldPaintNativeControls);
134 void WebProcess::setShouldPaintNativeControls(bool shouldPaintNativeControls)
137 Settings::setShouldPaintNativeControls(shouldPaintNativeControls);
  /external/webkit/Source/WebKit2/UIProcess/win/
WebContextWin.cpp 56 parameters.shouldPaintNativeControls = m_shouldPaintNativeControls;
  /external/webkit/Source/WebKit/win/Interfaces/
IWebPreferencesPrivate.idl 62 HRESULT shouldPaintNativeControls([out, retval] BOOL* enabled);
  /external/webkit/Source/WebCore/platform/win/
ScrollbarThemeSafari.cpp 62 if (Settings::shouldPaintNativeControls())
  /external/webkit/Source/WebCore/page/
Settings.cpp 789 void Settings::setShouldPaintNativeControls(bool shouldPaintNativeControls)
791 gShouldPaintNativeControls = shouldPaintNativeControls;
Settings.h 340 static bool shouldPaintNativeControls() { return gShouldPaintNativeControls; }
  /external/webkit/Source/WebKit/win/
WebPreferences.h 344 virtual HRESULT STDMETHODCALLTYPE shouldPaintNativeControls(
WebView.cpp     [all...]
WebPreferences.cpp     [all...]
  /external/webkit/Source/WebCore/rendering/
RenderThemeSafari.cpp 83 if (Settings::shouldPaintNativeControls()) {
    [all...]

Completed in 1233 milliseconds