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

  /external/chromium_org/content/public/browser/
download_item.h 194 virtual const std::string& GetETag() const = 0;
  /external/chromium_org/content/public/test/
mock_download_item.h 68 MOCK_CONST_METHOD0(GetETag, const std::string&());
  /external/chromium_org/chrome/browser/download/
download_ui_controller_unittest.cc 216 EXPECT_CALL(*item, GetETag()).WillRepeatedly(ReturnRefOfCopy(std::string()));
download_history.cc 135 item->GetETag(),
download_history_unittest.cc 438 EXPECT_CALL(item(index), GetETag()).WillRepeatedly(ReturnRefOfCopy(etag));
654 EXPECT_CALL(item(0), GetETag()).WillRepeatedly(ReturnRefOfCopy(new_etag));
    [all...]
download_browsertest.cc     [all...]
  /external/chromium_org/content/browser/download/
download_item_impl.h 126 virtual const std::string& GetETag() const OVERRIDE;
download_item_impl.cc 599 const std::string& DownloadItemImpl::GetETag() const {
852 GetETag().c_str(),
    [all...]
download_manager_impl_unittest.cc 168 MOCK_CONST_METHOD0(GetETag, const std::string&());
download_browsertest.cc     [all...]

Completed in 1076 milliseconds