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

  /external/chromium/chrome/browser/sync/glue/
history_model_worker.cc 40 : history_service_(history_service) {
49 history_service_->ScheduleDBTask(task.get(), this);
history_model_worker.h 51 scoped_refptr<HistoryService> history_service_; member in class:browser_sync::HistoryModelWorker
typed_url_data_type_controller.cc 85 history_service_ = history;
86 history_service_->ScheduleDBTask(new ControlTask(this, true), this);
102 history_service_ = profile_->GetHistoryServiceWithoutCreating();
103 DCHECK(history_service_.get());
104 history_service_->ScheduleDBTask(new ControlTask(this, true), this);
142 DCHECK(history_service_.get());
143 history_service_->ScheduleDBTask(new ControlTask(this, false), this);
typed_url_data_type_controller.h 109 scoped_refptr<HistoryService> history_service_; member in class:browser_sync::TypedUrlDataTypeController
  /external/chromium/chrome/browser/autocomplete/
extension_app_provider_unittest.cc 23 ExtensionAppProviderTest() : history_service_(NULL) { }
35 HistoryService* history_service_; member in class:ExtensionAppProviderTest
42 history_service_ = profile_->GetHistoryService(Profile::EXPLICIT_ACCESS);
56 history::URLDatabase* url_db = history_service_->InMemoryDatabase();
history_quick_provider_unittest.cc 91 history_service_ = profile_->GetHistoryService(Profile::EXPLICIT_ACCESS);
92 EXPECT_TRUE(history_service_);
116 HistoryService* history_service_; member in class:HistoryQuickProviderTest
129 history::URLDatabase* db = history_service_->InMemoryDatabase();
144 history_service_->AddPageWithDetails(current_url, UTF8ToUTF16(cur.title),
history_url_provider_unittest.cc 137 HistoryService* history_service_; member in class:HistoryURLProviderTest
156 history_service_ = profile_->GetHistoryService(Profile::EXPLICIT_ACCESS);
180 history_service_->AddPageWithDetails(current_url, UTF8ToUTF16(cur.title),
325 history_service_->AddPageWithDetails(GURL(redirect[i].url),
340 history_service_->AddPage(GURL(redirect[0].url), NULL, 0, GURL(),
  /external/chromium/chrome/browser/history/
history_unittest.cc 106 : history_service_(NULL),
162 if (history_service_)
172 DCHECK(history_service_.get());
174 history_service_->NotifyRenderProcessHostDestruction(0);
175 history_service_->SetOnBackendDestroyTask(new MessageLoop::QuitTask);
176 history_service_->Cleanup();
177 history_service_ = NULL;
252 scoped_refptr<HistoryService> history_service_; member in class:history::HistoryTest
385 history_service_ = history;
411 history_service_ = history
    [all...]
history.cc 72 : history_service_(history_service),
78 message_loop_->PostTask(FROM_HERE, NewRunnableMethod(history_service_.get(),
85 message_loop_->PostTask(FROM_HERE, NewRunnableMethod(history_service_.get(),
100 message_loop_->PostTask(FROM_HERE, NewRunnableMethod(history_service_.get(),
105 message_loop_->PostTask(FROM_HERE, NewRunnableMethod(history_service_.get(),
110 message_loop_->PostTask(FROM_HERE, NewRunnableMethod(history_service_.get(),
115 scoped_refptr<HistoryService> history_service_; member in class:HistoryService::BackendDelegate
  /external/chromium/chrome/browser/visitedlink/
visitedlink_unittest.cc 81 history_service_ = new HistoryService;
82 return history_service_->Init(history_dir_, NULL);
92 master_.reset(new VisitedLinkMaster(&listener_, history_service_,
104 if (history_service_.get()) {
105 history_service_->SetOnBackendDestroyTask(new MessageLoop::QuitTask);
106 history_service_->Cleanup();
107 history_service_ = NULL;
187 scoped_refptr<HistoryService> history_service_; member in class:VisitedLinkTest
374 history_service_->AddPage(TestURL(i), history::SOURCE_BROWSED);
  /external/chromium/chrome/browser/ui/cocoa/
history_menu_bridge.h 203 HistoryService* history_service_; // weak member in class:HistoryMenuBridge
  /external/chromium/chrome/browser/sync/
profile_sync_service_typed_url_unittest.cc 135 history_service_ = new HistoryServiceMock();
136 EXPECT_CALL((*history_service_.get()), ScheduleDBTask(_, _))
148 history_service_ = NULL;
179 WillRepeatedly(Return(history_service_.get()));
185 WillRepeatedly(Return(history_service_.get()));
287 scoped_refptr<HistoryServiceMock> history_service_; member in class:ProfileSyncServiceTypedUrlTest
  /external/chromium/chrome/browser/profiles/
profile_impl.cc 628 if (history_service_.get())
629 history_service_->Cleanup();
644 history_service_ = NULL;
    [all...]
profile_impl.h 245 scoped_refptr<HistoryService> history_service_; member in class:ProfileImpl

Completed in 239 milliseconds