OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BreakingContext
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/line/
BreakingContextInlineHeaders.h
206
class
BreakingContext
{
208
BreakingContext
(InlineBidiResolver& resolver, LineInfo& inLineInfo, LineWidth& lineWidth, RenderTextInfo& inRenderTextInfo, FloatingObject* inLastFloatFromPreviousLine, bool appliedStartWidth, RenderBlockFlow* block)
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
::handleReplaced(
[
all
...]
/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
RenderBlockLineLayout.cpp
58
friend class
BreakingContext
;
[
all
...]
Completed in 392 milliseconds