OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:previousLineBrokeCleanly
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/rendering/
RenderBlockLineLayout.cpp
[
all
...]
RenderBlock.h
95
bool generatesLineBoxesForInlineChild(RenderObject*, bool isLineEmpty = true, bool
previousLineBrokeCleanly
= true);
159
static bool requiresLineBox(const InlineIterator&, bool isLineEmpty = true, bool
previousLineBrokeCleanly
= true);
494
RootInlineBox* determineStartPosition(bool& firstLine, bool& fullLayout, bool&
previousLineBrokeCleanly
,
502
void skipTrailingWhitespace(InlineIterator&, bool isLineEmpty, bool
previousLineBrokeCleanly
);
503
void skipLeadingWhitespace(InlineBidiResolver&, bool isLineEmpty, bool
previousLineBrokeCleanly
, FloatingObject* lastFloatFromPreviousLine, LineWidth&);
505
InlineIterator findNextLineBreak(InlineBidiResolver&, bool firstLine, bool& isLineEmpty, LineBreakIteratorInfo&, bool&
previousLineBrokeCleanly
, bool& hyphenated,
[
all
...]
Completed in 17 milliseconds