Searched defs:cache_document_was_loaded_from (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/content/child/appcache/
H A Dappcache_backend_proxy.cc28 const int64 cache_document_was_loaded_from,
32 cache_document_was_loaded_from,
51 int64 cache_document_was_loaded_from) {
54 cache_document_was_loaded_from));
25 SelectCache( int host_id, const GURL& document_url, const int64 cache_document_was_loaded_from, const GURL& manifest_url) argument
49 MarkAsForeignEntry( int host_id, const GURL& document_url, int64 cache_document_was_loaded_from) argument
/external/chromium_org/content/browser/appcache/
H A Dappcache_backend_impl.cc68 const int64 cache_document_was_loaded_from,
74 host->SelectCache(document_url, cache_document_was_loaded_from,
102 int64 cache_document_was_loaded_from) {
107 host->MarkAsForeignEntry(document_url, cache_document_was_loaded_from);
65 SelectCache( int host_id, const GURL& document_url, const int64 cache_document_was_loaded_from, const GURL& manifest_url) argument
99 MarkAsForeignEntry( int host_id, const GURL& document_url, int64 cache_document_was_loaded_from) argument
H A Dappcache_dispatcher_host.cc96 int64 cache_document_was_loaded_from,
101 cache_document_was_loaded_from,
134 int64 cache_document_was_loaded_from) {
137 host_id, document_url, cache_document_was_loaded_from)) {
94 OnSelectCache( int host_id, const GURL& document_url, int64 cache_document_was_loaded_from, const GURL& opt_manifest_url) argument
132 OnMarkAsForeignEntry( int host_id, const GURL& document_url, int64 cache_document_was_loaded_from) argument
H A Dappcache_host.cc82 const int64 cache_document_was_loaded_from,
104 if (cache_document_was_loaded_from != kAppCacheNoCacheId) {
105 LoadSelectedCache(cache_document_was_loaded_from);
171 int64 cache_document_was_loaded_from) {
175 cache_document_was_loaded_from);
81 SelectCache(const GURL& document_url, const int64 cache_document_was_loaded_from, const GURL& manifest_url) argument
170 MarkAsForeignEntry(const GURL& document_url, int64 cache_document_was_loaded_from) argument

Completed in 120 milliseconds