GetUrlChain 115 chrome/browser/download/download_history.cc item->GetUrlChain(), GetUrlChain 409 chrome/browser/download/download_history_unittest.cc EXPECT_CALL(item(index), GetUrlChain()) GetUrlChain 324 chrome/browser/download/download_target_determiner_unittest.cc ON_CALL(*item, GetUrlChain()) GetUrlChain 159 chrome/browser/safe_browsing/download_protection_service.cc url_chain_(item.GetUrlChain()), GetUrlChain 287 chrome/browser/safe_browsing/download_protection_service.cc url_chain_(item->GetUrlChain()), GetUrlChain 393 chrome/browser/safe_browsing/download_protection_service.cc << item_->GetUrlChain().back() << ": success=" GetUrlChain 456 chrome/browser/safe_browsing/download_protection_service.cc if (item.GetUrlChain().empty()) { GetUrlChain 460 chrome/browser/safe_browsing/download_protection_service.cc const GURL& final_url = item.GetUrlChain().back(); GetUrlChain 670 chrome/browser/safe_browsing/download_protection_service.cc request.set_url(item_->GetUrlChain().back().spec()); GetUrlChain 673 chrome/browser/safe_browsing/download_protection_service.cc for (size_t i = 0; i < item_->GetUrlChain().size(); ++i) { GetUrlChain 675 chrome/browser/safe_browsing/download_protection_service.cc resource->set_url(item_->GetUrlChain()[i].spec()); GetUrlChain 676 chrome/browser/safe_browsing/download_protection_service.cc if (i == item_->GetUrlChain().size() - 1) { GetUrlChain 722 chrome/browser/safe_browsing/download_protection_service.cc << item_->GetUrlChain().back(); GetUrlChain 896 chrome/browser/safe_browsing/download_protection_service.cc DCHECK(!item.GetUrlChain().empty()); GetUrlChain 372 chrome/browser/safe_browsing/download_protection_service_unittest.cc EXPECT_CALL(item, GetUrlChain()).WillRepeatedly(ReturnRef(url_chain)); GetUrlChain 390 chrome/browser/safe_browsing/download_protection_service_unittest.cc EXPECT_CALL(item, GetUrlChain()).WillRepeatedly(ReturnRef(url_chain)); GetUrlChain 424 chrome/browser/safe_browsing/download_protection_service_unittest.cc EXPECT_CALL(item, GetUrlChain()).WillRepeatedly(ReturnRef(url_chain)); GetUrlChain 516 chrome/browser/safe_browsing/download_protection_service_unittest.cc EXPECT_CALL(item, GetUrlChain()).WillRepeatedly(ReturnRef(url_chain)); GetUrlChain 562 chrome/browser/safe_browsing/download_protection_service_unittest.cc EXPECT_CALL(item, GetUrlChain()).WillRepeatedly(ReturnRef(url_chain)); GetUrlChain 712 chrome/browser/safe_browsing/download_protection_service_unittest.cc EXPECT_CALL(item, GetUrlChain()).WillRepeatedly(ReturnRef(url_chain)); GetUrlChain 767 chrome/browser/safe_browsing/download_protection_service_unittest.cc EXPECT_CALL(item, GetUrlChain()).WillRepeatedly(ReturnRef(url_chain)); GetUrlChain 851 chrome/browser/safe_browsing/download_protection_service_unittest.cc EXPECT_CALL(item, GetUrlChain()).WillRepeatedly(ReturnRef(url_chain)); GetUrlChain 900 chrome/browser/safe_browsing/download_protection_service_unittest.cc EXPECT_CALL(item, GetUrlChain()).WillRepeatedly(ReturnRef(url_chain)); GetUrlChain 944 chrome/browser/safe_browsing/download_protection_service_unittest.cc EXPECT_CALL(item, GetUrlChain()).WillRepeatedly(ReturnRef(url_chain)); GetUrlChain 1033 chrome/browser/safe_browsing/download_protection_service_unittest.cc EXPECT_CALL(item, GetUrlChain()).WillRepeatedly(ReturnRef(url_chain)); GetUrlChain 1117 chrome/browser/safe_browsing/download_protection_service_unittest.cc EXPECT_CALL(item, GetUrlChain()).WillRepeatedly(ReturnRef(url_chain)); GetUrlChain 1283 chrome/browser/safe_browsing/download_protection_service_unittest.cc EXPECT_CALL(item, GetUrlChain()).WillRepeatedly(ReturnRef(url_chain)); GetUrlChain 1355 chrome/browser/safe_browsing/download_protection_service_unittest.cc EXPECT_CALL(item, GetUrlChain()).WillRepeatedly(ReturnRef(url_chain)); GetUrlChain 1401 chrome/browser/safe_browsing/download_protection_service_unittest.cc EXPECT_CALL(item, GetUrlChain()).WillRepeatedly(ReturnRef(url_chain)); GetUrlChain 111 content/browser/download/download_item_impl.h virtual const std::vector<GURL>& GetUrlChain() const OVERRIDE; GetUrlChain 130 content/browser/download/download_manager_impl_unittest.cc MOCK_CONST_METHOD0(GetUrlChain, const std::vector<GURL>&()); GetUrlChain 181 content/public/browser/download_item.h virtual const std::vector<GURL>& GetUrlChain() const = 0; GetUrlChain 41 content/public/test/mock_download_item.h MOCK_CONST_METHOD0(GetUrlChain, const std::vector<GURL>&());