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

  /external/chromium_org/chrome/browser/safe_browsing/
download_protection_service.cc 156 url_chain_(item.GetUrlChain()),
284 url_chain_(item->GetUrlChain()),
391 << item_->GetUrlChain().back() << ": success="
460 if (item.GetUrlChain().empty()) {
464 const GURL& final_url = item.GetUrlChain().back();
684 request.set_url(item_->GetUrlChain().back().spec());
687 for (size_t i = 0; i < item_->GetUrlChain().size(); ++i) {
689 resource->set_url(item_->GetUrlChain()[i].spec());
690 if (i == item_->GetUrlChain().size() - 1) {
736 << item_->GetUrlChain().back()
    [all...]
download_protection_service_unittest.cc 387 EXPECT_CALL(item, GetUrlChain()).WillRepeatedly(ReturnRef(url_chain));
403 EXPECT_CALL(item, GetUrlChain()).WillRepeatedly(ReturnRef(url_chain));
426 EXPECT_CALL(item, GetUrlChain()).WillRepeatedly(ReturnRef(url_chain));
458 EXPECT_CALL(item, GetUrlChain()).WillRepeatedly(ReturnRef(url_chain));
552 EXPECT_CALL(item, GetUrlChain()).WillRepeatedly(ReturnRef(url_chain));
596 EXPECT_CALL(item, GetUrlChain()).WillRepeatedly(ReturnRef(url_chain));
750 EXPECT_CALL(item, GetUrlChain()).WillRepeatedly(ReturnRef(url_chain));
803 EXPECT_CALL(item, GetUrlChain()).WillRepeatedly(ReturnRef(url_chain));
    [all...]
  /external/chromium_org/content/public/browser/
download_item.h 181 virtual const std::vector<GURL>& GetUrlChain() const = 0;
  /external/chromium_org/content/public/test/
mock_download_item.h 54 MOCK_CONST_METHOD0(GetUrlChain, const std::vector<GURL>&());
  /external/chromium_org/chrome/browser/download/
download_ui_controller_unittest.cc 210 EXPECT_CALL(*item, GetUrlChain())
download_history.cc 129 item->GetUrlChain(),
download_history_unittest.cc 429 EXPECT_CALL(item(index), GetUrlChain())
    [all...]
download_target_determiner_unittest.cc 324 ON_CALL(*item, GetUrlChain())
    [all...]
  /external/chromium_org/content/browser/download/
download_item_impl.h 113 virtual const std::vector<GURL>& GetUrlChain() const OVERRIDE;
download_manager_impl_unittest.cc 132 MOCK_CONST_METHOD0(GetUrlChain, const std::vector<GURL>&());
download_item_impl.cc 545 const std::vector<GURL>& DownloadItemImpl::GetUrlChain() const {
    [all...]

Completed in 227 milliseconds