Home
last modified time | relevance | path

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

/external/webkit/Source/WebKit2/UIProcess/
DWebContext.cpp122 , m_keyValueStorageManagerProxy(WebKeyValueStorageManagerProxy::create(this)) in WebContext()
169 m_keyValueStorageManagerProxy->invalidate(); in ~WebContext()
170 m_keyValueStorageManagerProxy->clearContext(); in ~WebContext()
290 if (!m_keyValueStorageManagerProxy->shouldTerminate(process)) in shouldTerminate()
340 m_keyValueStorageManagerProxy->invalidate(); in disconnectProcess()
613 m_keyValueStorageManagerProxy->didReceiveMessage(connection, messageID, arguments); in didReceiveMessage()
DWebContext.h151 …ageManagerProxy* keyValueStorageManagerProxy() const { return m_keyValueStorageManagerProxy.get();… in keyValueStorageManagerProxy()
253 RefPtr<WebKeyValueStorageManagerProxy> m_keyValueStorageManagerProxy; variable