Home
last modified time | relevance | path

Searched refs:m_associatedDOMWindow (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/frame/
DDOMWindowProperty.cpp38 , m_associatedDOMWindow(0) in DOMWindowProperty()
44 m_associatedDOMWindow = m_frame->domWindow(); in DOMWindowProperty()
45 m_associatedDOMWindow->registerProperty(this); in DOMWindowProperty()
51 if (m_associatedDOMWindow) in ~DOMWindowProperty()
52 m_associatedDOMWindow->unregisterProperty(this); in ~DOMWindowProperty()
54 m_associatedDOMWindow = 0; in ~DOMWindowProperty()
62 ASSERT(m_associatedDOMWindow); in willDestroyGlobalObjectInFrame()
66 if (m_associatedDOMWindow) in willDestroyGlobalObjectInFrame()
67 m_associatedDOMWindow->unregisterProperty(this); in willDestroyGlobalObjectInFrame()
68 m_associatedDOMWindow = 0; in willDestroyGlobalObjectInFrame()
[all …]
DDOMWindowProperty.h47 DOMWindow* m_associatedDOMWindow; variable