OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NodeListIsRootedAtDocument
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/html/
LabelsNodeList.cpp
37
: LiveNodeList(ownerNode, LabelsNodeListType, InvalidateOnForAttrChange,
NodeListIsRootedAtDocument
)
RadioNodeList.cpp
41
: LiveNodeList(rootNode, RadioNodeListType, InvalidateForFormControls, rootNode->hasTagName(formTag) ?
NodeListIsRootedAtDocument
: NodeListIsRootedAtNode)
HTMLCollection.cpp
92
return
NodeListIsRootedAtDocument
;
/external/chromium_org/third_party/WebKit/Source/core/dom/
LiveNodeList.h
40
NodeListIsRootedAtDocument
,
85
ALWAYS_INLINE bool isRootedAtDocument() const { return m_rootType ==
NodeListIsRootedAtDocument
|| m_rootType == NodeListIsRootedAtDocumentIfOwnerHasItemrefAttr; }
Completed in 40 milliseconds