OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_applicationCacheManagerProxy
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebKit2/UIProcess/
WebContext.cpp
117
,
m_applicationCacheManagerProxy
(WebApplicationCacheManagerProxy::create(this))
154
m_applicationCacheManagerProxy
->invalidate();
155
m_applicationCacheManagerProxy
->clearContext();
284
if (!
m_applicationCacheManagerProxy
->shouldTerminate(process))
336
m_applicationCacheManagerProxy
->invalidate();
588
m_applicationCacheManagerProxy
->didReceiveMessage(connection, messageID, arguments);
WebContext.h
146
WebApplicationCacheManagerProxy* applicationCacheManagerProxy() const { return
m_applicationCacheManagerProxy
.get(); }
248
RefPtr<WebApplicationCacheManagerProxy>
m_applicationCacheManagerProxy
;
Completed in 16 milliseconds