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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
InlineTextBox.h 86 bool getEmphasisMarkPosition(RenderStyle*, TextEmphasisPosition&) const;
InlineFlowBox.cpp 684 if (toInlineTextBox(curr)->getEmphasisMarkPosition(curr->renderer()->style(isFirstLineStyle()), emphasisMarkPosition)) {
    [all...]
InlineTextBox.cpp 444 bool InlineTextBox::getEmphasisMarkPosition(RenderStyle* style, TextEmphasisPosition& emphasisPosition) const
700 bool hasTextEmphasis = getEmphasisMarkPosition(styleToUse, emphasisMarkPosition);
    [all...]

Completed in 212 milliseconds