Home
last modified time | relevance | path

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

/external/webkit/WebCore/page/
DSettings.cpp678 void Settings::setShouldPaintNativeControls(bool shouldPaintNativeControls) in setShouldPaintNativeControls()
DSettings.h312 static bool shouldPaintNativeControls() { return gShouldPaintNativeControls; } in shouldPaintNativeControls() function
/external/webkit/WebKit/win/
DWebPreferences.cpp1194 HRESULT WebPreferences::shouldPaintNativeControls(BOOL* shouldPaint) in shouldPaintNativeControls() function in WebPreferences
DWebView.cpp2524 BOOL shouldPaintNativeControls; in initWithFrame() local