GetETag          1936 chrome/browser/download/download_browsertest.cc   std::string etag = item->GetETag();
GetETag           119 chrome/browser/download/download_history.cc       item->GetETag(),
GetETag           417 chrome/browser/download/download_history_unittest.cc     EXPECT_CALL(item(index), GetETag()).WillRepeatedly(ReturnRefOfCopy(etag));
GetETag           581 chrome/browser/download/download_history_unittest.cc   EXPECT_CALL(item(0), GetETag()).WillRepeatedly(ReturnRefOfCopy(new_etag));
GetETag          1158 content/browser/download/download_browsertest.cc   EXPECT_EQ("BadPrecondition2", download->GetETag());
GetETag          1168 content/browser/download/download_browsertest.cc   EXPECT_EQ("BadPrecondition0", download->GetETag());
GetETag           848 content/browser/download/download_item_impl.cc         GetETag().c_str(),
GetETag          1712 content/browser/download/download_item_impl.cc   download_params->set_etag(GetETag());
GetETag           124 content/browser/download/download_item_impl.h   virtual const std::string& GetETag() const OVERRIDE;
GetETag           166 content/browser/download/download_manager_impl_unittest.cc   MOCK_CONST_METHOD0(GetETag, const std::string&());
GetETag           194 content/public/browser/download_item.h   virtual const std::string& GetETag() const = 0;
GetETag            55 content/public/test/mock_download_item.h   MOCK_CONST_METHOD0(GetETag, const std::string&());