Searched refs:history_service_ (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/chrome/browser/favicon/
H A Dfavicon_service.cc81 : history_service_(HistoryServiceFactory::GetForProfile(
102 if (history_service_) {
105 return history_service_->GetFavicons(
130 if (history_service_) {
136 return history_service_->GetFavicons(
148 if (history_service_) {
151 return history_service_->GetFavicons(
169 if (history_service_) {
170 return history_service_->UpdateFaviconMappingsAndFetch(
237 if (history_service_) {
[all...]
H A Dfavicon_service.h221 HistoryService* history_service_; member in class:FaviconService
/external/chromium_org/chrome/browser/history/
H A Dhistory_unittest.cc1011 history_service_.reset(new HistoryService);
1012 if (!history_service_->Init(history_dir_)) {
1013 history_service_.reset();
1019 if (history_service_)
1030 DCHECK(history_service_);
1032 history_service_->ClearCachedDataForContextID(0);
1033 history_service_->SetOnBackendDestroyTask(base::MessageLoop::QuitClosure());
1034 history_service_->Cleanup();
1035 history_service_.reset();
1048 history_service_
1108 scoped_ptr<HistoryService> history_service_; member in class:history::HistoryTest
[all...]
H A Dhistory_service.cc133 : history_service_(history_service),
142 base::Bind(&HistoryService::NotifyProfileError, history_service_,
151 base::Bind(&HistoryService::SetInMemoryBackend, history_service_,
168 history_service_, type, base::Passed(&details)));
174 base::Bind(&HistoryService::OnDBLoaded, history_service_));
182 history_service_, info));
186 const base::WeakPtr<HistoryService> history_service_; member in class:HistoryService::BackendDelegate
H A Din_memory_url_index_unittest.cc131 HistoryService* history_service_; member in class:history::InMemoryURLIndexTest
185 history_service_, row, url_index_->languages_,
201 history_service_ = HistoryServiceFactory::GetForProfile(
203 ASSERT_TRUE(history_service_);
204 HistoryBackend* backend = history_service_->history_backend_.get();
283 history_service_->history_client()));
442 history_service_->history_client()));
/external/chromium_org/chrome/browser/sync/glue/
H A Dhistory_model_worker.cc88 history_service_(history_service) {
93 CHECK(history_service_.get());
94 history_service_->ScheduleDBTask(
109 base::Bind(&PostWorkerTask, history_service_,
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/autocomplete/
H A Dextension_app_provider_unittest.cc30 history_service_(NULL) { }
43 HistoryService* history_service_; member in class:ExtensionAppProviderTest
50 history_service_ =
68 history::URLDatabase* url_db = history_service_->InMemoryDatabase();
H A Dhistory_url_provider_unittest.cc210 HistoryService* history_service_; member in class:HistoryURLProviderTest
237 history_service_ = HistoryServiceFactory::GetForProfile(
264 history_service_->AddPageWithDetails(
270 history_service_->AddPageWithDetails(
439 history_service_->AddPageWithDetails(GURL(test_cases[i].url),
452 history_service_->AddPage(GURL(test_cases[0].url), base::Time::Now(),
815 history_service_->AddPageWithDetails(GURL(test_cases[i].url),
H A Dhistory_quick_provider_unittest.cc154 return history_service_->history_backend_;
162 HistoryService* history_service_; member in class:HistoryQuickProviderTest
176 history_service_ =
179 EXPECT_TRUE(history_service_);
/external/chromium_org/chrome/browser/ui/cocoa/
H A Dhistory_menu_bridge.h211 HistoryService* history_service_; // weak member in class:HistoryMenuBridge
/external/chromium_org/chrome/browser/browsing_data/
H A Dbrowsing_data_remover_unittest.cc370 RemoveHistoryTester() : query_url_success_(false), history_service_(NULL) {}
375 history_service_ = HistoryServiceFactory::GetForProfile(
385 history_service_->QueryURL(
396 history_service_->AddPage(url, time, NULL, 0, GURL(),
416 HistoryService* history_service_; member in class:RemoveHistoryTester
/external/chromium_org/chrome/browser/sync/
H A Dprofile_sync_service_typed_url_unittest.cc227 history_service_ = static_cast<HistoryServiceMock*>(
230 EXPECT_CALL((*history_service_), ScheduleDBTask(_, _))
237 EXPECT_CALL((*history_service_), Shutdown())
239 history_service_));
352 HistoryServiceMock* history_service_; member in class:__anon4723::ProfileSyncServiceTypedUrlTest

Completed in 308 milliseconds