Home
last modified time | relevance | path

Searched refs:NodeListIsRootedAtDocument (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/
DLabelsNodeList.cpp37 … LiveNodeList(ownerNode, LabelsNodeListType, InvalidateOnForAttrChange, NodeListIsRootedAtDocument) in LabelsNodeList()
DRadioNodeList.cpp41 …pe, InvalidateForFormControls, rootNode->hasTagName(formTag) ? NodeListIsRootedAtDocument : NodeLi… in RadioNodeList()
DHTMLCollection.cpp92 return NodeListIsRootedAtDocument; in rootTypeFromCollectionType()
/external/chromium_org/third_party/WebKit/Source/core/dom/
DLiveNodeList.h40 NodeListIsRootedAtDocument, enumerator
85 …ALWAYS_INLINE bool isRootedAtDocument() const { return m_rootType == NodeListIsRootedAtDocument ||… in isRootedAtDocument()