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

  /external/chromium_org/webkit/browser/appcache/
appcache_entry.h 24 FOREIGN = 1 << 3,
47 bool IsForeign() const { return (types_ & FOREIGN) != 0; }
appcache_storage_impl.cc 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) |
    [all...]
appcache_database_unittest.cc 155 AppCacheEntry::FOREIGN));
158 EXPECT_EQ(AppCacheEntry::MASTER | AppCacheEntry::FOREIGN, found[0].flags);
182 AppCacheEntry::FOREIGN));
    [all...]
appcache_storage_impl_unittest.cc 772 EXPECT_EQ(AppCacheEntry::EXPLICIT | AppCacheEntry::FOREIGN,
800 // of that load, mark the entry as foreign.
817 EXPECT_EQ(AppCacheEntry::EXPLICIT | AppCacheEntry::FOREIGN,
    [all...]
mock_appcache_storage.cc 138 entry->add_types(AppCacheEntry::FOREIGN);
352 // and foreign entries are excluded.
appcache_unittest.cc 152 const GURL kForeignExplicitEntryUrl("http://blah/foreign");
207 AppCacheEntry(AppCacheEntry::EXPLICIT | AppCacheEntry::FOREIGN,
mock_appcache_storage_unittest.cc 574 // foreign entry and an online namespace.
590 AppCacheEntry(AppCacheEntry::EXPLICIT | AppCacheEntry::FOREIGN,
601 // We should not find anything for the foreign entry.
appcache_update_job_unittest.cc     [all...]
  /external/chromium_org/third_party/sqlite/src/src/
parse.y 351 tcons ::= FOREIGN KEY LP idxlist(FA) RP
    [all...]
  /build/tools/droiddoc/templates-sac/assets/js/
android_3p-bundle.js     [all...]
  /build/tools/droiddoc/templates-sdk/assets/js/
android_3p-bundle.js     [all...]

Completed in 783 milliseconds