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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/line/
LineWidth.cpp 71 LayoutUnit lineHeight = m_block.lineHeight(m_isFirstLine, m_block.isHorizontalWritingMode() ? HorizontalLine : VerticalLine, PositionOfInteriorLineBoxes);
159 LayoutUnit lineHeight = m_block.lineHeight(isFirstLine, m_block.isHorizontalWritingMode() ? HorizontalLine : VerticalLine, PositionOfInteriorLineBoxes);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
InlineBox.cpp 141 return boxModelObject()->baselinePosition(baselineType, m_bitfields.firstLine(), isHorizontal() ? HorizontalLine : VerticalLine, PositionOnContainingLine);
146 return boxModelObject()->lineHeight(m_bitfields.firstLine(), isHorizontal() ? HorizontalLine : VerticalLine, PositionOnContainingLine);
RenderBoxModelObject.h 35 enum LineDirectionMode { HorizontalLine, VerticalLine };
RootInlineBox.cpp 95 return boxModelObject()->baselinePosition(baselineType, isFirstLineStyle(), isHorizontal() ? HorizontalLine : VerticalLine, PositionOfInteriorLineBoxes);
100 return boxModelObject()->lineHeight(isFirstLineStyle(), isHorizontal() ? HorizontalLine : VerticalLine, PositionOfInteriorLineBoxes);
    [all...]
RenderDeprecatedFlexibleBox.cpp 396 setHeight(height() + lineHeight(true, style()->isHorizontalWritingMode() ? HorizontalLine : VerticalLine, PositionOfInteriorLineBoxes));
712 setHeight(height() + lineHeight(true, style()->isHorizontalWritingMode() ? HorizontalLine : VerticalLine, PositionOfInteriorLineBoxes));
    [all...]
RenderBoxModelObject.cpp 574 LayoutUnit verticalSpace = lineHeight(true, currentStyle->isHorizontalWritingMode() ? HorizontalLine : VerticalLine, PositionOfInteriorLineBoxes) - height;
InlineTextBox.cpp 122 return toRenderBoxModelObject(renderer().parent())->baselinePosition(baselineType, isFirstLineStyle(), isHorizontal() ? HorizontalLine : VerticalLine, PositionOnContainingLine);
133 return toRenderBoxModelObject(renderer().parent())->lineHeight(isFirstLineStyle(), isHorizontal() ? HorizontalLine : VerticalLine, PositionOnContainingLine);
    [all...]
RenderFlexibleBox.cpp 179 LineDirectionMode direction = isHorizontalWritingMode() ? HorizontalLine : VerticalLine;
670 + lineHeight(true, isHorizontalWritingMode() ? HorizontalLine : VerticalLine, PositionOfInteriorLineBoxes)
    [all...]
RenderBlockLineLayout.cpp     [all...]
RenderBlock.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/documentation/
WikiParser.js 70 VerticalLine: "VerticalLine",
256 WebInspector.WikiParser.verticalLine = /^\n*\|/;
283 new WebInspector.WikiParser.TokenDescriptor(WebInspector.WikiParser.verticalLine, WebInspector.WikiParser.TokenType.VerticalLine),
408 if (this._tokenizer.peekToken().type() === WebInspector.WikiParser.TokenType.VerticalLine)
424 case WebInspector.WikiParser.TokenType.VerticalLine:
451 case WebInspector.WikiParser.TokenType.VerticalLine:
485 case WebInspector.WikiParser.TokenType.VerticalLine:
541 case WebInspector.WikiParser.TokenType.VerticalLine
    [all...]

Completed in 1044 milliseconds