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

1 2

  /external/chromium_org/chrome/browser/history/
history_unittest.cc 917 history_service_.reset(new HistoryService);
918 if (!history_service_->Init(history_dir_, NULL)) {
919 history_service_.reset();
925 if (history_service_)
1013 scoped_ptr<HistoryService> history_service_; member in class:history::HistoryTest
    [all...]
history_service.cc 131 : history_service_(history_service),
141 base::Bind(&HistoryService::NotifyProfileError, history_service_,
151 base::Bind(&HistoryService::SetInMemoryBackend, history_service_,
168 history_service_, type, base::Owned(details)));
174 base::Bind(&HistoryService::OnDBLoaded, history_service_,
182 history_service_, backend_id));
190 history_service_, info));
194 const base::WeakPtr<HistoryService> history_service_; member in class:HistoryService::BackendDelegate
366 // (meaning if we invoked history_service_->Cleanup now, we would
369 // history to shutdown (history_service_->Cleanup to complete). In such
    [all...]
  /external/chromium_org/chrome/browser/favicon/
favicon_service.cc 51 : history_service_(history_service) {
70 if (history_service_) {
73 return history_service_->GetFavicons(
93 if (history_service_) {
99 return history_service_->GetFavicons(
113 if (history_service_) {
116 return history_service_->GetFavicons(
131 if (history_service_) {
132 return history_service_->UpdateFaviconMappingsAndFetch(
195 if (history_service_) {
    [all...]
favicon_service.h 239 HistoryService* history_service_; member in class:FaviconService
  /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_org/chrome/browser/sync/glue/
history_model_worker.h 46 const base::WeakPtr<HistoryService> history_service_; member in class:browser_sync::HistoryModelWorker
history_model_worker.cc 88 history_service_(history_service) {
93 CHECK(history_service_.get());
94 history_service_->ScheduleDBTask(
109 base::Bind(&PostWorkerTask, history_service_,
bookmark_data_type_controller_unittest.cc 85 history_service_ = static_cast<HistoryMock*>(
116 EXPECT_CALL(*history_service_,
153 HistoryMock* history_service_; member in class:SyncBookmarkDataTypeControllerTest
198 EXPECT_CALL(*history_service_,
206 testing::Mock::VerifyAndClearExpectations(history_service_);
207 EXPECT_CALL(*history_service_, BackendLoaded()).WillRepeatedly(Return(true));
229 EXPECT_CALL(*history_service_, BackendLoaded()).WillRepeatedly(Return(false));
290 EXPECT_CALL(*history_service_, BackendLoaded()).WillRepeatedly(Return(false));
  /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_org/chrome/browser/autocomplete/
extension_app_provider_unittest.cc 27 history_service_(NULL) { }
40 HistoryService* history_service_; member in class:ExtensionAppProviderTest
47 history_service_ =
65 history::URLDatabase* url_db = history_service_->InMemoryDatabase();
history_url_provider_unittest.cc 194 HistoryService* history_service_; member in class:HistoryURLProviderTest
220 history_service_ =
248 history_service_->AddPageWithDetails(current_url, UTF8ToUTF16(cur.title),
254 history_service_->AddPageWithDetails(
424 history_service_->AddPageWithDetails(GURL(test_cases[i].url),
437 history_service_->AddPage(GURL(test_cases[0].url), base::Time::Now(),
794 history_service_->AddPageWithDetails(GURL(test_cases[i].url),
    [all...]
history_quick_provider_unittest.cc 145 HistoryService* history_service_; member in class:HistoryQuickProviderTest
158 history_service_ =
161 EXPECT_TRUE(history_service_);
167 history_service_->history_backend_->db());
183 sql::Connection& db(history_service_->history_backend_->db()->GetDB());
  /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_org/chrome/browser/ui/cocoa/
history_menu_bridge.h 210 HistoryService* history_service_; // weak member in class:HistoryMenuBridge
  /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 587 milliseconds

1 2