OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NodeListRootType
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/dom/
LiveNodeList.h
38
enum
NodeListRootType
{
51
LiveNodeListBase(Node* ownerNode,
NodeListRootType
rootType, NodeListInvalidationType invalidationType,
130
ALWAYS_INLINE
NodeListRootType
rootType() const { return static_cast<
NodeListRootType
>(m_rootType); }
191
LiveNodeList(PassRefPtr<Node> ownerNode, CollectionType collectionType, NodeListInvalidationType invalidationType,
NodeListRootType
rootType = NodeListIsRootedAtNode)
/external/chromium_org/third_party/WebKit/Source/core/html/
HTMLCollection.cpp
78
static
NodeListRootType
rootTypeFromCollectionType(CollectionType type)
Completed in 40 milliseconds