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

  /external/chromium_org/webkit/browser/appcache/
mock_appcache_storage_unittest.cc 309 GURL entry_url("http://blah/blah");
310 cache->AddEntry(entry_url, AppCacheEntry(AppCacheEntry::MASTER));
327 EXPECT_TRUE(cache->GetEntry(entry_url));
382 GURL entry_url("http://blah/entry");
385 cache->AddEntry(entry_url, AppCacheEntry(AppCacheEntry::EXPLICIT));
389 EXPECT_FALSE(cache->GetEntry(entry_url)->IsForeign());
390 storage->MarkEntryAsForeign(entry_url, cache_id);
391 EXPECT_TRUE(cache->GetEntry(entry_url)->IsForeign());
392 EXPECT_TRUE(cache->GetEntry(entry_url)->IsExplicit());
view_appcache_internals_job.cc 192 const GURL& manifest_url, const GURL& entry_url,
200 base::Base64Encode(entry_url.spec(), &entry_url_base64);
220 EmitAnchor(view_entry_url.spec(), entry_url.spec(), &anchor);
543 const GURL& entry_url,
546 manifest_url_(manifest_url), entry_url_(entry_url),
appcache_storage_impl.h 55 virtual void MarkEntryAsForeign(const GURL& entry_url,
mock_appcache_storage.cc 132 const GURL& entry_url, int64 cache_id) {
135 AppCacheEntry* entry = cache->GetEntry(entry_url);
appcache_database.h 124 bool AddEntryFlags(const GURL& entry_url, int64 cache_id,
appcache_storage.h 138 virtual void MarkEntryAsForeign(const GURL& entry_url, int64 cache_id) = 0;
mock_appcache_storage.h 48 virtual void MarkEntryAsForeign(const GURL& entry_url,
appcache_storage_impl.cc     [all...]
appcache_database.cc 645 const GURL& entry_url, int64 cache_id, int additional_flags) {
655 statement.BindString(2, entry_url.spec());
    [all...]
  /external/chromium_org/chrome/browser/sync_file_system/drive_backend_v1/
drive_file_sync_service_sync_unittest.cc 309 fileapi::FileSystemURL entry_url(
311 std::string title = DriveFileSyncService::PathToTitle(entry_url.path());
316 VerifyConsistencyForFolder(origin, entry_url.path(),
321 VerifyConsistencyForFile(origin, entry_url.path(),
  /external/chromium_org/chrome/browser/content_settings/
tab_specific_content_settings.cc 679 GURL entry_url; local
681 entry_url = entry->GetURL();
685 settings_details.ptr()->primary_pattern().Matches(entry_url)) {

Completed in 1137 milliseconds