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

  /external/webkit/Source/WebCore/rendering/
RenderLineBoxList.cpp 197 int logicalTop = min(box->logicalTopVisualOverflow(root->lineTop()), root->selectionTop()) - renderer->maximalOutlineSize(paintInfo.phase);
198 int logicalBottom = box->logicalBottomVisualOverflow(root->lineBottom()) + renderer->maximalOutlineSize(paintInfo.phase);
221 int outlineSize = renderer->maximalOutlineSize(paintInfo.phase);
RenderDetailsMarker.cpp 131 overflowRect.inflate(maximalOutlineSize(paintInfo.phase));
RenderView.h 93 int maximalOutlineSize() const { return m_maximalOutlineSize; }
RenderReplaced.cpp 192 int os = 2 * maximalOutlineSize(paintInfo.phase);
RenderObject.cpp     [all...]
RenderObject.h 669 int maximalOutlineSize(PaintPhase) const;
    [all...]
RenderTable.cpp 524 overflowBox.inflate(maximalOutlineSize(paintInfo.phase));
    [all...]
RenderTableCell.cpp     [all...]
RenderTableSection.cpp     [all...]
InlineFlowBox.cpp     [all...]
RenderListMarker.cpp     [all...]
RenderBox.cpp     [all...]
RenderLayer.cpp     [all...]
RenderBlock.cpp     [all...]
  /external/webkit/Source/WebCore/platform/graphics/android/
GraphicsLayerAndroid.cpp 347 int outline = box->view()->maximalOutlineSize();
704 int outline = box->view()->maximalOutlineSize();
    [all...]

Completed in 403 milliseconds