OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:uniteLeft
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/
GapRects.h
35
void
uniteLeft
(const LayoutRect& r) { m_left.unite(r); }
38
void unite(const GapRects& o) {
uniteLeft
(o.left()); uniteCenter(o.center()); uniteRight(o.right()); }
RootInlineBox.cpp
436
result.
uniteLeft
(block()->logicalLeftSelectionGap(rootBlock, rootBlockPhysicalPosition, offsetFromRootBlock,
[
all
...]
RenderBlock.cpp
[
all
...]
Completed in 27 milliseconds