Home
last modified time | relevance | path

Searched defs:shouldOnlyIncludeDirectChildren (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
DLiveNodeList.h52bool shouldOnlyIncludeDirectChildren, CollectionType collectionType, ItemAfterOverrideType itemAft… in LiveNodeListBase()
135 bool shouldOnlyIncludeDirectChildren() const { return m_shouldOnlyIncludeDirectChildren; } in shouldOnlyIncludeDirectChildren() function
/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLCollection.cpp40 static bool shouldOnlyIncludeDirectChildren(CollectionType type) in shouldOnlyIncludeDirectChildren() function