Home
last modified time | relevance | path

Searched refs:TransferHostOut (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/content/browser/appcache/
Dappcache_backend_impl.h63 scoped_ptr<AppCacheHost> TransferHostOut(int host_id);
Dappcache_backend_impl.cc150 scoped_ptr<AppCacheHost> AppCacheBackendImpl::TransferHostOut(int host_id) { in TransferHostOut() function in content::AppCacheBackendImpl
Dappcache_request_handler.cc185 host_for_cross_site_transfer_ = backend->TransferHostOut(host_->host_id()); in PrepareForCrossSiteTransfer()