/external/chromium_org/content/browser/ssl/ |
H A D | ssl_manager.cc | 89 (*i)->UpdateEntry(NavigationEntryImpl::FromNavigationEntry( 148 UpdateEntry(entry); 152 UpdateEntry( 162 UpdateEntry(navigation_entry); 207 void SSLManager::UpdateEntry(NavigationEntryImpl* entry) { function in class:content::SSLManager 217 policy()->UpdateEntry(entry, contents);
|
H A D | ssl_policy.h | 41 void UpdateEntry(NavigationEntryImpl* entry,
|
H A D | ssl_manager.h | 87 void UpdateEntry(NavigationEntryImpl* entry);
|
H A D | ssl_policy.cc | 104 void SSLPolicy::UpdateEntry(NavigationEntryImpl* entry, function in class:content::SSLPolicy
|
/external/chromium_org/chrome/browser/chromeos/drive/sync/ |
H A D | entry_update_performer_unittest.cc | 32 TEST_F(EntryUpdatePerformerTest, UpdateEntry) { 69 performer_->UpdateEntry( 100 performer_->UpdateEntry(
|
H A D | entry_update_performer.h | 51 void UpdateEntry(const std::string& local_id, 55 // Part of UpdateEntry(). Called after local metadata look up. 61 // Part of UpdateEntry(). Called after UpdateResource is completed.
|
H A D | entry_update_performer.cc | 98 void EntryUpdatePerformer::UpdateEntry(const std::string& local_id, function in class:drive::internal::EntryUpdatePerformer
|
/external/chromium/chrome/browser/download/ |
H A D | download_history.h | 39 void UpdateEntry(DownloadItem* download_item);
|
H A D | download_history.cc | 68 void DownloadHistory::UpdateEntry(DownloadItem* download_item) { function in class:DownloadHistory
|
H A D | download_manager.cc | 106 download_history_->UpdateEntry(download); 532 download_history_->UpdateEntry(download); 650 download_history_->UpdateEntry(download); 660 download_history_->UpdateEntry(download); 708 download_history_->UpdateEntry(download); 759 download_history_->UpdateEntry(download); 1071 download_history_->UpdateEntry(download);
|
/external/chromium/chrome/browser/ssl/ |
H A D | ssl_policy.h | 40 void UpdateEntry(NavigationEntry* entry, TabContents* tab_contents);
|
H A D | ssl_blocking_page.h | 64 virtual void UpdateEntry(NavigationEntry* entry);
|
H A D | ssl_manager.cc | 161 UpdateEntry(entry); 246 UpdateEntry(controller_->GetActiveEntry()); 249 void SSLManager::UpdateEntry(NavigationEntry* entry) { function in class:SSLManager 257 policy()->UpdateEntry(entry, controller_->tab_contents());
|
H A D | ssl_manager.h | 114 void UpdateEntry(NavigationEntry* entry);
|
H A D | ssl_blocking_page.cc | 101 void SSLBlockingPage::UpdateEntry(NavigationEntry* entry) { function in class:SSLBlockingPage
|
H A D | ssl_policy.cc | 110 void SSLPolicy::UpdateEntry(NavigationEntry* entry, TabContents* tab_contents) { function in class:SSLPolicy
|
/external/chromium_org/chrome/browser/sync_file_system/drive_backend_v1/ |
H A D | drive_metadata_store_unittest.cc | 163 SyncStatusCode UpdateEntry(const fileapi::FileSystemURL& url, function in class:sync_file_system::DriveMetadataStoreTest 166 drive_metadata_store_->UpdateEntry( 311 EXPECT_EQ(SYNC_STATUS_OK, UpdateEntry(url, metadata)); 347 EXPECT_EQ(SYNC_STATUS_OK, UpdateEntry( 351 EXPECT_EQ(SYNC_STATUS_OK, UpdateEntry( 355 EXPECT_EQ(SYNC_STATUS_OK, UpdateEntry( 382 EXPECT_EQ(SYNC_STATUS_OK, UpdateEntry( 386 EXPECT_EQ(SYNC_STATUS_OK, UpdateEntry( 390 EXPECT_EQ(SYNC_STATUS_OK, UpdateEntry( 488 EXPECT_EQ(SYNC_STATUS_OK, UpdateEntry( [all...] |
H A D | remote_sync_delegate.cc | 177 metadata_store()->UpdateEntry( 293 metadata_store()->UpdateEntry( 360 metadata_store()->UpdateEntry( 371 metadata_store()->UpdateEntry( 419 metadata_store()->UpdateEntry(url(), drive_metadata_,
|
H A D | drive_metadata_store.h | 70 void UpdateEntry(const fileapi::FileSystemURL& url,
|
H A D | local_sync_delegate.cc | 413 metadata_store()->UpdateEntry(url_, drive_metadata_, callback); 423 metadata_store()->UpdateEntry(url_, drive_metadata_, callback); 434 metadata_store()->UpdateEntry(url_, drive_metadata_, callback);
|
H A D | drive_file_sync_service.cc | 926 metadata_store_->UpdateEntry(url, metadata, 1088 metadata_store_->UpdateEntry(url, metadata, 1123 metadata_store_->UpdateEntry(
|
/external/chromium_org/components/dom_distiller/core/ |
H A D | dom_distiller_store.h | 43 virtual bool UpdateEntry(const ArticleEntry& entry) = 0; 96 virtual bool UpdateEntry(const ArticleEntry& entry) OVERRIDE;
|
H A D | dom_distiller_service.cc | 145 store_->UpdateEntry(entry);
|
H A D | dom_distiller_store_unittest.cc | 288 EXPECT_FALSE(store_->UpdateEntry(GetSampleEntry(0))); 292 EXPECT_TRUE(store_->UpdateEntry(updated_entry)); 300 EXPECT_FALSE(store_->UpdateEntry(updated_entry)); 301 EXPECT_FALSE(store_->UpdateEntry(GetSampleEntry(0)));
|
H A D | dom_distiller_store.cc | 96 bool DomDistillerStore::UpdateEntry(const ArticleEntry& entry) { function in class:dom_distiller::DomDistillerStore
|