Searched defs:GetHash (Results 1 - 21 of 21) sorted by relevance

/external/chromium_org/chrome/browser/profile_resetter/
H A Djtl_foundation.cc20 std::string Hasher::GetHash(const std::string& input) const { function in class:jtl_foundation::Hasher
H A Djtl_interpreter_unittest.cc20 #define KEY_HASH_1 GetHash("KEY_HASH_1")
21 #define KEY_HASH_2 GetHash("KEY_HASH_2")
22 #define KEY_HASH_3 GetHash("KEY_HASH_3")
23 #define KEY_HASH_4 GetHash("KEY_HASH_4")
25 #define VALUE_HASH_1 GetHash("VALUE_HASH_1")
26 #define VALUE_HASH_2 GetHash("VALUE_HASH_2")
31 std::string GetHash(const std::string& input) { function in namespace:__anon4504
32 return jtl_foundation::Hasher(seed).GetHash(input);
257 { GetHash("1.2"), "{ 'KEY_HASH_1': 1.2 }", true },
258 { GetHash("1.
[all...]
H A Dautomatic_profile_resetter_unittest.cc211 std::string GetHash(const std::string& input) { function in namespace:__anon4501
212 return jtl_foundation::Hasher(kTestHashSeed).GetHash(input);
247 bytecode += OP_STORE_BOOL(GetHash("satisfied_criteria_mask_bit1"),
250 bytecode += OP_STORE_BOOL(GetHash("satisfied_criteria_mask_bit2"),
253 bytecode += OP_STORE_BOOL(GetHash("should_prompt"),
257 bytecode += OP_STORE_BOOL(GetHash("combined_status_mask_bit1"),
261 bytecode += OP_NAVIGATE(GetHash("memento_value_in_prefs"));
262 bytecode += OP_COMPARE_NODE_HASH(GetHash(kTestMementoValue));
263 bytecode += OP_STORE_BOOL(GetHash("combined_status_mask_bit2"), VALUE_TRUE);
264 bytecode += OP_STORE_BOOL(GetHash("had_prompted_alread
[all...]
H A Djtl_interpreter.cc67 std::string GetHash(const std::string& input) { function in class:__anon4503::ExecutionContext
68 return hasher_->GetHash(input);
84 *hash = GetHash(value_as_string);
126 if (context->GetHash(i.key()) != hashed_key_)
288 hashed_name_, new base::StringValue(context->GetHash(domain)));
435 if (window_sum == pattern_sum_ && context->GetHash(std::string(
731 jtl_foundation::Hasher(hasher_seed_).GetHash(unhashed_key);
738 jtl_foundation::Hasher(hasher_seed_).GetHash(unhashed_key);
/external/chromium_org/chrome/tools/profile_reset/
H A Djtl_compiler_unittest.cc21 std::string GetHash(const std::string& input) { function in namespace:__anon6004
22 return jtl_foundation::Hasher(kTestHashSeed).GetHash(input);
45 {"go(\"foo\").", OP_NAVIGATE(GetHash("foo"))},
46 {"go(\"has whitespace\t\").", OP_NAVIGATE(GetHash("has whitespace\t"))},
50 OP_STORE_BOOL(GetHash("name"), VALUE_TRUE)},
52 OP_COMPARE_STORED_BOOL(GetHash("name"), VALUE_TRUE, VALUE_FALSE)},
53 {"store_hash(\"name\", \"" + GetHash("value") + "\").",
54 OP_STORE_HASH(GetHash("name"), GetHash("value"))},
56 OP_STORE_HASH(GetHash("nam
[all...]
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DRetainedDOMInfo.cpp64 intptr_t RetainedDOMInfo::GetHash() function in class:blink::RetainedDOMInfo
/external/chromium_org/chrome/browser/component_updater/
H A Dcld_component_installer.cc99 void CldComponentInstallerTraits::GetHash(std::vector<uint8_t>* hash) const { function in class:component_updater::CldComponentInstallerTraits
H A Dev_whitelist_component_installer.cc106 void EVWhitelistComponentInstallerTraits::GetHash( function in class:component_updater::EVWhitelistComponentInstallerTraits
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/content/browser/download/
H A Dsave_file.cc79 bool SaveFile::GetHash(std::string* hash) { function in class:content::SaveFile
80 return file_.GetHash(hash);
H A Dbase_file.cc217 bool BaseFile::GetHash(std::string* hash) { function in class:content::BaseFile
H A Ddownload_file_impl.cc235 bool DownloadFileImpl::GetHash(std::string* hash) { function in class:content::DownloadFileImpl
236 return file_.GetHash(hash);
331 if (!GetHash(&hash) || file_.IsEmptyHash(hash))
H A Ddownload_item_impl.cc631 const std::string& DownloadItemImpl::GetHash() const { function in class:content::DownloadItemImpl
/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/net/disk_cache/blockfile/
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/src/
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
H A Dobjects.cc835 Object* Object::GetHash() { function in class:v8::internal::Object
857 Handle<Object> hash(object->GetHash(), isolate);
14591 // GetHash.
15265 Object* hash = key->GetHash();
15308 Object* hash = key->GetHash();
15493 Object* hash = key->GetHash();
15537 Object* hash = key->GetHash();

Completed in 1053 milliseconds