HomeSort by relevance Sort by last modified time
    Searched defs:treeScope (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/css/
ElementRuleCollector.cpp 103 TreeScope* treeScope = element->treeScope();
110 if (!scopingNode || treeScope == scopingNode->treeScope())
315 // should not see the element's treescope. Because RuleSet has no
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
ScopedStyleResolver.h 58 const TreeScope* treeScope() const { return m_scopingNode->treeScope(); }
ScopedStyleResolver.cpp 148 TreeScope* treeScope = element->treeScope();
149 bool applyAuthorStyles = treeScope->applyAuthorStyles();
152 if (scopedResolver->treeScope() == treeScope || (applyAuthorStyles && scopedResolver->treeScope() == document))
  /external/chromium_org/third_party/WebKit/Source/core/editing/
VisibleSelection.cpp 470 TreeScope* treeScope = startContainerNode->treeScope();
472 ASSERT(currentPosition.containerNode()->treeScope() != treeScope);
474 if (Node* ancestor = treeScope->ancestorInThisScope(currentPosition.containerNode())) {
480 if (Node* lastChild = treeScope->rootNode()->lastChild())
488 TreeScope* treeScope = endContainerNode->treeScope();
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Node.h 32 #include "core/dom/TreeScope.h"
123 friend class TreeScope;
275 bool isTreeScope() const { return treeScope()->rootNode() == this; }
495 TreeScope* treeScope() const { return m_treeScope; }
    [all...]

Completed in 165 milliseconds