Home
last modified time | relevance | path

Searched refs:ChildNodeList (Results 1 – 15 of 15) sorted by relevance

/external/webkit/Source/WebCore/dom/
DChildNodeList.h32 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*);
DChildNodeList.cpp30 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()
DNode.cpp617 return ChildNodeList::create(this, data->nodeLists()->m_childNodeListCaches.get()); in childNodes()
/external/webkit/LayoutTests/fast/dom/Attr/
Dchild-nodes-length-cache-expected.txt1 Test for bug 19759: ChildNodeList for an attribute node is not properly invalidated after appending…
/external/webkit/Source/WebCore/
DAndroid.mk114 dom/ChildNodeList.cpp \
DWebCore.pro458 dom/ChildNodeList.cpp \
1440 dom/ChildNodeList.h \
DCMakeLists.txt536 dom/ChildNodeList.cpp
DChangeLog-2007-10-144594 * 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 …]
DGNUmakefile.list.am1069 Source/WebCore/dom/ChildNodeList.cpp \
1070 Source/WebCore/dom/ChildNodeList.h \
DGNUmakefile.am1123 Source/WebCore/dom/ChildNodeList.cpp \
1124 Source/WebCore/dom/ChildNodeList.h \
DChangeLog-2008-08-1014282 * 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 …]
DWebCore.gypi2400 'dom/ChildNodeList.cpp',
2401 'dom/ChildNodeList.h',
DChangeLog-2009-06-1683803 * 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…
DChangeLog-2006-12-3140516 * dom/ChildNodeList.h:
/external/webkit/Source/WebCore/WebCore.xcodeproj/
Dproject.pbxproj3547 …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 */,