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

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

Completed in 70 milliseconds