OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pending_master_entries_
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/webkit/browser/appcache/
appcache_update_job.cc
322
DCHECK(
pending_master_entries_
.empty());
347
pending_master_entries_
.insert(
523
for (PendingMasters::iterator it =
pending_master_entries_
.begin();
524
it !=
pending_master_entries_
.end(); ++it) {
625
PendingMasters::iterator found =
pending_master_entries_
.find(url);
626
DCHECK(found !=
pending_master_entries_
.end());
676
pending_master_entries_
.erase(found);
680
if (update_type_ == CACHE_ATTEMPT &&
pending_master_entries_
.empty()) {
843
pending_master_entries_
.find(host->pending_master_entry_url());
844
DCHECK(found !=
pending_master_entries_
.end())
[
all
...]
appcache_update_job.h
260
PendingMasters
pending_master_entries_
;
member in class:appcache::AppCacheUpdateJob
appcache_group_unittest.cc
291
EXPECT_FALSE(group->update_job_->
pending_master_entries_
.empty());
appcache_update_job_unittest.cc
[
all
...]
Completed in 93 milliseconds