OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_lastLineBox
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderLineBoxList.h
41
,
m_lastLineBox
(0)
50
InlineFlowBox* lastLineBox() const { return
m_lastLineBox
; }
78
InlineFlowBox*
m_lastLineBox
;
RenderLineBoxList.cpp
47
ASSERT(!
m_lastLineBox
);
56
m_firstLineBox =
m_lastLineBox
= box;
58
m_lastLineBox
->setNextLineBox(box);
59
box->setPreviousLineBox(
m_lastLineBox
);
60
m_lastLineBox
= box;
75
m_firstLineBox =
m_lastLineBox
= 0;
82
m_lastLineBox
= box->prevLineBox();
98
if (
m_lastLineBox
) {
99
m_lastLineBox
->setNextLineBox(box);
100
box->setPreviousLineBox(
m_lastLineBox
);
[
all
...]
Completed in 33 milliseconds