Searched refs:BreakingContext (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/line/
H A DBreakingContextInlineHeaders.h206 class BreakingContext { class in namespace:WebCore
208 BreakingContext(InlineBidiResolver& resolver, LineInfo& inLineInfo, LineWidth& lineWidth, RenderTextInfo& inRenderTextInfo, FloatingObject* inLastFloatFromPreviousLine, bool appliedStartWidth, RenderBlockFlow* block) function in class:WebCore::BreakingContext
382 inline void BreakingContext::skipTrailingWhitespace(InlineIterator& iterator, const LineInfo& lineInfo)
394 inline void BreakingContext::initializeForCurrentObject()
412 inline void BreakingContext::increment()
423 inline void BreakingContext::handleBR(EClear& clear)
491 inline void BreakingContext::handleOutOfFlowPositioned(Vector<RenderBox*>& positionedObjects)
519 inline void BreakingContext::handleFloat()
560 inline void BreakingContext::handleEmptyInline()
592 inline void BreakingContext
[all...]
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderBlockFlow.h399 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
H A DRenderBlockLineLayout.cpp58 friend class BreakingContext;
2203 BreakingContext context(resolver, lineInfo, width, renderTextInfo, lastFloatFromPreviousLine, appliedStartWidth, m_block);

Completed in 123 milliseconds