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

  /external/webkit/Source/WebKit/chromium/public/linux/
WebSandboxSupport.h 56 virtual void getRenderStyleForStrike(const char* family, int sizeAndStyle, WebFontRenderStyle* style) = 0;
  /external/webkit/Source/WebCore/platform/graphics/chromium/
FontPlatformDataLinux.cpp 254 PlatformBridge::getRenderStyleForStrike(m_family.data(), (((int)m_textSize) << 2) | (m_typeface->style() & 3), &m_style);
  /external/webkit/Source/WebCore/platform/chromium/
PlatformBridge.h 153 static void getRenderStyleForStrike(const char* family, int sizeAndStyle, FontRenderStyle* result);
  /external/webkit/Source/WebKit/chromium/src/
PlatformBridge.cpp 454 void PlatformBridge::getRenderStyleForStrike(const char* font, int sizeAndStyle, FontRenderStyle* result)
459 webKitClient()->sandboxSupport()->getRenderStyleForStrike(font, sizeAndStyle, &style);
    [all...]

Completed in 38 milliseconds