Home
last modified time | relevance | path

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

/external/chromium_org/webkit/browser/appcache/
Dappcache_host.h138 const GURL& pending_master_entry_url() const { in pending_master_entry_url() function
Dappcache_update_job.cc336 DCHECK(new_master_resource == host->pending_master_entry_url()); in StartUpdate()
843 pending_master_entries_.find(host->pending_master_entry_url()); in OnDestructionImminent()
Dappcache_update_job_unittest.cc239 (host ? host->pending_master_entry_url() : GURL())); in OnEventRaised()