OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:logicalRightForFloat
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/
LineWidth.cpp
100
float newLeft = m_block.
logicalRightForFloat
(newFloat);
FloatingObjects.cpp
153
LayoutUnit logicalRight = m_renderer->
logicalRightForFloat
(floatingObject);
RenderBlockFlow.h
78
LayoutUnit
logicalRightForFloat
(const FloatingObject* floatingObject) const { return isHorizontalWritingMode() ? floatingObject->maxX() : floatingObject->maxY(); }
/external/chromium_org/third_party/WebKit/Source/core/rendering/line/
BreakingContextInlineHeaders.h
679
LayoutUnit availableLogicalWidth = block->logicalWidth() - block->
logicalRightForFloat
(lastFloatFromPreviousLine);
[
all
...]
Completed in 26 milliseconds