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
65
bool
isDocumentFragmentNode
() const { return m_isDocumentFragmentNode; }
98
||
isDocumentFragmentNode
(); // FIXME: Does this also apply to ShadowRoot?
131
if (
isDocumentFragmentNode
())
HTMLElementStack.cpp
45
return item->
isDocumentFragmentNode
()
316
ASSERT(rootItem->
isDocumentFragmentNode
());
Completed in 65 milliseconds