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
101
,
m_contentFrame
(nullptr)
119
ASSERT(!
m_contentFrame
||
m_contentFrame
->owner() != this);
122
m_contentFrame
= &frame;
130
if (!
m_contentFrame
)
133
m_contentFrame
= nullptr;
165
ASSERT(!
m_contentFrame
);
167
if (
m_contentFrame
)
168
m_contentFrame
->disconnectOwnerElement();
174
return (
m_contentFrame
&& m_contentFrame->isLocalFrame()) ? toLocalFrame(m_contentFrame)->document() : 0
[
all
...]
HTMLFrameOwnerElement.h
44
Frame* contentFrame() const { return
m_contentFrame
; }
97
RawPtrWillBeMember<Frame>
m_contentFrame
;
Completed in 221 milliseconds