Searched refs:layoutTestMode (Results 1 - 12 of 12) sorted by relevance

/external/webkit/WebKit/chromium/public/
H A DWebKit.h56 WEBKIT_API bool layoutTestMode();
/external/webkit/WebKit/chromium/src/
H A DWebKit.cpp93 bool layoutTestMode() function in namespace:WebKit
H A DChromiumBridge.cpp356 bool ChromiumBridge::layoutTestMode() function in class:WebCore::ChromiumBridge
358 return WebKit::layoutTestMode();
H A DChromeClientImpl.cpp182 return !layoutTestMode();
H A DEditorClientImpl.cpp93 return WebKit::layoutTestMode()
/external/webkit/WebCore/platform/chromium/
H A DScrollbarThemeChromiumWin.cpp82 if (ChromiumBridge::layoutTestMode())
277 int girth = ChromiumBridge::layoutTestMode() ? kLayoutTestModeGirth : thickness;
H A DChromiumBridge.h143 static bool layoutTestMode();
/external/webkit/WebCore/platform/graphics/chromium/
H A DFontCustomPlatformData.cpp93 logFont.lfQuality = ChromiumBridge::layoutTestMode() ?
H A DFontCacheChromiumWin.cpp463 winfont->lfQuality = ChromiumBridge::layoutTestMode() ? NONANTIALIASED_QUALITY : DEFAULT_QUALITY; // Honor user's desktop settings.
/external/webkit/WebCore/rendering/
H A DRenderThemeChromiumWin.cpp216 if (ChromiumBridge::layoutTestMode())
224 if (ChromiumBridge::layoutTestMode())
232 if (ChromiumBridge::layoutTestMode())
353 if (ChromiumBridge::layoutTestMode() || (sysColorIndex == -1))
H A DRenderThemeChromiumSkia.cpp184 if (ChromiumBridge::layoutTestMode())
H A DRenderThemeChromiumMac.mm216 if (ChromiumBridge::layoutTestMode())

Completed in 58 milliseconds