Home
last modified time | relevance | path

Searched defs:shouldPaintNativeControls (Results 1 – 6 of 6) sorted by relevance

/external/webkit/Source/WebKit2/WebProcess/win/
DWebProcessWin.cpp134 void WebProcess::setShouldPaintNativeControls(bool shouldPaintNativeControls) in setShouldPaintNativeControls()
/external/webkit/Source/WebKit2/Shared/
DWebProcessCreationParameters.h103 bool shouldPaintNativeControls; member
/external/webkit/Source/WebCore/page/
DSettings.cpp780 void Settings::setShouldPaintNativeControls(bool shouldPaintNativeControls) in setShouldPaintNativeControls()
DSettings.h340 static bool shouldPaintNativeControls() { return gShouldPaintNativeControls; } in shouldPaintNativeControls() function
/external/webkit/Source/WebKit/win/
DWebPreferences.cpp1274 HRESULT WebPreferences::shouldPaintNativeControls(BOOL* shouldPaint) in shouldPaintNativeControls() function in WebPreferences
DWebView.cpp2581 BOOL shouldPaintNativeControls; in initWithFrame() local