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

  /external/webkit/WebCore/xml/
XSLStyleSheetQt.cpp 38 , m_ownerDocument(parentNode->document())
66 if (!m_ownerDocument)
68 return m_ownerDocument->docLoader();
XSLStyleSheet.h 76 Document* ownerDocument() { return m_ownerDocument; }
98 Document* m_ownerDocument;
XSLStyleSheetLibxslt.cpp 60 , m_ownerDocument(0)
71 , m_ownerDocument(parentNode->document())
133 if (!m_ownerDocument)
135 return m_ownerDocument->docLoader();
260 m_ownerDocument = parent->ownerDocument();
  /external/webkit/WebCore/dom/
Range.cpp 54 : m_ownerDocument(ownerDocument)
55 , m_start(m_ownerDocument)
56 , m_end(m_ownerDocument)
62 m_ownerDocument->attachRange(this);
71 : m_ownerDocument(ownerDocument)
72 , m_start(m_ownerDocument)
73 , m_end(m_ownerDocument)
79 m_ownerDocument->attachRange(this);
104 m_ownerDocument->detachRange(this);
194 if (refNode->document() != m_ownerDocument) {
    [all...]
Range.h 48 Document* ownerDocument() const { return m_ownerDocument.get(); }
149 RefPtr<Document> m_ownerDocument;

Completed in 185 milliseconds