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

  /external/webkit/Source/WebCore/rendering/
InlineTextBox.h 83 bool getEmphasisMarkPosition(RenderStyle*, TextEmphasisPosition&) const;
InlineFlowBox.cpp 659 if (static_cast<InlineTextBox*>(curr)->getEmphasisMarkPosition(curr->renderer()->style(m_firstLine), emphasisMarkPosition)) {
    [all...]
InlineTextBox.cpp 436 bool InlineTextBox::getEmphasisMarkPosition(RenderStyle* style, TextEmphasisPosition& emphasisPosition) const
667 bool hasTextEmphasis = getEmphasisMarkPosition(styleToUse, emphasisMarkPosition);
    [all...]

Completed in 95 milliseconds