OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nextOnLineExists
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/
InlineBox.h
163
bool
nextOnLineExists
() const;
363
bool
nextOnLineExists
() const { return m_nextOnLineExists; }
364
void setNextOnLineExists(bool
nextOnLineExists
) const { m_nextOnLineExists =
nextOnLineExists
; }
InlineBox.cpp
234
bool InlineBox::
nextOnLineExists
() const
244
m_bitfields.setNextOnLineExists(parent()->
nextOnLineExists
());
246
return m_bitfields.
nextOnLineExists
();
Completed in 81 milliseconds