OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
439
result.
uniteRight
(block()->logicalRightSelectionGap(rootBlock, rootBlockPhysicalPosition, offsetFromRootBlock,
[
all
...]
RenderBlock.cpp
[
all
...]
Completed in 773 milliseconds