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/webkit/browser/appcache/
appcache_host.h 138 return new_master_entry_url_;
232 GURL new_master_entry_url_; member in class:appcache::AppCacheHost
appcache_host.cc 125 new_master_entry_url_ = document_url;
369 DCHECK(new_master_entry_url_.is_empty());
390 DCHECK(new_master_entry_url_.is_valid());
401 group->StartUpdateWithNewMasterEntry(this, new_master_entry_url_);
405 new_master_entry_url_ = GURL();
appcache_update_job_unittest.cc     [all...]
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 128 milliseconds