OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:positionNewFloatOnLine
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderBlockFlow.h
399
friend class BreakingContext; // FIXME: It uses insertFloatingObject and
positionNewFloatOnLine
, if we move those out from the private scope/add a helper to LineBreaker, we can remove this friend
437
bool
positionNewFloatOnLine
(FloatingObject* newFloat, FloatingObject* lastFloatFromPreviousLine, LineInfo&, LineWidth&);
RenderBlockLineLayout.cpp
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/rendering/line/
BreakingContextInlineHeaders.h
528
m_block->
positionNewFloatOnLine
(floatingObject, m_lastFloatFromPreviousLine, m_lineInfo, m_width);
[
all
...]
Completed in 268 milliseconds