Home
last modified time | relevance | path

Searched refs:setFontAntialiasingEnabledForTest (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/web/
DWebKit.cpp239 void setFontAntialiasingEnabledForTest(bool value) in setFontAntialiasingEnabledForTest() function
241 LayoutTestSupport::setFontAntialiasingEnabledForTest(value); in setFontAntialiasingEnabledForTest()
/external/chromium_org/third_party/WebKit/Source/platform/
DLayoutTestSupport.h43 PLATFORM_EXPORT static void setFontAntialiasingEnabledForTest(bool);
DLayoutTestSupport.cpp54 void LayoutTestSupport::setFontAntialiasingEnabledForTest(bool value) in setFontAntialiasingEnabledForTest() function in blink::LayoutTestSupport
/external/chromium_org/third_party/WebKit/public/web/
DWebKit.h78 BLINK_EXPORT void setFontAntialiasingEnabledForTest(bool);
/external/chromium_org/content/shell/renderer/test_runner/
Dtest_interfaces.cc35 blink::setFontAntialiasingEnabledForTest(true); in TestInterfaces()