HomeSort by relevance Sort by last modified time
    Searched refs:m_documentScope (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/dom/
TreeScope.h 65 Document* documentScope() const { return m_documentScope; }
137 m_documentScope = document;
159 Document* m_documentScope;
TreeScope.cpp 67 , m_documentScope(document)
81 , m_documentScope(document)
92 , m_documentScope(0)
127 m_documentScope = 0;

Completed in 822 milliseconds