OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_contentFrame
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/html/
HTMLFrameOwnerElement.cpp
40
,
m_contentFrame
(0)
57
ASSERT(!
m_contentFrame
||
m_contentFrame
->ownerElement() != this);
60
m_contentFrame
= &frame;
68
if (!
m_contentFrame
)
71
m_contentFrame
= 0;
92
if (
m_contentFrame
)
93
m_contentFrame
->disconnectOwnerElement();
98
return
m_contentFrame
?
m_contentFrame
->document() : 0
[
all
...]
HTMLFrameOwnerElement.h
39
Frame* contentFrame() const { return
m_contentFrame
; }
76
Frame*
m_contentFrame
;
Completed in 34 milliseconds