HomeSort by relevance Sort by last modified time
    Searched refs:setFontAntialiasingEnabledForTest (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/
LayoutTestSupport.h 43 PLATFORM_EXPORT static void setFontAntialiasingEnabledForTest(bool);
LayoutTestSupport.cpp 54 void LayoutTestSupport::setFontAntialiasingEnabledForTest(bool value)
  /external/chromium_org/third_party/WebKit/public/web/
WebKit.h 78 BLINK_EXPORT void setFontAntialiasingEnabledForTest(bool);
  /external/chromium_org/third_party/WebKit/Source/web/
WebKit.cpp 239 void setFontAntialiasingEnabledForTest(bool value)
241 LayoutTestSupport::setFontAntialiasingEnabledForTest(value);
  /external/chromium_org/content/shell/renderer/test_runner/
test_interfaces.cc 35 blink::setFontAntialiasingEnabledForTest(true);

Completed in 151 milliseconds