Searched refs:m_databaseManagerProxy (Results 1 – 2 of 2) sorted by relevance
119 , m_databaseManagerProxy(WebDatabaseManagerProxy::create(this)) in WebContext()160 m_databaseManagerProxy->invalidate(); in ~WebContext()161 m_databaseManagerProxy->clearContext(); in ~WebContext()288 if (!m_databaseManagerProxy->shouldTerminate(process)) in shouldTerminate()338 m_databaseManagerProxy->invalidate(); in disconnectProcess()598 …m_databaseManagerProxy->didReceiveWebDatabaseManagerProxyMessage(connection, messageID, arguments); in didReceiveMessage()
148 WebDatabaseManagerProxy* databaseManagerProxy() const { return m_databaseManagerProxy.get(); } in databaseManagerProxy()250 RefPtr<WebDatabaseManagerProxy> m_databaseManagerProxy; variable