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

  /external/chromium_org/chrome/browser/favicon/
favicon_service.h 216 HistoryService* history_service_; member in class:FaviconService
  /external/chromium_org/chrome/browser/sync/glue/
history_model_worker.h 46 const base::WeakPtr<HistoryService> history_service_; member in class:browser_sync::HistoryModelWorker
bookmark_data_type_controller_unittest.cc 103 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/
chrome_bookmark_client.h 97 HistoryService* history_service_; member in class:ChromeBookmarkClient
  /external/chromium_org/chrome/browser/ui/cocoa/
history_menu_bridge.h 209 HistoryService* history_service_; // weak member in class:HistoryMenuBridge
  /external/chromium_org/chrome/browser/autocomplete/
history_quick_provider_unittest.cc 166 return history_service_->history_backend_.get();
174 HistoryService* history_service_; member in class:HistoryQuickProviderTest
188 history_service_ =
191 EXPECT_TRUE(history_service_);
    [all...]
history_url_provider_unittest.cc 219 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(),
    [all...]
  /external/chromium_org/chrome/browser/history/
in_memory_url_index_unittest.cc 134 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()));
    [all...]
history_service.cc 139 : 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
    [all...]
history_unittest.cc 1093 scoped_ptr<HistoryService> history_service_; member in class:history::HistoryTest
    [all...]
  /external/chromium_org/chrome/browser/sync/
profile_sync_service_typed_url_unittest.cc 241 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:__anon9414::ProfileSyncServiceTypedUrlTest
    [all...]
  /external/chromium_org/chrome/browser/browsing_data/
browsing_data_remover_unittest.cc 384 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
    [all...]

Completed in 1444 milliseconds