OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_prevLineBox
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/
InlineFlowBox.h
47
,
m_prevLineBox
(0)
75
InlineFlowBox* prevLineBox() const { return
m_prevLineBox
; }
78
void setPreviousLineBox(InlineFlowBox* p) {
m_prevLineBox
= p; }
317
InlineFlowBox*
m_prevLineBox
; // The previous box that also uses our RenderObject
RootInlineBox.h
48
RootInlineBox* prevRootBox() const { return static_cast<RootInlineBox*>(
m_prevLineBox
); }
Completed in 137 milliseconds