OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hasInsertionPoint
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/dom/
DocumentParser.h
46
virtual bool
hasInsertionPoint
() { return true; }
Document.cpp
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLInputStream.h
69
bool
hasInsertionPoint
() const
HTMLDocumentParser.cpp
165
// That means
hasInsertionPoint
() may not be correct in some cases.
166
ASSERT(!
hasInsertionPoint
() || m_haveBackgroundParser);
608
bool HTMLDocumentParser::
hasInsertionPoint
()
615
return m_input.
hasInsertionPoint
() || (wasCreatedByScript() && !m_input.haveSeenEndOfFile());
760
// That means
hasInsertionPoint
() may not be correct in some cases.
761
ASSERT(!
hasInsertionPoint
() || m_haveBackgroundParser);
[
all
...]
HTMLDocumentParser.h
123
virtual bool
hasInsertionPoint
() OVERRIDE;
Completed in 106 milliseconds