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

  /external/webkit/WebKit/win/Interfaces/
IWebPreferencesPrivate.idl 62 HRESULT shouldPaintNativeControls([out, retval] BOOL* enabled);
  /external/webkit/WebCore/page/
Settings.cpp 678 void Settings::setShouldPaintNativeControls(bool shouldPaintNativeControls)
680 gShouldPaintNativeControls = shouldPaintNativeControls;
Settings.h 312 static bool shouldPaintNativeControls() { return gShouldPaintNativeControls; }
  /external/webkit/WebCore/platform/win/
ScrollbarThemeSafari.cpp 62 if (Settings::shouldPaintNativeControls())
  /external/webkit/WebKit/win/
WebPreferences.h 338 virtual HRESULT STDMETHODCALLTYPE shouldPaintNativeControls(
WebView.cpp     [all...]
WebPreferences.cpp     [all...]
  /external/webkit/WebCore/rendering/
RenderThemeSafari.cpp 82 if (Settings::shouldPaintNativeControls()) {
    [all...]

Completed in 1292 milliseconds