HomeSort by relevance Sort by last modified time
    Searched refs:GetHash (Results 1 - 25 of 55) sorted by null

1 2 3

  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
RetainedDOMInfo.h 47 virtual intptr_t GetHash();
RetainedDOMInfo.cpp 64 intptr_t RetainedDOMInfo::GetHash()
  /external/chromium_org/content/browser/download/
save_file.cc 80 bool SaveFile::GetHash(std::string* hash) {
81 return file_.GetHash(hash);
download_file.h 71 virtual bool GetHash(std::string* hash) = 0;
mock_download_file.h 45 MOCK_METHOD1(GetHash, bool(std::string* hash));
save_file.h 38 bool GetHash(std::string* hash);
download_file_impl.h 64 virtual bool GetHash(std::string* hash) OVERRIDE;
base_file.h 89 virtual bool GetHash(std::string* hash);
base_file_unittest.cc 273 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));
download_file_impl.cc 195 bool DownloadFileImpl::GetHash(std::string* hash) {
196 return file_.GetHash(hash);
291 if (!GetHash(&hash) || file_.IsEmptyHash(hash))
  /external/skia/tests/
DynamicHashTest.cpp 11 uint32_t GetHash(const int& key) { return key; }
15 class Hash : public SkTDynamicHash<Entry, int, GetKey, GetHash, AreEqual> {
25 typedef SkTDynamicHash<Entry, int, GetKey, GetHash, AreEqual> INHERITED;
HashCacheTest.cpp 40 uint32_t getHash() const { return fKey; }
50 static uint32_t GetHash(const HashElement& entry) {
  /external/chromium_org/tools/perf/page_sets/
PRESUBMIT.py 46 if cloud_storage.GetHash(file_path) != file_hash:
  /external/chromium_org/tools/telemetry/telemetry/page/
cloud_storage.py 103 if not os.path.exists(file_path) or GetHash(file_path) != expected_hash:
107 def GetHash(file_path):
page_set_archive_info_unittest.py 60 self.assertEquals(cloud_storage.GetHash(file_path), f.read())
page_set_archive_info.py 15 f.write(cloud_storage.GetHash(file_path))
  /external/chromium_org/content/public/browser/
download_item.h 229 virtual const std::string& GetHash() const = 0;
  /external/chromium_org/content/public/test/
mock_download_item.h 60 MOCK_CONST_METHOD0(GetHash, const std::string&());
  /external/chromium_org/net/disk_cache/v3/
entry_impl_v3.h 58 uint32 GetHash();
  /external/chromium_org/v8/include/
v8-profiler.h 530 virtual intptr_t GetHash() = 0;
  /external/v8/include/
v8-profiler.h 475 virtual intptr_t GetHash() = 0;
  /external/chromium_org/chrome/browser/safe_browsing/
download_protection_service_unittest.cc 422 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));
    [all...]
  /external/chromium_org/ppapi/generators/
idl_node.py 229 def GetHash(self, release):
239 hashval.update(typeref.GetHash(release))
244 hashval.update( child.GetHash(release) )
  /external/chromium/net/disk_cache/
entry_impl.h 58 uint32 GetHash();
  /external/chromium_org/net/disk_cache/
entry_impl.h 65 uint32 GetHash();

Completed in 850 milliseconds

1 2 3