Searched refs:GetAllTypedURLs (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/chrome/browser/sync/
H A Dprofile_sync_service_typed_url_unittest.cc94 MOCK_METHOD1(GetAllTypedURLs, bool(history::URLRows* entries));
383 EXPECT_CALL((*history_backend_.get()), GetAllTypedURLs(_)).
401 EXPECT_CALL((*history_backend_.get()), GetAllTypedURLs(_)).
425 EXPECT_CALL((*history_backend_.get()), GetAllTypedURLs(_)).
451 EXPECT_CALL((*history_backend_.get()), GetAllTypedURLs(_)).
475 EXPECT_CALL((*history_backend_.get()), GetAllTypedURLs(_)).
513 EXPECT_CALL((*history_backend_.get()), GetAllTypedURLs(_)).
537 EXPECT_CALL((*history_backend_.get()), GetAllTypedURLs(_)).
569 EXPECT_CALL((*history_backend_.get()), GetAllTypedURLs(_)).
599 EXPECT_CALL((*history_backend_.get()), GetAllTypedURLs(
[all...]
/external/chromium_org/chrome/browser/ui/sync/
H A Dprofile_signin_confirmation_helper.cc48 backend->GetAllTypedURLs(&rows);
/external/chromium_org/chrome/browser/sync/test/integration/
H A Dtyped_urls_helper.cc52 backend->GetAllTypedURLs(rows_);
/external/chromium_org/chrome/browser/history/
H A Dhistory_backend.h400 virtual bool GetAllTypedURLs(URLRows* urls);
H A Dhistory_backend.cc978 bool HistoryBackend::GetAllTypedURLs(URLRows* urls) { function in class:history::HistoryBackend
/external/chromium_org/chrome/browser/sync/glue/
H A Dtyped_url_model_associator.cc188 history_backend_ && history_backend_->GetAllTypedURLs(&typed_urls);

Completed in 1644 milliseconds