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

  /external/chromium_org/content/browser/appcache/
appcache_entry.h 24 FOREIGN = 1 << 3,
47 bool IsForeign() const { return (types_ & FOREIGN) != 0; }
appcache_storage_impl.cc 485 cache->get()->GetEntry(*iter)->add_types(AppCacheEntry::FOREIGN);
    [all...]
appcache_database_unittest.cc 229 AppCacheEntry::FOREIGN));
232 EXPECT_EQ(AppCacheEntry::MASTER | AppCacheEntry::FOREIGN, found[0].flags);
256 AppCacheEntry::FOREIGN));
    [all...]
mock_appcache_storage.cc 138 entry->add_types(AppCacheEntry::FOREIGN);
355 // and foreign entries are excluded.
appcache_storage_impl_unittest.cc     [all...]
appcache_unittest.cc 156 const GURL kForeignExplicitEntryUrl("http://blah/foreign");
211 AppCacheEntry(AppCacheEntry::EXPLICIT | AppCacheEntry::FOREIGN,
mock_appcache_storage_unittest.cc 576 // foreign entry and an online namespace.
592 AppCacheEntry(AppCacheEntry::EXPLICIT | AppCacheEntry::FOREIGN,
603 // 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...]
  /build/tools/droiddoc/templates-sdk-dyn/assets/js/
android_3p-bundle.js     [all...]

Completed in 4623 milliseconds