HomeSort by relevance Sort by last modified time
    Searched refs:treeScope (Results 1 - 25 of 57) sorted by null

1 2 3

  /external/chromium_org/third_party/WebKit/Source/core/dom/
Notation.h 31 Notation(TreeScope* treeScope) : ContainerNode(treeScope)
StyleEngine.cpp 104 void StyleEngine::insertTreeScopeInDocumentOrder(TreeScopeSet& treeScopes, TreeScope* treeScope)
107 treeScopes.add(treeScope);
110 if (treeScopes.contains(treeScope))
116 TreeScope* followingTreeScope = 0;
119 TreeScope* n = *it;
120 unsigned short position = n->comparePosition(*treeScope);
122 treeScopes.insertBefore(followingTreeScope, treeScope);
128 treeScopes.insertBefore(followingTreeScope, treeScope);
131 StyleSheetCollection* StyleEngine::ensureStyleSheetCollectionFor(TreeScope& treeScope
    [all...]
TreeScopeAdopter.h 32 class TreeScope;
36 TreeScopeAdopter(Node& toAdopt, TreeScope& newScope);
54 TreeScope& m_newScope;
55 TreeScope& m_oldScope;
58 inline TreeScopeAdopter::TreeScopeAdopter(Node& toAdopt, TreeScope& newScope)
61 , m_oldScope(toAdopt.treeScope())
CharacterData.h 54 CharacterData(TreeScope& treeScope, const String& text, ConstructionType type)
55 : Node(&treeScope, type)
Text.h 62 Text(TreeScope& treeScope, const String& data, ConstructionType type)
63 : CharacterData(treeScope, data, type)
DocumentStyleSheetCollection.cpp 49 DocumentStyleSheetCollection::DocumentStyleSheetCollection(TreeScope& treeScope)
50 : StyleSheetCollection(treeScope)
52 ASSERT(treeScope.rootNode() == treeScope.rootNode()->document());
169 // FIXME: We might have already had styles in child treescope. In this case, we cannot use buildScopedStyleTreeInDocumentOrder.
LiveNodeList.cpp 75 Element* element = rootNode.treeScope().getElementById(elementId);
TreeScope.cpp 28 #include "core/dom/TreeScope.h"
61 COMPILE_ASSERT(sizeof(TreeScope) == sizeof(SameSizeAsTreeScope), treescope_should_stay_small);
65 TreeScope::TreeScope(ContainerNode* rootNode, Document* document)
79 TreeScope::TreeScope(Document* document)
90 TreeScope::TreeScope()
98 TreeScope::~TreeScope()
    [all...]
TreeScopeAdopter.cpp 108 ASSERT(node.treeScope() == m_oldScope);
ContainerNode.h 136 ContainerNode(TreeScope*, ConstructionType = CreateContainer);
176 inline ContainerNode::ContainerNode(TreeScope* treeScope, ConstructionType type)
177 : Node(treeScope, type)
StyleSheetCollection.cpp 72 StyleSheetCollection::StyleSheetCollection(TreeScope& treeScope)
73 : m_treeScope(treeScope)
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLDataListElement.cpp 62 treeScope().idTargetObserverRegistry().notifyObservers(getIdAttribute());
67 treeScope().idTargetObserverRegistry().notifyObservers(getIdAttribute());
72 treeScope().idTargetObserverRegistry().notifyObservers(getIdAttribute());
HTMLMapElement.cpp 107 treeScope().removeImageMap(this);
113 treeScope().addImageMap(this);
129 treeScope().addImageMap(this);
136 treeScope().removeImageMap(this);
HTMLLabelElement.cpp 80 if (Element* element = treeScope().getElementById(controlId)) {
  /external/chromium_org/third_party/WebKit/Source/core/css/
StyleSheetList.h 25 #include "core/dom/TreeScope.h"
38 static PassRefPtr<StyleSheetList> create(TreeScope* treeScope) { return adoptRef(new StyleSheetList(treeScope)); }
52 StyleSheetList(TreeScope*);
55 TreeScope* m_treeScope;
StyleSheetList.cpp 34 StyleSheetList::StyleSheetList(TreeScope* treeScope)
35 : m_treeScope(treeScope)
ElementRuleCollector.cpp 122 TreeScope& treeScope = element->treeScope();
129 if (!scopingNode || treeScope == scopingNode->treeScope())
384 // should not see the element's treescope. Because RuleSet has no
  /external/chromium_org/third_party/WebKit/Source/core/dom/shadow/
ShadowRoot.h 34 #include "core/dom/TreeScope.h"
45 class ShadowRoot FINAL : public DocumentFragment, public TreeScope, public DoublyLinkedListNode<ShadowRoot> {
160 DEFINE_TYPE_CASTS(ShadowRoot, TreeScope, treeScope, treeScope->rootNode() && treeScope->rootNode()->isShadowRoot(), treeScope.rootNode() && treeScope.rootNode()->isShadowRoot());
  /external/chromium_org/third_party/WebKit/Source/core/events/
EventRetargeter.cpp 28 #include "core/dom/TreeScope.h"
83 ASSERT(touchList->item(i)->target()->toNode()->treeScope().isInclusiveAncestorOf(node->treeScope()));
128 TreeScope* lastTreeScope = 0;
132 TreeScope* scope = &eventPath[i].node()->treeScope();
134 // Re-use the previous adjustedRelatedTarget if treeScope does not change. Just for the performance optimization.
144 if (node->treeScope().rootNode() == eventPath[i].node()) {
159 TreeScope* lastTreeScope = 0;
162 TreeScope* treeScope = &eventPath[i].node()->treeScope()
    [all...]
EventContext.h 33 #include "core/dom/TreeScope.h"
99 return target && target->toNode() && !target->toNode()->isSVGElement() && !target->toNode()->treeScope().isInclusiveAncestorOf(m_node->treeScope());
EventPath.cpp 61 Node* rootNode = referenceNode->treeScope().rootNode();
75 return target->toNode() && target->toNode()->treeScope().rootNode() == shadowRoot;
180 TreeScope* lastScope = 0;
182 TreeScope* currentScope = &at(i).node()->treeScope();
192 if (at(j).node()->treeScope().isInclusiveAncestorOf(*currentScope))
200 static inline bool movedFromOlderToYounger(const TreeScope& lastTreeScope, const TreeScope& currentTreeScope)
206 static inline bool movedFromYoungerToOlder(const TreeScope& lastTreeScope, const TreeScope& currentTreeScope
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
ScopedStyleResolver.h 53 const TreeScope& treeScope() const { return m_scopingNode.treeScope(); }
ScopedStyleTree.cpp 138 TreeScope& treeScope = element->treeScope();
139 bool applyAuthorStyles = treeScope.applyAuthorStyles();
142 if (scopedResolver->treeScope() == treeScope || (applyAuthorStyles && scopedResolver->treeScope() == document))
  /external/chromium_org/third_party/WebKit/Source/core/page/
DOMSelection.h 47 class TreeScope;
52 static PassRefPtr<DOMSelection> create(const TreeScope* treeScope) { return adoptRef(new DOMSelection(treeScope)); }
96 const TreeScope* m_treeScope;
98 explicit DOMSelection(const TreeScope*);
  /external/chromium_org/third_party/WebKit/Source/core/editing/
VisibleSelection.cpp 472 TreeScope& treeScope = startContainerNode->treeScope();
474 ASSERT(currentPosition.containerNode()->treeScope() != treeScope);
476 if (Node* ancestor = treeScope.ancestorInThisScope(currentPosition.containerNode())) {
482 if (Node* lastChild = treeScope.rootNode()->lastChild())
490 TreeScope& treeScope = endContainerNode->treeScope();
    [all...]

Completed in 182 milliseconds

1 2 3