Home
last modified time | relevance | path

Searched refs:gShouldPaintNativeControls (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/page/
DSettings.h340 static bool shouldPaintNativeControls() { return gShouldPaintNativeControls; } in shouldPaintNativeControls()
639 static bool gShouldPaintNativeControls; variable
DSettings.cpp55 bool Settings::gShouldPaintNativeControls = true; member in WebCore::Settings
791 gShouldPaintNativeControls = shouldPaintNativeControls; in setShouldPaintNativeControls()
/external/webkit/Source/WebCore/
DChangeLog-2010-01-2997613 gShouldPaintNativeControls to true.