HomeSort by relevance Sort by last modified time
    Searched refs:GetAllTypedURLs (Results 1 - 4 of 4) sorted by null

  /external/chromium/chrome/browser/sync/
profile_sync_service_typed_url_unittest.cc 78 MOCK_METHOD1(GetAllTypedURLs, bool(std::vector<history::URLRow>* entries));
313 EXPECT_CALL((*history_backend_.get()), GetAllTypedURLs(_)).
329 EXPECT_CALL((*history_backend_.get()), GetAllTypedURLs(_)).
352 EXPECT_CALL((*history_backend_.get()), GetAllTypedURLs(_)).
397 EXPECT_CALL((*history_backend_.get()), GetAllTypedURLs(_)).
425 EXPECT_CALL((*history_backend_.get()), GetAllTypedURLs(_)).
454 EXPECT_CALL((*history_backend_.get()), GetAllTypedURLs(_)).
493 EXPECT_CALL((*history_backend_.get()), GetAllTypedURLs(_)).
528 EXPECT_CALL((*history_backend_.get()), GetAllTypedURLs(_)).
  /external/chromium/chrome/browser/history/
history_backend.h 275 virtual bool GetAllTypedURLs(std::vector<history::URLRow>* urls);
history_backend.cc     [all...]
  /external/chromium/chrome/browser/sync/glue/
typed_url_model_associator.cc 38 if (!history_backend_->GetAllTypedURLs(&typed_urls)) {

Completed in 637 milliseconds