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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderBox.h 42 enum ContentsClipBehavior { ForceContentsClip, SkipContentsClipIfPossible };
506 bool pushContentsClip(PaintInfo&, const LayoutPoint& accumulatedOffset, ContentsClipBehavior);
    [all...]
RenderBox.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/paint/
BlockPainter.cpp 51 ContentsClipBehavior contentsClipBehavior = ForceContentsClip;
53 contentsClipBehavior = SkipContentsClipIfPossible;
55 bool pushedClip = m_renderBlock.pushContentsClip(paintInfo, adjustedPaintOffset, contentsClipBehavior);

Completed in 695 milliseconds