HomeSort by relevance Sort by last modified time
    Searched refs:HistoryBackend (Results 26 - 46 of 46) sorted by null

12

  /external/chromium_org/components/history/core/browser/
history_types.h 37 class HistoryBackend;
124 // used by HistoryBackend::AddVisits() to create new visits for a URL.
291 // QueryURLResult encapsulates the result of a call to HistoryBackend::QueryURL.
296 // Indicates whether the call to HistoryBackend::QueryURL was successfull
306 // HistoryBackend::GetVisibleVisitCountToHost.
308 // Indicates whether the call to HistoryBackend::GetVisibleVisitCountToHost
  /external/chromium_org/chrome/browser/sync/
profile_sync_service_typed_url_unittest.cc 68 using history::HistoryBackend;
88 class HistoryBackendMock : public HistoryBackend {
90 HistoryBackendMock() : HistoryBackend(base::FilePath(), NULL, NULL) {}
140 void set_backend(scoped_refptr<history::HistoryBackend> backend) {
152 scoped_refptr<history::HistoryBackend> backend_;
170 history::HistoryBackend* history_backend,
    [all...]
profile_sync_components_factory_impl.cc 692 history::HistoryBackend* history_backend,
  /external/chromium_org/chrome/browser/history/
in_memory_url_index.cc 70 HistoryBackend* backend,
typed_url_syncable_service.cc 64 HistoryBackend* history_backend)
history_unittest.cc 90 class BackendDelegate : public HistoryBackend::Delegate {
111 // HistoryBackend to work.
123 // Creates the HistoryBackend and HistoryDatabase on the current thread,
127 new HistoryBackend(history_dir_, new BackendDelegate(this), NULL);
131 "HistoryBackend::Init";
215 scoped_refptr<HistoryBackend> backend_;
    [all...]
history_browsertest.cc 46 virtual bool RunOnDBThread(history::HistoryBackend* backend,
url_index_private_data.cc 87 virtual bool RunOnDBThread(HistoryBackend* backend,
117 HistoryBackend* backend,
    [all...]
history_backend_unittest.cc 85 // This must be a separate object since HistoryBackend manages its lifetime.
87 class HistoryBackendTestDelegate : public HistoryBackend::Delegate {
164 scoped_refptr<HistoryBackend> backend_; // Will be NULL on init failure.
177 backend_ = new HistoryBackend(
    [all...]
in_memory_url_index_unittest.cc 213 HistoryBackend* backend = history_service_->history_backend_.get();
    [all...]
top_sites_impl_unittest.cc 79 virtual bool RunOnDBThread(HistoryBackend* backend,
    [all...]
  /external/chromium_org/chrome/browser/sync/glue/
typed_url_change_processor.cc 41 history::HistoryBackend* history_backend,
typed_url_model_associator.cc 62 history::HistoryBackend* history_backend,
  /external/chromium_org/chrome/browser/autocomplete/
history_url_provider.cc 655 history::HistoryBackend* backend,
725 void HistoryURLProvider::DoAutocomplete(history::HistoryBackend* backend,
    [all...]
history_quick_provider_unittest.cc 165 history::HistoryBackend* history_backend() {
    [all...]
  /external/chromium_org/chrome/browser/history/android/
android_provider_backend_unittest.cc 68 class AndroidProviderBackendDelegate : public HistoryBackend::Delegate {
203 scoped_refptr<HistoryBackend> history_backend_;
247 // Only use the HistoryBackend to generate the test data.
248 // HistoryBackend will shutdown after that.
250 scoped_refptr<HistoryBackend> history_backend;
251 history_backend = new HistoryBackend(
270 // HistoryBackend. We need to open the same database files.
384 // Only use the HistoryBackend to generate the test data.
385 // HistoryBackend will shutdown after that.
387 scoped_refptr<HistoryBackend> history_backend
    [all...]
  /external/chromium_org/chrome/browser/prerender/
prerender_local_predictor.cc 178 virtual bool RunOnDBThread(history::HistoryBackend* backend,
219 virtual bool RunOnDBThread(history::HistoryBackend* backend,
    [all...]
  /external/chromium_org/chrome/browser/sync/test/integration/
bookmarks_helper.cc 52 virtual bool RunOnDBThread(history::HistoryBackend* backend,
  /external/chromium_org/chrome/browser/ui/search/
instant_extended_interactive_uitest.cc 93 virtual bool RunOnDBThread(history::HistoryBackend* backend,
    [all...]
  /external/chromium_org/chrome/test/base/
testing_profile.cc 132 virtual bool RunOnDBThread(history::HistoryBackend* backend,
    [all...]
  /external/chromium_org/chrome/browser/predictors/
resource_prefetch_predictor.cc 120 virtual bool RunOnDBThread(history::HistoryBackend* backend,
    [all...]

Completed in 918 milliseconds

12