OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:prevTextBox
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderText.cpp
238
m_lastTextBox = box->
prevTextBox
();
241
if (box->
prevTextBox
())
242
box->
prevTextBox
()->setNextTextBox(0);
276
m_lastTextBox = box->
prevTextBox
();
278
box->nextTextBox()->setPreviousTextBox(box->
prevTextBox
());
279
if (box->
prevTextBox
())
280
box->
prevTextBox
()->setNextTextBox(box->nextTextBox());
[
all
...]
InlineTextBox.h
58
InlineTextBox*
prevTextBox
() const { return m_prevTextBox; }
Completed in 133 milliseconds