OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_ownerDocument
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/dom/
Range.cpp
63
:
m_ownerDocument
(&ownerDocument)
64
, m_start(
m_ownerDocument
)
65
, m_end(
m_ownerDocument
)
72
m_ownerDocument
->attachRange(this);
81
:
m_ownerDocument
(&ownerDocument)
82
, m_start(
m_ownerDocument
)
83
, m_end(
m_ownerDocument
)
90
m_ownerDocument
->attachRange(this);
111
m_ownerDocument
->detachRange(this);
120
ASSERT(
m_ownerDocument
!= document)
[
all
...]
Range.h
57
Document& ownerDocument() const { ASSERT(
m_ownerDocument
); return *
m_ownerDocument
.get(); }
171
RefPtr<Document>
m_ownerDocument
; // Cannot be null.
Completed in 23 milliseconds