Home | History | Annotate | Download | only in appcache

Lines Matching refs:FOREIGN

469     cache->get()->GetEntry(*iter)->add_types(AppCacheEntry::FOREIGN);
962 // Take the first with a valid, non-foreign entry.
966 if ((iter->flags & AppCacheEntry::FOREIGN) ||
1046 // Take the first with a valid, non-foreign entry.
1053 if ((entry_record.flags & AppCacheEntry::FOREIGN) ||
1099 database_->AddEntryFlags(entry_url_, cache_id_, AppCacheEntry::FOREIGN);
1588 entry->add_types(AppCacheEntry::FOREIGN);