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

  /external/chromium_org/chrome/browser/sync/
profile_sync_service_typed_url_unittest.cc 190 history_backend_ = new HistoryBackendMock();
196 history_backend_.get()));
234 history_backend_.get(),
285 EXPECT_CALL((*history_backend_.get()), SetPageTitle(_, _)).Times(0);
286 EXPECT_CALL((*history_backend_.get()), UpdateURL(_, _)).Times(0);
287 EXPECT_CALL((*history_backend_.get()), GetURL(_, _)).Times(0);
288 EXPECT_CALL((*history_backend_.get()), DeleteURL(_)).Times(0);
326 scoped_refptr<HistoryBackendMock> history_backend_; member in class:__anon8248::ProfileSyncServiceTypedUrlTest
346 EXPECT_CALL((*history_backend_.get()), GetAllTypedURLs(_)).
364 EXPECT_CALL((*history_backend_.get()), GetAllTypedURLs(_))
    [all...]
  /external/chromium/chrome/browser/sync/
profile_sync_service_typed_url_unittest.cc 134 history_backend_ = new HistoryBackendMock();
138 history_backend_.get()));
147 history_backend_ = NULL;
173 history_backend_.get(),
244 EXPECT_CALL((*history_backend_.get()), SetPageTitle(_, _)).Times(0);
245 EXPECT_CALL((*history_backend_.get()), UpdateURL(_, _)).Times(0);
246 EXPECT_CALL((*history_backend_.get()), GetURL(_, _)).Times(0);
247 EXPECT_CALL((*history_backend_.get()), DeleteURL(_)).Times(0);
286 scoped_refptr<HistoryBackendMock> history_backend_; member in class:ProfileSyncServiceTypedUrlTest
313 EXPECT_CALL((*history_backend_.get()), GetAllTypedURLs(_))
    [all...]
  /external/chromium/chrome/browser/sync/glue/
typed_url_change_processor.h 76 history::HistoryBackend* history_backend_; member in class:browser_sync::TypedUrlChangeProcessor
typed_url_model_associator.cc 23 history_backend_(history_backend),
27 DCHECK(history_backend_);
38 if (!history_backend_->GetAllTypedURLs(&typed_urls)) {
47 if (!history_backend_->GetVisitsForURL(ix->id(),
292 history_backend_->SetPageTitle(title->first, title->second);
296 history_backend_->AddPagesWithDetails(*new_urls, history::SOURCE_SYNCED);
301 if (!history_backend_->UpdateURL(url->first, url->second)) {
310 if (!history_backend_->AddVisits(visits->first, visits->second,
318 if (!history_backend_->RemoveVisits(*deleted_visits)) {
typed_url_change_processor.cc 26 history_backend_(history_backend),
72 if (!history_backend_->GetVisitsForURL(url->id(),
162 if (!history_backend_->GetVisitsForURL(details->row.id(), &visits) ||
211 history_backend_->DeleteURL(url);
263 if (!history_backend_->GetURL(url, &old_url)) {
270 if (!history_backend_->GetVisitsForURL(old_url.id(), &visits)) {
typed_url_model_associator.h 134 history::HistoryBackend* history_backend_; member in class:browser_sync::TypedUrlModelAssociator
  /external/chromium/chrome/browser/history/
history.h 706 NewRunnableMethod(history_backend_.get(), func,
722 NewRunnableMethod(history_backend_.get(), func,
850 scoped_refptr<history::HistoryBackend> history_backend_; member in class:HistoryService
    [all...]
history.cc 166 if (!history_backend_)
190 NewRunnableMethod(history_backend_.get(), &HistoryBackend::Closing);
191 history_backend_ = NULL;
776 if (!thread_ || history_backend_)
783 history_backend_.swap(backend);
history_backend.cc 130 : history_backend_(history_backend) {
136 history_backend_ = NULL;
140 if (history_backend_.get())
141 history_backend_->Commit();
149 scoped_refptr<HistoryBackend> history_backend_; member in class:history::CommitLaterTask
    [all...]
  /external/chromium_org/chrome/browser/history/
history_service.h 1060 scoped_refptr<history::HistoryBackend> history_backend_; member in class:HistoryService
    [all...]
history_service.cc 252 if (!history_backend_.get())
282 history_backend_->AddRef();
284 base::Bind(&HistoryBackend::Closing, history_backend_.get());
287 HistoryBackend* raw_ptr = history_backend_.get();
288 history_backend_ = NULL;
359 return history_backend_->GetTypedUrlSyncableService();
631 history_backend_.get(),
656 history_backend_.get(),
680 history_backend_.get(),
705 history_backend_.get()
    [all...]
typed_url_syncable_service.cc 65 : history_backend_(history_backend),
68 DCHECK(history_backend_);
414 CHECK(history_backend_);
415 if (!history_backend_->GetMostRecentVisitsForURL(
typed_url_syncable_service.h 124 HistoryBackend* const history_backend_; member in class:history::TypedUrlSyncableService
history_backend.cc 147 : history_backend_(history_backend) {
153 history_backend_ = NULL;
157 if (history_backend_.get())
158 history_backend_->Commit();
166 scoped_refptr<HistoryBackend> history_backend_; member in class:history::CommitLaterTask
    [all...]
in_memory_url_index_unittest.cc 197 HistoryBackend* backend = history_service_->history_backend_.get();
    [all...]
  /external/chromium_org/chrome/browser/sync/glue/
typed_url_change_processor.h 106 history::HistoryBackend* history_backend_; member in class:browser_sync::TypedUrlChangeProcessor
typed_url_model_associator.cc 66 history_backend_(history_backend),
73 // history_backend_ may be null for unit tests (since it's not mockable).
84 CHECK(history_backend_);
85 if (!history_backend_->GetMostRecentVisitsForURL(
139 if (!history_backend_->GetVisitsSource(visits, &map))
181 history_backend_ && history_backend_->GetAllTypedURLs(&typed_urls);
407 bool existing_url = history_backend_->GetURL(new_url.url(), &new_url);
445 if (!history_backend_->IsExpiredVisitTime(time)) {
511 history_backend_->AddPagesWithDetails(*new_urls, history::SOURCE_SYNCED)
    [all...]
typed_url_change_processor.cc 45 history_backend_(history_backend),
317 history_backend_->DeleteURLs(pending_deleted_urls_);
341 DCHECK(history_backend_);
typed_url_model_associator.h 188 history::HistoryBackend* history_backend_; member in class:browser_sync::TypedUrlModelAssociator
  /external/chromium_org/chrome/browser/autocomplete/
history_quick_provider_unittest.cc 167 history_service_->history_backend_->db());
183 sql::Connection& db(history_service_->history_backend_->db()->GetDB());
  /external/chromium_org/chrome/test/base/
testing_profile.cc 461 history_service->history_backend_->bookmark_service_ = bookmark_service;
462 history_service->history_backend_->expirer_.bookmark_service_ =
  /external/chromium_org/chrome/browser/history/android/
android_provider_backend_unittest.cc 189 scoped_refptr<HistoryBackend> history_backend_; member in class:history::AndroidProviderBackendTest
    [all...]

Completed in 1055 milliseconds