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

  /external/chromium_org/third_party/WebKit/Source/platform/text/
WritingMode.h 47 inline bool isFlippedLinesWritingMode(WritingMode writingMode)
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
InlineFlowBox.cpp 669 if (renderer()->style()->isFlippedLinesWritingMode() == (curr->renderer()->style()->rubyPosition() == RubyPositionAfter))
678 newLogicalTop += !renderer()->style()->isFlippedLinesWritingMode() ? topRubyBaseLeading : bottomRubyBaseLeading;
686 if (emphasisMarkIsOver != curr->renderer()->style(isFirstLineStyle())->isFlippedLinesWritingMode())
    [all...]
EllipsisBox.cpp 154 const int deltaY = roundToInt(renderer()->style()->isFlippedLinesWritingMode() ? selectionBottom - logicalBottom() : logicalTop() - top);
RenderRubyRun.cpp 251 if (style()->isFlippedLinesWritingMode() == (style()->rubyPosition() == RubyPositionAfter)) {
RootInlineBox.cpp 305 if (!renderer()->style()->isFlippedLinesWritingMode()) {
524 selectionTop -= !renderer()->style()->isFlippedLinesWritingMode() ? computeOverAnnotationAdjustment(m_lineTop) : computeUnderAnnotationAdjustment(m_lineTop);
526 if (renderer()->style()->isFlippedLinesWritingMode())
573 selectionBottom += !renderer()->style()->isFlippedLinesWritingMode() ? computeUnderAnnotationAdjustment(m_lineBottom) : computeOverAnnotationAdjustment(m_lineBottom);
575 if (!renderer()->style()->isFlippedLinesWritingMode() || !nextRootBox())
    [all...]
InlineTextBox.cpp     [all...]
RenderBlockLineLayout.cpp     [all...]
RenderBlock.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
RenderStyle.h     [all...]

Completed in 51 milliseconds