Searched refs:GetHash (Results 1 - 25 of 55) sorted by relevance

123

/external/chromium_org/third_party/WebKit/Source/bindings/v8/
H A DRetainedDOMInfo.h47 virtual intptr_t GetHash();
H A DRetainedDOMInfo.cpp64 intptr_t RetainedDOMInfo::GetHash() function in class:WebCore::RetainedDOMInfo
/external/chromium_org/content/browser/download/
H A Dsave_file.cc80 bool SaveFile::GetHash(std::string* hash) { function in class:content::SaveFile
81 return file_.GetHash(hash);
H A Ddownload_file.h71 virtual bool GetHash(std::string* hash) = 0;
H A Dsave_file.h38 bool GetHash(std::string* hash);
H A Dmock_download_file.h45 MOCK_METHOD1(GetHash, bool(std::string* hash));
H A Ddownload_file_impl.h64 virtual bool GetHash(std::string* hash) OVERRIDE;
H A Dbase_file_unittest.cc273 base_file_->GetHash(&hash);
316 EXPECT_FALSE(base_file_->GetHash(&hash));
338 base_file_->GetHash(&hash);
360 EXPECT_FALSE(base_file_->GetHash(&hash));
363 EXPECT_TRUE(base_file_->GetHash(&hash));
414 EXPECT_TRUE(second_file.GetHash(&hash));
516 EXPECT_FALSE(base_file_->GetHash(&hash));
H A Ddownload_file_impl.cc195 bool DownloadFileImpl::GetHash(std::string* hash) { function in class:content::DownloadFileImpl
196 return file_.GetHash(hash);
291 if (!GetHash(&hash) || file_.IsEmptyHash(hash))
H A Dbase_file.h89 virtual bool GetHash(std::string* hash);
/external/skia/tests/
H A DDynamicHashTest.cpp11 uint32_t GetHash(const int& key) { return key; } function in namespace:__anon25632
15 class Hash : public SkTDynamicHash<Entry, int, GetKey, GetHash, AreEqual> {
25 typedef SkTDynamicHash<Entry, int, GetKey, GetHash, AreEqual> INHERITED;
H A DHashCacheTest.cpp50 static uint32_t GetHash(const HashElement& entry) { function in class:HashKey
/external/chromium_org/tools/telemetry/telemetry/page/
H A Dcloud_storage.py103 if not os.path.exists(file_path) or GetHash(file_path) != expected_hash:
107 def GetHash(file_path): function
H A Dpage_set_archive_info.py15 f.write(cloud_storage.GetHash(file_path))
H A Dpage_set_archive_info_unittest.py60 self.assertEquals(cloud_storage.GetHash(file_path), f.read())
/external/chromium_org/tools/perf/page_sets/
H A DPRESUBMIT.py46 if cloud_storage.GetHash(file_path) != file_hash:
/external/chromium_org/content/public/test/
H A Dmock_download_item.h60 MOCK_CONST_METHOD0(GetHash, const std::string&());
/external/chromium_org/ppapi/generators/
H A Didl_node.py229 def GetHash(self, release): member in class:IDLNode
239 hashval.update(typeref.GetHash(release))
244 hashval.update( child.GetHash(release) )
/external/chromium_org/content/public/browser/
H A Ddownload_item.h229 virtual const std::string& GetHash() const = 0;
/external/chromium_org/v8/include/
H A Dv8-profiler.h530 virtual intptr_t GetHash() = 0;
/external/v8/include/
H A Dv8-profiler.h475 virtual intptr_t GetHash() = 0;
/external/chromium_org/chrome/browser/safe_browsing/
H A Ddownload_protection_service_unittest.cc422 EXPECT_CALL(item, GetHash()).WillRepeatedly(ReturnRef(hash));
464 EXPECT_CALL(item, GetHash()).WillRepeatedly(ReturnRef(hash));
608 EXPECT_CALL(item, GetHash()).WillRepeatedly(ReturnRef(hash));
657 EXPECT_CALL(item, GetHash()).WillRepeatedly(ReturnRef(hash));
738 EXPECT_CALL(item, GetHash()).WillRepeatedly(ReturnRef(hash));
784 EXPECT_CALL(item, GetHash()).WillRepeatedly(ReturnRef(hash));
822 EXPECT_CALL(item, GetHash()).WillRepeatedly(ReturnRef(hash));
899 EXPECT_CALL(item, GetHash()).WillRepeatedly(ReturnRef(hash));
959 EXPECT_CALL(item, GetHash()).WillRepeatedly(ReturnRef(hash));
1031 EXPECT_CALL(item, GetHash())
[all...]
/external/chromium/net/disk_cache/
H A Dentry_impl.h58 uint32 GetHash();
/external/chromium_org/net/disk_cache/
H A Dentry_impl.h65 uint32 GetHash();
/external/chromium_org/net/disk_cache/v3/
H A Dentry_impl_v3.h58 uint32 GetHash();

Completed in 427 milliseconds

123