Searched refs:GetHash (Results 26 - 50 of 53) sorted by relevance

123

/external/chromium_org/content/public/browser/
H A Ddownload_item.h231 virtual const std::string& GetHash() const = 0;
/external/chromium_org/chrome/browser/component_updater/
H A Dwidevine_cdm_component_installer.cc251 virtual void GetHash(std::vector<uint8_t>* hash) const OVERRIDE;
312 void WidevineCdmComponentInstallerTraits::GetHash( function in class:component_updater::WidevineCdmComponentInstallerTraits
H A Dsw_reporter_installer_win.cc290 virtual void GetHash(std::vector<uint8_t>* hash) const { GetPkHash(hash); } function in class:component_updater::__anon3504::SwReporterInstallerTraits
/external/chromium_org/chrome/browser/safe_browsing/
H A Ddownload_protection_service_unittest.cc463 EXPECT_CALL(item, GetHash()).WillRepeatedly(ReturnRef(hash));
557 EXPECT_CALL(item, GetHash()).WillRepeatedly(ReturnRef(hash));
601 EXPECT_CALL(item, GetHash()).WillRepeatedly(ReturnRef(hash));
755 EXPECT_CALL(item, GetHash()).WillRepeatedly(ReturnRef(hash));
808 EXPECT_CALL(item, GetHash()).WillRepeatedly(ReturnRef(hash));
896 EXPECT_CALL(item, GetHash()).WillRepeatedly(ReturnRef(hash));
943 EXPECT_CALL(item, GetHash()).WillRepeatedly(ReturnRef(hash));
991 EXPECT_CALL(item, GetHash()).WillRepeatedly(ReturnRef(hash));
1036 EXPECT_CALL(item, GetHash()).WillRepeatedly(ReturnRef(hash));
1123 EXPECT_CALL(item, GetHash())
[all...]
H A Ddownload_protection_service.cc155 : sha256_hash_(item.GetHash()),
685 request.mutable_digests()->set_sha256(item_->GetHash());
/external/chromium_org/components/component_updater/
H A Ddefault_component_installer.cc214 installer_traits_->GetHash(&crx.pk_hash);
/external/chromium_org/net/disk_cache/blockfile/
H A Dentry_impl.h65 uint32 GetHash();
H A Dbackend_impl.cc780 uint32 hash = cache_entry->GetHash();
792 uint32 hash = entry->GetHash();
839 uint32 i = entry->GetHash() & mask_;
H A Dbackend_impl_v3.cc129 uint32 hash = entry->GetHash();
H A Dentry_impl_v3.cc308 uint32 EntryImplV3::GetHash() { function in class:disk_cache::EntryImplV3
H A Dentry_impl.cc402 uint32 EntryImpl::GetHash() { function in class:disk_cache::EntryImpl
/external/chromium_org/v8/include/
H A Dv8-profiler.h557 virtual intptr_t GetHash() = 0;
/external/chromium_org/content/browser/download/
H A Dbase_file.cc217 bool BaseFile::GetHash(std::string* hash) { function in class:content::BaseFile
H A Ddownload_item_impl.h133 virtual const std::string& GetHash() const OVERRIDE;
H A Ddownload_file_unittest.cc459 EXPECT_FALSE(download_file_->GetHash(&hash));
475 EXPECT_TRUE(download_file_->GetHash(&hash));
H A Ddownload_item_impl_unittest.cc959 EXPECT_EQ("", item->GetHash());
968 EXPECT_EQ("", item->GetHash());
976 EXPECT_EQ("livebeef", item->GetHash());
H A Ddownload_manager_impl_unittest.cc148 MOCK_CONST_METHOD0(GetHash, const std::string&());
H A Ddownload_item_impl.cc631 const std::string& DownloadItemImpl::GetHash() const { function in class:content::DownloadItemImpl
/external/chromium_org/chrome/browser/download/
H A Dchrome_download_manager_delegate_unittest.cc208 ON_CALL(*item, GetHash())
H A Ddownload_target_determiner_unittest.cc304 ON_CALL(*item, GetHash())
/external/chromium_org/v8/test/cctest/
H A Dtest-global-handles.cc67 virtual intptr_t GetHash() { return 0; } function in class:TestRetainedObjectInfo
H A Dtest-mark-compact.cc373 virtual intptr_t GetHash() { return 0; } function in class:TestRetainedObjectInfo
H A Dtest-heap-profiler.cc1407 return GetHash() == other->GetHash();
1409 virtual intptr_t GetHash() { return hash_; } function in class:__anon17406::TestRetainedObjectInfo
/external/chromium_org/v8/src/
H A Dheap-snapshot-generator.h491 return ComputeIntegerHash(static_cast<uint32_t>(info->GetHash()),
H A Dheap-snapshot-generator.cc697 SnapshotObjectId id = static_cast<SnapshotObjectId>(info->GetHash());
2447 return hash_ == other->GetHash() && !strcmp(label_, other->GetLabel());
2449 virtual intptr_t GetHash() { return hash_; } function in class:v8::internal::NativeGroupRetainedObjectInfo

Completed in 1993 milliseconds

123