Searched refs:entry_url (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/chrome/browser/
H A Dcustom_home_pages_table_model.h72 // |url| matches |entry_url| and notifies the observer of the change.
73 void OnGotTitle(const GURL& entry_url,
H A Dcustom_home_pages_table_model.cc236 void CustomHomePagesTableModel::OnGotTitle(const GURL& entry_url, argument
243 if (entries_[i].url == entry_url) {
/external/chromium_org/content/browser/appcache/
H A Dmock_appcache_storage_unittest.cc310 GURL entry_url("http://blah/blah");
311 cache->AddEntry(entry_url, AppCacheEntry(AppCacheEntry::MASTER));
328 EXPECT_TRUE(cache->GetEntry(entry_url));
383 GURL entry_url("http://blah/entry");
386 cache->AddEntry(entry_url, AppCacheEntry(AppCacheEntry::EXPLICIT));
390 EXPECT_FALSE(cache->GetEntry(entry_url)->IsForeign());
391 storage->MarkEntryAsForeign(entry_url, cache_id);
392 EXPECT_TRUE(cache->GetEntry(entry_url)->IsForeign());
393 EXPECT_TRUE(cache->GetEntry(entry_url)->IsExplicit());
H A Dview_appcache_internals_job.cc192 const GURL& manifest_url, const GURL& entry_url,
200 base::Base64Encode(entry_url.spec(), &entry_url_base64);
219 EmitAnchor(view_entry_url.spec(), entry_url.spec(), &anchor);
542 const GURL& entry_url,
545 manifest_url_(manifest_url), entry_url_(entry_url),
191 FormViewEntryAnchor(const GURL& base_url, const GURL& manifest_url, const GURL& entry_url, int64 response_id, int64 group_id) argument
537 ViewEntryJob( net::URLRequest* request, net::NetworkDelegate* network_delegate, AppCacheServiceImpl* service, const GURL& manifest_url, const GURL& entry_url, int64 response_id, int64 group_id) argument
H A Dmock_appcache_storage.cc132 const GURL& entry_url, int64 cache_id) {
135 AppCacheEntry* entry = cache->GetEntry(entry_url);
131 MarkEntryAsForeign( const GURL& entry_url, int64 cache_id) argument
H A Dappcache_database.h140 bool AddEntryFlags(const GURL& entry_url, int64 cache_id,
H A Dappcache_storage.h144 virtual void MarkEntryAsForeign(const GURL& entry_url, int64 cache_id) = 0;
H A Dappcache_storage_impl.h58 virtual void MarkEntryAsForeign(const GURL& entry_url,
H A Dmock_appcache_storage.h66 virtual void MarkEntryAsForeign(const GURL& entry_url,
H A Dappcache_storage_impl.cc1612 const GURL& entry_url, int64 cache_id) {
1615 AppCacheEntry* entry = cache->GetEntry(entry_url);
1621 new MarkEntryAsForeignTask(this, entry_url, cache_id));
1623 pending_foreign_markings_.push_back(std::make_pair(entry_url, cache_id));
1611 MarkEntryAsForeign( const GURL& entry_url, int64 cache_id) argument
H A Dappcache_database.cc644 const GURL& entry_url, int64 cache_id, int additional_flags) {
654 statement.BindString(2, entry_url.spec());
643 AddEntryFlags( const GURL& entry_url, int64 cache_id, int additional_flags) argument
/external/chromium_org/chrome/browser/content_settings/
H A Dtab_specific_content_settings.cc701 GURL entry_url; local
703 entry_url = entry->GetURL();
707 details.primary_pattern().Matches(entry_url)) {
/external/chromium_org/chrome/browser/sync_file_system/drive_backend/
H A Ddrive_backend_sync_unittest.cc471 storage::FileSystemURL entry_url(
474 storage::VirtualPath::BaseName(entry_url.path()).AsUTF8Unsafe();
482 VerifyConsistencyForFolder(app_id, entry_url.path(),
487 VerifyConsistencyForFile(app_id, entry_url.path(),

Completed in 558 milliseconds