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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderLineBoxList.cpp 192 LayoutUnit logicalTop = min<LayoutUnit>(box->logicalTopVisualOverflow(root->lineTop()), root->selectionTop()) - renderer->maximalOutlineSize(paintInfo.phase);
193 LayoutUnit logicalBottom = box->logicalBottomVisualOverflow(root->lineBottom()) + renderer->maximalOutlineSize(paintInfo.phase);
212 LayoutUnit outlineSize = renderer->maximalOutlineSize(paintInfo.phase);
RenderDetailsMarker.cpp 124 overflowRect.inflate(maximalOutlineSize(paintInfo.phase));
RenderView.h 106 int maximalOutlineSize() const { return m_maximalOutlineSize; }
RenderRegion.cpp 107 LayoutUnit outlineSize = maximalOutlineSize(PaintPhaseOutline);
RenderReplaced.cpp 207 localRepaintRect.inflate(maximalOutlineSize(paintInfo.phase));
RenderObject.h     [all...]
RenderTable.cpp 646 overflowBox.inflate(maximalOutlineSize(paintInfo.phase));
    [all...]
RenderTableCell.cpp     [all...]
RenderObject.cpp     [all...]
RenderBox.cpp     [all...]
RenderListMarker.cpp     [all...]
RenderTableSection.cpp     [all...]
RenderLayer.cpp     [all...]
InlineFlowBox.cpp     [all...]
RenderBlockFlow.cpp     [all...]
RenderBlock.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/frame/
FrameView.cpp     [all...]

Completed in 66 milliseconds