Home
last modified time | relevance | path

Searched refs:m_documentScope (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
DTreeScope.h65 Document* documentScope() const { return m_documentScope; } in documentScope()
137 m_documentScope = document; in setDocumentScope()
159 Document* m_documentScope; variable
DTreeScope.cpp67 , m_documentScope(document) in TreeScope()
81 , m_documentScope(document) in TreeScope()
92 , m_documentScope(0) in TreeScope()
127 m_documentScope = 0; in clearDocumentScope()