OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lastLineBox
(Results
1 - 10
of
10
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderLineBoxList.h
50
InlineFlowBox*
lastLineBox
() const { return m_lastLineBox; }
RenderInline.h
73
InlineFlowBox*
lastLineBox
() const { return m_lineBoxes.
lastLineBox
(); }
75
InlineBox* lastLineBoxIncludingCulling() const { return alwaysCreateLineBoxes() ?
lastLineBox
() : culledInlineLastLineBox(); }
RenderLineBoxList.cpp
180
RootInlineBox* lastRootBox =
lastLineBox
()->root();
182
LayoutUnit lastLineBottom =
lastLineBox
()->logicalBottomVisualOverflow(lastRootBox->lineBottom());
262
for (InlineFlowBox* curr =
lastLineBox
(); curr; curr = curr->prevLineBox()) {
RenderInline.cpp
[
all
...]
RenderBlockLineLayout.cpp
188
parentBox = inlineFlow ? inlineFlow->
lastLineBox
() : toRenderBlock(obj)->
lastLineBox
();
322
ASSERT(
lastLineBox
() && !
lastLineBox
()->isConstructed());
327
lastLineBox
()->root()->setHasSelectedChildren(true);
334
lastLineBox
()->determineSpacingForFlowBoxes(lineInfo.isLastLine(), isLogicallyLastRunWrapped, bidiRuns.logicallyLastRun()->m_object);
337
lastLineBox
()->setConstructed();
[
all
...]
RenderBlock.h
103
InlineFlowBox*
lastLineBox
() const { return m_lineBoxes.
lastLineBox
(); }
230
RootInlineBox* lastRootBox() const { return static_cast<RootInlineBox*>(
lastLineBox
()); }
[
all
...]
InlineFlowBox.cpp
321
else if (!ltr && lineBoxList->
lastLineBox
() == this)
325
if (!lineBoxList->
lastLineBox
()->isConstructed()) {
[
all
...]
RenderBox.cpp
[
all
...]
RenderBlock.cpp
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGTextQuery.cpp
62
ASSERT(flowBox == renderBlock->
lastLineBox
());
72
ASSERT(flowBox == renderInline->
lastLineBox
());
Completed in 52 milliseconds