OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isMarker
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/html/parser/
HTMLFormattingElementList.h
46
// access to Entry::
isMarker
() and Entry::replaceElement() to do so.
62
bool
isMarker
() const { return !m_element; }
66
// The fact that !m_element ==
isMarker
() is an implementation detail
67
// callers should check
isMarker
() before calling element().
/libcore/luni/src/main/java/java/util/concurrent/
ConcurrentSkipListMap.java
414
boolean
isMarker
() {
[
all
...]
Completed in 59 milliseconds