Searched defs:history_service_ (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/chrome/browser/favicon/
H A Dfavicon_service.h216 HistoryService* history_service_; member in class:FaviconService
/external/chromium_org/chrome/browser/sync/glue/
H A Dhistory_model_worker.h46 const base::WeakPtr<HistoryService> history_service_; member in class:browser_sync::HistoryModelWorker
H A Dbookmark_data_type_controller_unittest.cc103 history_service_ = static_cast<HistoryMock*>(
136 EXPECT_CALL(*history_service_,
171 HistoryMock* history_service_; member in class:SyncBookmarkDataTypeControllerTest
221 EXPECT_CALL(*history_service_,
229 testing::Mock::VerifyAndClearExpectations(history_service_);
230 EXPECT_CALL(*history_service_, BackendLoaded()).WillRepeatedly(Return(true));
252 EXPECT_CALL(*history_service_, BackendLoaded()).WillRepeatedly(Return(false));
313 EXPECT_CALL(*history_service_, BackendLoaded()).WillRepeatedly(Return(false));
/external/chromium_org/chrome/browser/bookmarks/
H A Dchrome_bookmark_client.h97 HistoryService* history_service_; member in class:ChromeBookmarkClient
/external/chromium_org/chrome/browser/ui/cocoa/
H A Dhistory_menu_bridge.h209 HistoryService* history_service_; // weak member in class:HistoryMenuBridge
/external/chromium_org/chrome/browser/autocomplete/
H A Dhistory_quick_provider_unittest.cc166 return history_service_->history_backend_.get();
174 HistoryService* history_service_; member in class:HistoryQuickProviderTest
188 history_service_ =
191 EXPECT_TRUE(history_service_);
H A Dhistory_url_provider_unittest.cc219 HistoryService* history_service_; member in class:HistoryURLProviderTest
246 history_service_ = HistoryServiceFactory::GetForProfile(
273 history_service_->AddPageWithDetails(
279 history_service_->AddPageWithDetails(
451 history_service_->AddPageWithDetails(GURL(test_cases[i].url),
464 history_service_->AddPage(GURL(test_cases[0].url), base::Time::Now(),
830 history_service_->AddPageWithDetails(GURL(test_cases[i].url),
/external/chromium_org/chrome/browser/history/
H A Dhistory_unittest.cc1002 history_service_.reset(new HistoryService);
1003 if (!history_service_->Init(history_dir_)) {
1004 history_service_.reset();
1010 if (history_service_)
1021 DCHECK(history_service_);
1023 history_service_->ClearCachedDataForContextID(0);
1024 history_service_->SetOnBackendDestroyTask(base::MessageLoop::QuitClosure());
1025 history_service_->Cleanup();
1026 history_service_.reset();
1039 history_service_
1093 scoped_ptr<HistoryService> history_service_; member in class:history::HistoryTest
[all...]
H A Din_memory_url_index_unittest.cc134 HistoryService* history_service_; member in class:history::InMemoryURLIndexTest
191 return GetPrivateData()->UpdateURL(history_service_,
210 history_service_ = HistoryServiceFactory::GetForProfile(
212 ASSERT_TRUE(history_service_);
213 HistoryBackend* backend = history_service_->history_backend_.get();
292 history_service_->history_client()));
451 history_service_->history_client()));
H A Dhistory_service.cc139 : history_service_(history_service),
148 base::Bind(&HistoryService::NotifyProfileError, history_service_,
157 base::Bind(&HistoryService::SetInMemoryBackend, history_service_,
166 &HistoryService::NotifyFaviconChanged, history_service_, urls));
182 history_service_, type, base::Passed(&details)));
188 base::Bind(&HistoryService::OnDBLoaded, history_service_));
196 history_service_, info));
200 const base::WeakPtr<HistoryService> history_service_; member in class:HistoryService::BackendDelegate
/external/chromium_org/chrome/browser/sync/
H A Dprofile_sync_service_typed_url_unittest.cc241 history_service_ = static_cast<HistoryServiceMock*>(
244 history_service_->set_task_runner(history_thread_->task_runner());
245 history_service_->set_backend(history_backend_);
249 EXPECT_CALL((*history_service_), Shutdown())
251 history_service_));
364 HistoryServiceMock* history_service_; member in class:__anon4789::ProfileSyncServiceTypedUrlTest
/external/chromium_org/chrome/browser/browsing_data/
H A Dbrowsing_data_remover_unittest.cc384 RemoveHistoryTester() : query_url_success_(false), history_service_(NULL) {}
389 history_service_ = HistoryServiceFactory::GetForProfile(
399 history_service_->QueryURL(
410 history_service_->AddPage(url, time, NULL, 0, GURL(),
430 HistoryService* history_service_; member in class:RemoveHistoryTester

Completed in 1491 milliseconds