OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WebApplicationCacheManagerProxy
(Results
1 - 7
of
7
) sorted by null
/external/webkit/Source/WebKit2/UIProcess/
WebApplicationCacheManagerProxy.cpp
27
#include "
WebApplicationCacheManagerProxy
.h"
36
PassRefPtr<
WebApplicationCacheManagerProxy
>
WebApplicationCacheManagerProxy
::create(WebContext* context)
38
return adoptRef(new
WebApplicationCacheManagerProxy
(context));
41
WebApplicationCacheManagerProxy
::
WebApplicationCacheManagerProxy
(WebContext* context)
46
WebApplicationCacheManagerProxy
::~
WebApplicationCacheManagerProxy
()
50
void
WebApplicationCacheManagerProxy
::invalidate()
55
bool
WebApplicationCacheManagerProxy
::shouldTerminate(WebProcessProxy*) cons
[
all
...]
WebApplicationCacheManagerProxy.h
52
class
WebApplicationCacheManagerProxy
: public APIObject {
56
static PassRefPtr<
WebApplicationCacheManagerProxy
> create(WebContext*);
57
virtual ~
WebApplicationCacheManagerProxy
();
71
WebApplicationCacheManagerProxy
(WebContext*);
WebContext.h
48
class
WebApplicationCacheManagerProxy
;
146
WebApplicationCacheManagerProxy
* applicationCacheManagerProxy() const { return m_applicationCacheManagerProxy.get(); }
248
RefPtr<
WebApplicationCacheManagerProxy
> m_applicationCacheManagerProxy;
WebContext.cpp
37
#include "
WebApplicationCacheManagerProxy
.h"
117
, m_applicationCacheManagerProxy(
WebApplicationCacheManagerProxy
::create(this))
/external/webkit/Source/WebKit2/UIProcess/API/C/
WKApplicationCacheManager.cpp
30
#include "
WebApplicationCacheManagerProxy
.h"
36
return toAPI(
WebApplicationCacheManagerProxy
::APIType);
WKAPICast.h
54
class
WebApplicationCacheManagerProxy
;
80
WK_ADD_API_MAPPING(WKApplicationCacheManagerRef,
WebApplicationCacheManagerProxy
)
/external/webkit/Source/WebKit2/WebProcess/ApplicationCache/
WebApplicationCacheManager.cpp
83
WebProcess::shared().connection()->send(Messages::
WebApplicationCacheManagerProxy
::DidGetApplicationCacheOrigins(identifiers, callbackID), 0);
Completed in 118 milliseconds