Searched refs:ChildNodeList (Results 1 – 15 of 15) sorted by relevance
/external/webkit/Source/WebCore/dom/ |
D | ChildNodeList.h | 32 class ChildNodeList : public DynamicNodeList { 34 static PassRefPtr<ChildNodeList> create(PassRefPtr<Node> rootNode, Caches* caches) in create() 36 return adoptRef(new ChildNodeList(rootNode, caches)); in create() 43 ChildNodeList(PassRefPtr<Node> rootNode, Caches*);
|
D | ChildNodeList.cpp | 30 ChildNodeList::ChildNodeList(PassRefPtr<Node> rootNode, DynamicNodeList::Caches* info) in ChildNodeList() function in WebCore::ChildNodeList 35 unsigned ChildNodeList::length() const in length() 50 Node* ChildNodeList::item(unsigned index) const in item() 101 bool ChildNodeList::nodeMatches(Element* testNode) const in nodeMatches()
|
D | Node.cpp | 617 return ChildNodeList::create(this, data->nodeLists()->m_childNodeListCaches.get()); in childNodes()
|
/external/webkit/LayoutTests/fast/dom/Attr/ |
D | child-nodes-length-cache-expected.txt | 1 Test for bug 19759: ChildNodeList for an attribute node is not properly invalidated after appending…
|
/external/webkit/Source/WebCore/ |
D | Android.mk | 114 dom/ChildNodeList.cpp \
|
D | WebCore.pro | 458 dom/ChildNodeList.cpp \ 1440 dom/ChildNodeList.h \
|
D | CMakeLists.txt | 536 dom/ChildNodeList.cpp
|
D | ChangeLog-2007-10-14 | 4594 * dom/ChildNodeList.cpp: 4595 * dom/ChildNodeList.h: 41653 * dom/ChildNodeList.cpp: 41654 (WebCore::ChildNodeList::rootNodeChildrenChanged): 41655 * dom/ChildNodeList.h: 42111 * dom/ChildNodeList.cpp: 42112 (WebCore::ChildNodeList::item): 42308 * dom/ChildNodeList.cpp: 42309 (WebCore::ChildNodeList::item): Support iterating backwards from the last accessed node 43358 * dom/ChildNodeList.cpp: [all …]
|
D | GNUmakefile.list.am | 1069 Source/WebCore/dom/ChildNodeList.cpp \ 1070 Source/WebCore/dom/ChildNodeList.h \
|
D | GNUmakefile.am | 1123 Source/WebCore/dom/ChildNodeList.cpp \ 1124 Source/WebCore/dom/ChildNodeList.h \
|
D | ChangeLog-2008-08-10 | 14282 * dom/ChildNodeList.h: 14283 (WebCore::ChildNodeList::create): 39681 * dom/ChildNodeList.cpp: 39682 (WebCore::ChildNodeList::ChildNodeList): 39683 * dom/ChildNodeList.h: 39732 of just the ChildNodeList, if document has had no NodeListCaches. 62913 * dom/ChildNodeList.cpp: 62914 (WebCore::ChildNodeList::ChildNodeList): 62915 (WebCore::ChildNodeList::length): 62916 (WebCore::ChildNodeList::item): [all …]
|
D | WebCore.gypi | 2400 'dom/ChildNodeList.cpp', 2401 'dom/ChildNodeList.h',
|
D | ChangeLog-2009-06-16 | 83803 * dom/ChildNodeList.cpp: 83804 (WebCore::ChildNodeList::nodeMatches): Updated to take an Element. 83805 * dom/ChildNodeList.h: Ditto. 85205 …* dom/ChildNodeList.cpp: Include ContainerNode to pick up its definitions for childNodeCount(), et…
|
D | ChangeLog-2006-12-31 | 40516 * dom/ChildNodeList.h:
|
/external/webkit/Source/WebCore/WebCore.xcodeproj/ |
D | project.pbxproj | 3547 …72200977D3C0005826D9 /* ChildNodeList.h in Headers */ = {isa = PBXBuildFile; fileRef = A8187215097… 3550 …2250977D3C0005826D9 /* ChildNodeList.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A818721A09… 9985 …D3C0005826D9 /* ChildNodeList.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType… 9988 …0005826D9 /* ChildNodeList.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType … 19351 A818721A0977D3C0005826D9 /* ChildNodeList.cpp */, 19352 A81872150977D3C0005826D9 /* ChildNodeList.h */, 20062 A81872200977D3C0005826D9 /* ChildNodeList.h in Headers */, 23428 A81872250977D3C0005826D9 /* ChildNodeList.cpp in Sources */,
|