OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:m_keyvaluestoragemanagerproxy
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebKit2/UIProcess/
WebContext.h
151
WebKeyValueStorageManagerProxy* keyValueStorageManagerProxy() const { return
m_keyValueStorageManagerProxy
.get(); }
253
RefPtr<WebKeyValueStorageManagerProxy>
m_keyValueStorageManagerProxy
;
WebContext.cpp
122
,
m_keyValueStorageManagerProxy
(WebKeyValueStorageManagerProxy::create(this))
169
m_keyValueStorageManagerProxy
->invalidate();
170
m_keyValueStorageManagerProxy
->clearContext();
290
if (!
m_keyValueStorageManagerProxy
->shouldTerminate(process))
340
m_keyValueStorageManagerProxy
->invalidate();
613
m_keyValueStorageManagerProxy
->didReceiveMessage(connection, messageID, arguments);
Completed in 227 milliseconds