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

  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
WidthIterator.h 98 bool m_forTextEmphasis;
WidthIterator.cpp 52 , m_forTextEmphasis(forTextEmphasis)
225 if (m_forTextEmphasis)
261 if (m_forTextEmphasis && !Font::canReceiveTextEmphasis(character))
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/mac/
ComplexTextController.h 145 bool m_forTextEmphasis;
ComplexTextController.cpp 121 , m_forTextEmphasis(forTextEmphasis)
706 if (m_forTextEmphasis && (!Font::canReceiveTextEmphasis(ch) || (U_GET_GC_MASK(ch) & U_GC_M_MASK)))

Completed in 195 milliseconds