Searched defs:new_host_id (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/content/browser/appcache/
H A Dappcache_interceptor.cc80 int new_host_id) {
84 DCHECK_NE(kAppCacheNoHostId, new_host_id);
86 new_host_id);
77 CompleteCrossSiteTransfer( net::URLRequest* request, int new_process_id, int new_host_id) argument
H A Dappcache_backend_impl.cc168 int new_host_id, scoped_ptr<AppCacheHost> host) {
169 HostMap::iterator found = hosts_.find(new_host_id);
178 host->CompleteTransfer(new_host_id, frontend_);
167 TransferHostIn( int new_host_id, scoped_ptr<AppCacheHost> host) argument
H A Dappcache_request_handler.cc190 int new_process_id, int new_host_id) {
195 backend->TransferHostIn(new_host_id, host_for_cross_site_transfer_.Pass());
189 CompleteCrossSiteTransfer( int new_process_id, int new_host_id) argument

Completed in 535 milliseconds