OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isMarker
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLFormattingElementList.cpp
52
if (entry.
isMarker
())
119
bool shouldStop = m_entries.last().
isMarker
();
142
if (entry.
isMarker
())
209
if (entry.
isMarker
())
HTMLFormattingElementList.h
48
// access to Entry::
isMarker
() and Entry::replaceElement() to do so.
64
bool
isMarker
() const { return !m_item; }
69
// The fact that !m_item ==
isMarker
() is an implementation detail
70
// callers should check
isMarker
() before calling element().
HTMLElementStack.cpp
450
template <bool
isMarker
(HTMLStackItem*)>
457
if (
isMarker
(item))
HTMLConstructionSite.cpp
[
all
...]
Completed in 425 milliseconds