HomeSort by relevance Sort by last modified time
    Searched refs:new_master_entry_url_ (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/content/browser/appcache/
appcache_host.cc 134 new_master_entry_url_ = document_url;
378 DCHECK(new_master_entry_url_.is_empty());
399 DCHECK(new_master_entry_url_.is_valid());
410 group->StartUpdateWithNewMasterEntry(this, new_master_entry_url_);
414 new_master_entry_url_ = GURL();
appcache_update_job_unittest.cc     [all...]
appcache_host.h 157 return new_master_entry_url_;
269 GURL new_master_entry_url_; member in class:content::AppCacheHost
appcache_group_unittest.cc 270 host.new_master_entry_url_ = GURL("http://foo.com/bar.txt");
271 group->StartUpdateWithNewMasterEntry(&host, host.new_master_entry_url_);

Completed in 251 milliseconds