OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getApplicationCacheOrigins
(Results
1 - 5
of
5
) sorted by null
/external/webkit/Source/WebKit2/UIProcess/API/C/
WKApplicationCacheManager.cpp
41
toImpl(applicationCacheManagerRef)->
getApplicationCacheOrigins
(ArrayCallback::create(context, callback));
/external/webkit/Source/WebKit2/WebProcess/ApplicationCache/
WebApplicationCacheManager.h
53
void
getApplicationCacheOrigins
(uint64_t callbackID);
WebApplicationCacheManager.cpp
57
void WebApplicationCacheManager::
getApplicationCacheOrigins
(uint64_t callbackID)
/external/webkit/Source/WebKit2/UIProcess/
WebApplicationCacheManagerProxy.h
62
void
getApplicationCacheOrigins
(PassRefPtr<ArrayCallback>);
WebApplicationCacheManagerProxy.cpp
65
void WebApplicationCacheManagerProxy::
getApplicationCacheOrigins
(PassRefPtr<ArrayCallback> prpCallback)
73
m_webContext->sendToAllProcessesRelaunchingThemIfNecessary(Messages::WebApplicationCacheManager::
GetApplicationCacheOrigins
(callbackID));
Completed in 592 milliseconds