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/content/browser/appcache/
appcache_update_job.cc
390
DCHECK(
pending_master_entries_
.empty());
415
pending_master_entries_
.insert(
629
for (PendingMasters::iterator it =
pending_master_entries_
.begin();
630
it !=
pending_master_entries_
.end(); ++it) {
768
PendingMasters::iterator found =
pending_master_entries_
.find(url);
769
DCHECK(found !=
pending_master_entries_
.end());
824
pending_master_entries_
.erase(found);
828
if (update_type_ == CACHE_ATTEMPT &&
pending_master_entries_
.empty()) {
[
all
...]
appcache_update_job.h
284
PendingMasters
pending_master_entries_
;
member in class:content::AppCacheUpdateJob
appcache_group_unittest.cc
291
EXPECT_FALSE(group->update_job_->
pending_master_entries_
.empty());
appcache_update_job_unittest.cc
[
all
...]
Completed in 82 milliseconds