Searched refs:GetUrlChain (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/chrome/browser/safe_browsing/
H A Ddownload_protection_service.cc157 url_chain_(item.GetUrlChain()),
285 url_chain_(item->GetUrlChain()),
389 << item_->GetUrlChain().back() << ": success="
452 if (item.GetUrlChain().empty()) {
456 const GURL& final_url = item.GetUrlChain().back();
632 request.set_url(item_->GetUrlChain().back().spec());
635 for (size_t i = 0; i < item_->GetUrlChain().size(); ++i) {
637 resource->set_url(item_->GetUrlChain()[i].spec());
638 if (i == item_->GetUrlChain().size() - 1) {
661 << item_->GetUrlChain()
[all...]
H A Ddownload_protection_service_unittest.cc336 EXPECT_CALL(item, GetUrlChain()).WillRepeatedly(ReturnRef(url_chain));
351 EXPECT_CALL(item, GetUrlChain()).WillRepeatedly(ReturnRef(url_chain));
374 EXPECT_CALL(item, GetUrlChain()).WillRepeatedly(ReturnRef(url_chain));
420 EXPECT_CALL(item, GetUrlChain()).WillRepeatedly(ReturnRef(url_chain));
462 EXPECT_CALL(item, GetUrlChain()).WillRepeatedly(ReturnRef(url_chain));
606 EXPECT_CALL(item, GetUrlChain()).WillRepeatedly(ReturnRef(url_chain));
655 EXPECT_CALL(item, GetUrlChain()).WillRepeatedly(ReturnRef(url_chain));
736 EXPECT_CALL(item, GetUrlChain()).WillRepeatedly(ReturnRef(url_chain));
782 EXPECT_CALL(item, GetUrlChain()).WillRepeatedly(ReturnRef(url_chain));
820 EXPECT_CALL(item, GetUrlChain())
[all...]
/external/chromium_org/content/public/test/
H A Dmock_download_item.h41 MOCK_CONST_METHOD0(GetUrlChain, const std::vector<GURL>&());
/external/chromium_org/content/public/browser/
H A Ddownload_item.h181 virtual const std::vector<GURL>& GetUrlChain() const = 0;
/external/chromium_org/content/browser/download/
H A Ddownload_item_impl.h111 virtual const std::vector<GURL>& GetUrlChain() const OVERRIDE;
H A Ddownload_manager_impl_unittest.cc130 MOCK_CONST_METHOD0(GetUrlChain, const std::vector<GURL>&());
H A Ddownload_item_impl.cc525 const std::vector<GURL>& DownloadItemImpl::GetUrlChain() const { function in class:content::DownloadItemImpl
/external/chromium_org/chrome/browser/download/
H A Ddownload_history.cc115 item->GetUrlChain(),
H A Ddownload_history_unittest.cc415 EXPECT_CALL(item(index), GetUrlChain())
H A Ddownload_target_determiner_unittest.cc312 ON_CALL(*item, GetUrlChain())

Completed in 159 milliseconds