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

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

Completed in 69 milliseconds