• Home
  • Raw
  • Download

Lines Matching refs:TreeScope

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.
14706 * dom/TreeScope.h: Adjusted decls.
15893 .) Change base class of ShadowRoot from DocumentFragment to TreeScope.
15928 * dom/TreeScope.cpp:
15929 (WebCore::TreeScope::TreeScope):
15930 (WebCore::TreeScope::setParentTreeScope):
15931 * dom/TreeScope.h:
17102 * dom/TreeScope.cpp:
17103 (WebCore::TreeScope::TreeScope):
17104 (WebCore::TreeScope::setParentTreeScope):
17105 * dom/TreeScope.h:
19082 .) Change base class of ShadowRoot from DocumentFragment to TreeScope.
19112 * dom/TreeScope.cpp:
19113 (WebCore::TreeScope::TreeScope):
19114 (WebCore::TreeScope::setParentTreeScope):
19115 * dom/TreeScope.h:
25863 Bug 58060 - Prepare access to TreeScope from Node, using NodeRareData
25866 Add a TreeScope pointer to NodeRareData to allow direct access to the containing tree scope.
25870 In an object derived from TreeScope (currently Document), the tree scope pointer
25899 * dom/TreeScope.cpp: add parentTreeScope pointer
25900 (WebCore::TreeScope::TreeScope):
25901 (WebCore::TreeScope::setParentTreeScope):
25902 * dom/TreeScope.h:
25903 (WebCore::TreeScope::parentTreeScope):
27789 Move the relevant code parts from TreeScope back into Document.
27796 * dom/TreeScope.cpp:
27797 (WebCore::TreeScope::destroyTreeScopeData):
27798 * dom/TreeScope.h:
29881 class TreeScope.
29915 * dom/TreeScope.cpp: Added.
29916 * dom/TreeScope.h: Added.