OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lastLineBox
(Results
1 - 11
of
11
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderLineBoxList.h
50
InlineFlowBox*
lastLineBox
() const { return m_lastLineBox; }
RenderInline.h
77
InlineFlowBox*
lastLineBox
() const { return m_lineBoxes.
lastLineBox
(); }
79
InlineBox* lastLineBoxIncludingCulling() const { return alwaysCreateLineBoxes() ?
lastLineBox
() : culledInlineLastLineBox(); }
RenderLineBoxList.cpp
179
RootInlineBox& lastRootBox =
lastLineBox
()->root();
181
LayoutUnit lastLineBottom =
lastLineBox
()->logicalBottomVisualOverflow(lastRootBox.lineBottom());
217
for (InlineFlowBox* curr =
lastLineBox
(); curr; curr = curr->prevLineBox()) {
RenderInline.cpp
[
all
...]
RenderBlock.h
93
InlineFlowBox*
lastLineBox
() const { return m_lineBoxes.
lastLineBox
(); }
96
RootInlineBox* lastRootBox() const { return static_cast<RootInlineBox*>(
lastLineBox
()); }
RenderBlockLineLayout.cpp
108
parentBox = inlineFlow ? inlineFlow->
lastLineBox
() : toRenderBlock(obj)->
lastLineBox
();
242
ASSERT(
lastLineBox
() && !
lastLineBox
()->isConstructed());
247
lastLineBox
()->root().setHasSelectedChildren(true);
254
lastLineBox
()->determineSpacingForFlowBoxes(lineInfo.isLastLine(), isLogicallyLastRunWrapped, bidiRuns.logicallyLastRun()->m_object);
257
lastLineBox
()->setConstructed();
[
all
...]
RenderBlockFlow.h
94
using RenderBlock::
lastLineBox
;
InlineFlowBox.cpp
324
else if (!ltr && lineBoxList->
lastLineBox
() == this)
328
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 == renderBlockFlow->
lastLineBox
());
72
ASSERT(flowBox == renderInline->
lastLineBox
());
Completed in 2204 milliseconds