Searched refs:m_window (Results 1 – 7 of 7) sorted by relevance
49 m_window = toDocument(topLevelContainer)->domWindow(); in WindowEventContext()55 if (!m_window) in handleLocalEvents()60 m_window->fireEventListeners(event); in handleLocalEvents()
49 RefPtr<DOMWindow> m_window;55 return m_window.get(); in window()
39 , m_window(window) in DOMWindowIndexedDatabase()81 Document* document = m_window->document(); in indexedDB()89 if (!m_window->isCurrentlyDisplayedInFrame()) in indexedDB()
53 DOMWindow* m_window; variable
42 , m_window(window) in DOMWindowNotifications()84 if (!m_window->isCurrentlyDisplayedInFrame()) in webkitNotifications()90 Document* document = m_window->document(); in webkitNotifications()
57 DOMWindow* m_window; variable
116 : m_window(window) in PostMessageTimer()137 m_window->postMessageTimerFired(adoptPtr(this)); in fired()141 RefPtr<DOMWindow> m_window; member in WebCore::PostMessageTimer