Searched refs:TreeScope (Results 1 – 16 of 16) sorted by relevance
/external/webkit/Source/WebCore/dom/ |
D | TreeScope.cpp | 39 TreeScope::TreeScope(Document* document, ConstructionType constructionType) in TreeScope() function in WebCore::TreeScope 54 TreeScope::~TreeScope() in ~TreeScope() 60 void TreeScope::destroyTreeScopeData() in destroyTreeScopeData() 67 void TreeScope::setParentTreeScope(TreeScope* newParentScope) in setParentTreeScope() 78 Element* TreeScope::getElementById(const AtomicString& elementId) const in getElementById() 85 void TreeScope::addElementById(const AtomicString& elementId, Element* element) in addElementById() 90 void TreeScope::removeElementById(const AtomicString& elementId, Element* element) in removeElementById() 95 Element* TreeScope::getElementByAccessKey(const String& key) const in getElementByAccessKey() 113 void TreeScope::invalidateAccessKeyMap() in invalidateAccessKeyMap() 119 void TreeScope::addImageMap(HTMLMapElement* imageMap) in addImageMap() [all …]
|
D | TreeScope.h | 37 class TreeScope : public ContainerNode { 41 TreeScope* parentTreeScope() const { return m_parentTreeScope; } in parentTreeScope() 68 TreeScope(Document*, ConstructionType = CreateContainer); 70 virtual ~TreeScope(); 74 void setParentTreeScope(TreeScope*); 77 TreeScope* m_parentTreeScope; 88 inline bool TreeScope::hasElementWithId(AtomicStringImpl* id) const in hasElementWithId() 94 inline bool TreeScope::containsMultipleElementsWithId(const AtomicString& id) const in containsMultipleElementsWithId()
|
D | DocumentOrderedMap.h | 41 class TreeScope; variable 52 Element* getElementById(AtomicStringImpl*, const TreeScope*) const; 53 Element* getElementByMapName(AtomicStringImpl*, const TreeScope*) const; 54 Element* getElementByLowercasedMapName(AtomicStringImpl*, const TreeScope*) const; 59 …l keyMatches(AtomicStringImpl*, Element*)> Element* get(AtomicStringImpl*, const TreeScope*) const;
|
D | NodeRareData.h | 37 class TreeScope; variable 103 TreeScope* treeScope() const { return m_treeScope; } in treeScope() 104 void setTreeScope(TreeScope* treeScope) { m_treeScope = treeScope; } in setTreeScope() 132 TreeScope* m_treeScope;
|
D | DocumentOrderedMap.cpp | 108 inline Element* DocumentOrderedMap::get(AtomicStringImpl* key, const TreeScope* scope) const in get() 136 Element* DocumentOrderedMap::getElementById(AtomicStringImpl* key, const TreeScope* scope) const in getElementById() 141 Element* DocumentOrderedMap::getElementByMapName(AtomicStringImpl* key, const TreeScope* scope) con… in getElementByMapName() 146 Element* DocumentOrderedMap::getElementByLowercasedMapName(AtomicStringImpl* key, const TreeScope* … in getElementByLowercasedMapName()
|
D | Node.h | 78 class TreeScope; variable 96 friend class TreeScope; variable 367 TreeScope* treeScope() const; 371 void setTreeScope(TreeScope*); 374 void setTreeScopeRecursively(TreeScope*);
|
D | Document.h | 205 class Document : public TreeScope, public ScriptExecutionContext { 219 using TreeScope::ref; 220 using TreeScope::deref;
|
D | Node.cpp | 474 TreeScope* Node::treeScope() const in treeScope() 478 TreeScope* scope = rareData()->treeScope(); in treeScope() 484 void Node::setTreeScope(TreeScope* newTreeScope) in setTreeScope() 504 void Node::setTreeScopeRecursively(TreeScope* newTreeScope) in setTreeScopeRecursively()
|
D | Document.cpp | 385 : TreeScope(this) in Document() 625 return TreeScope::getElementById(id); in getElementById() 695 TreeScope::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta); in childrenChanged() 1735 TreeScope::attach(); in attach() 1782 TreeScope::detach(); in detach()
|
/external/webkit/Source/WebCore/ |
D | Android.mk | 206 dom/TreeScope.cpp \
|
D | WebCore.pro | 549 dom/TreeScope.cpp \ 1528 dom/TreeScope.h \
|
D | ChangeLog | 5193 Move access key methods and members back to Document from TreeScope. 5204 * dom/TreeScope.cpp: 5205 (WebCore::TreeScope::TreeScope): 5206 (WebCore::TreeScope::destroyTreeScopeData): 5207 * dom/TreeScope.h: 5355 Update node list cache count on the containing TreeScope rather than the Document 5563 Bug 59974 - Update image map on the containing TreeScope rather than the Document 5585 Bug 59966 - Update ID hash on the containing TreeScope rather than the Document 14704 * dom/TreeScope.cpp: 14705 (WebCore::TreeScope::applyAuthorSheets): Added. [all …]
|
D | CMakeLists.txt | 627 dom/TreeScope.cpp
|
D | GNUmakefile.list.am | 1274 Source/WebCore/dom/TreeScope.cpp \ 1275 Source/WebCore/dom/TreeScope.h \
|
D | WebCore.gypi | 2573 'dom/TreeScope.cpp', 2574 'dom/TreeScope.h',
|
/external/webkit/Source/WebCore/WebCore.xcodeproj/ |
D | project.pbxproj | 318 …4D64B5C134A5B6B00E58FDA /* TreeScope.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 14D64B5A13… 319 …14D64B5D134A5B6B00E58FDA /* TreeScope.h in Headers */ = {isa = PBXBuildFile; fileRef = 14D64B5B134… 6752 …A5B6B00E58FDA /* TreeScope.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType =… 6753 …134A5B6B00E58FDA /* TreeScope.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType … 19608 14D64B5A134A5B6B00E58FDA /* TreeScope.cpp */, 19609 14D64B5B134A5B6B00E58FDA /* TreeScope.h */, 22814 14D64B5D134A5B6B00E58FDA /* TreeScope.h in Headers */, 25552 14D64B5C134A5B6B00E58FDA /* TreeScope.cpp in Sources */,
|