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

  /external/chromium_org/third_party/WebKit/Source/core/xml/
XSLStyleSheetLibxslt.cpp 53 , m_ownerDocument(nullptr)
68 , m_ownerDocument(nullptr)
83 , m_ownerDocument(ownerDocument)
274 if (styleSheet->m_ownerDocument)
275 return styleSheet->m_ownerDocument.get();
332 visitor->trace(m_ownerDocument);
XSLStyleSheet.h 124 RefPtrWillBeMember<Document> m_ownerDocument;
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Range.cpp 61 : m_ownerDocument(&ownerDocument)
62 , m_start(m_ownerDocument)
63 , m_end(m_ownerDocument)
69 m_ownerDocument->attachRange(this);
78 : m_ownerDocument(&ownerDocument)
79 , m_start(m_ownerDocument)
80 , m_end(m_ownerDocument)
86 m_ownerDocument->attachRange(this);
108 m_ownerDocument->detachRange(this);
118 ASSERT(m_ownerDocument != document)
    [all...]
Range.h 58 Document& ownerDocument() const { ASSERT(m_ownerDocument); return *m_ownerDocument.get(); }
171 RefPtrWillBeMember<Document> m_ownerDocument; // Cannot be null.

Completed in 55 milliseconds