OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_lastTextBox
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderText.cpp
147
,
m_lastTextBox
(0)
167
ASSERT(!
m_lastTextBox
);
238
m_lastTextBox
= box->prevTextBox();
254
if (
m_lastTextBox
) {
255
m_lastTextBox
->setNextTextBox(box);
256
box->setPreviousTextBox(
m_lastTextBox
);
264
m_lastTextBox
= last;
275
if (box ==
m_lastTextBox
)
276
m_lastTextBox
= box->prevTextBox();
293
m_firstTextBox =
m_lastTextBox
= 0
[
all
...]
RenderText.h
121
InlineTextBox* lastTextBox() const { return
m_lastTextBox
; }
208
InlineTextBox*
m_lastTextBox
;
Completed in 74 milliseconds