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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
GapRects.h 37 void uniteRight(const LayoutRect& r) { m_right.unite(r); }
38 void unite(const GapRects& o) { uniteLeft(o.left()); uniteCenter(o.center()); uniteRight(o.right()); }
RootInlineBox.cpp 321 result.uniteRight(block().logicalRightSelectionGap(rootBlock, rootBlockPhysicalPosition, offsetFromRootBlock,
    [all...]
RenderBlock.cpp     [all...]

Completed in 191 milliseconds