/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...] |