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

  /external/chromium_org/third_party/WebKit/Source/core/css/
StyleSheetList.h 46 Document* document() { return m_treeScope ? &m_treeScope->document() : 0; }
60 RawPtrWillBeMember<TreeScope> m_treeScope;
  /external/chromium_org/third_party/WebKit/Source/core/page/
DOMSelection.h 99 void trace(Visitor* visitor) { visitor->trace(m_treeScope); }
114 RawPtrWillBeMember<const TreeScope> m_treeScope;
  /external/chromium_org/third_party/WebKit/Source/core/svg/graphics/filters/
SVGFEImage.h 59 // m_treeScope will never be a dangling reference. See https://bugs.webkit.org/show_bug.cgi?id=99243
60 TreeScope* m_treeScope;
  /external/chromium_org/third_party/WebKit/Source/core/events/
TreeScopeEventContext.h 52 TreeScope& treeScope() const { return *m_treeScope; }
79 RawPtrWillBeMember<TreeScope> m_treeScope;
  /external/chromium_org/third_party/WebKit/Source/core/dom/
TreeScopeStyleSheetCollection.h 76 Document& document() const { return m_treeScope.document(); }
105 TreeScope& m_treeScope;
Node.h 465 ASSERT(m_treeScope);
466 return *m_treeScope;
    [all...]

Completed in 339 milliseconds