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

  /external/chromium_org/content/browser/ssl/
ssl_manager.cc 89 (*i)->UpdateEntry(NavigationEntryImpl::FromNavigationEntry(
148 UpdateEntry(entry);
152 UpdateEntry(
162 UpdateEntry(navigation_entry);
207 void SSLManager::UpdateEntry(NavigationEntryImpl* entry) {
217 policy()->UpdateEntry(entry, contents);
ssl_manager.h 87 void UpdateEntry(NavigationEntryImpl* entry);
ssl_policy.h 41 void UpdateEntry(NavigationEntryImpl* entry,
ssl_policy.cc 116 void SSLPolicy::UpdateEntry(NavigationEntryImpl* entry,
  /external/chromium_org/chrome/browser/chromeos/drive/sync/
entry_update_performer_unittest.cc 63 TEST_F(EntryUpdatePerformerTest, UpdateEntry) {
100 performer_->UpdateEntry(
166 performer_->UpdateEntry(
189 performer_->UpdateEntry(
209 // The callback will be called upon completion of UpdateEntry().
211 performer_->UpdateEntry(
253 // The callback will be called upon completion of UpdateEntry().
255 performer_->UpdateEntry(
298 // And call UpdateEntry again.
303 performer_->UpdateEntry(
    [all...]
entry_update_performer.h 58 void UpdateEntry(const std::string& local_id,
65 // Part of UpdateEntry(). Called after local metadata look up.
71 // Part of UpdateEntry(). Called after UpdateResource is completed.
80 // Part of UpdateEntry(). Called after FinishUpdate is completed.
entry_update_performer.cc 217 void EntryUpdatePerformer::UpdateEntry(const std::string& local_id,
  /external/chromium_org/components/dom_distiller/core/
dom_distiller_store.h 43 virtual bool UpdateEntry(const ArticleEntry& entry) = 0;
100 virtual bool UpdateEntry(const ArticleEntry& entry) OVERRIDE;
dom_distiller_store_unittest.cc 293 EXPECT_FALSE(store_->UpdateEntry(GetSampleEntry(0)));
297 EXPECT_TRUE(store_->UpdateEntry(updated_entry));
305 EXPECT_FALSE(store_->UpdateEntry(updated_entry));
306 EXPECT_FALSE(store_->UpdateEntry(GetSampleEntry(0)));
dom_distiller_store.cc 93 bool DomDistillerStore::UpdateEntry(const ArticleEntry& entry) {
  /external/chromium_org/chrome/browser/chromeos/drive/
sync_client.cc 278 entry_update_performer_->UpdateEntry(
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
shdeprecated.h 137 virtual HRESULT WINAPI UpdateEntry(IUnknown *punk,WINBOOL fIsLocalAnchor) = 0;
155 HRESULT (WINAPI *UpdateEntry)(ITravelLog *This,IUnknown *punk,WINBOOL fIsLocalAnchor);
175 #define ITravelLog_UpdateEntry(This,punk,fIsLocalAnchor) (This)->lpVtbl->UpdateEntry(This,punk,fIsLocalAnchor)
    [all...]

Completed in 368 milliseconds