OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isDocumentFragmentNode
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLStackItem.h
64
bool
isDocumentFragmentNode
() const { return m_isDocumentFragmentNode; }
97
||
isDocumentFragmentNode
(); // FIXME: Does this also apply to ShadowRoot?
130
if (
isDocumentFragmentNode
())
HTMLElementStack.cpp
47
return item->
isDocumentFragmentNode
()
306
ASSERT(rootItem->
isDocumentFragmentNode
());
Completed in 26 milliseconds