getRenderStyleForStrike  266 Source/platform/fonts/harfbuzz/FontPlatformDataHarfBuzz.cpp         blink::Platform::current()->sandboxSupport()->getRenderStyleForStrike(font, sizeAndStyle, &style);
getRenderStyleForStrike  276 Source/platform/fonts/harfbuzz/FontPlatformDataHarfBuzz.cpp     getRenderStyleForStrike(m_family.data(), (((int)m_textSize) << 2) | (m_typeface->style() & 3));
getRenderStyleForStrike  121 Source/platform/fonts/harfbuzz/FontPlatformDataHarfBuzz.h     void getRenderStyleForStrike(const char*, int);
getRenderStyleForStrike   57 public/platform/linux/WebSandboxSupport.h     virtual void getRenderStyleForStrike(const char* family, int sizeAndStyle, WebFontRenderStyle*) = 0;