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

  /external/webkit/Source/WebCore/rendering/
GapRects.h 35 void uniteLeft(const IntRect& r) { m_left.unite(r); }
38 void unite(const GapRects& o) { uniteLeft(o.left()); uniteCenter(o.center()); uniteRight(o.right()); }
RootInlineBox.cpp 320 result.uniteLeft(block()->logicalLeftSelectionGap(rootBlock, rootBlockPhysicalPosition, offsetFromRootBlock,
    [all...]
RenderBlock.cpp     [all...]

Completed in 71 milliseconds