HomeSort by relevance Sort by last modified time
    Searched defs:GetHash (Results 1 - 20 of 20) sorted by null

  /external/chromium_org/chrome/browser/profile_resetter/
jtl_foundation.cc 20 std::string Hasher::GetHash(const std::string& input) const {
jtl_interpreter_unittest.cc 20 #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) {
32 return jtl_foundation::Hasher(seed).GetHash(input);
257 { GetHash("1.2"), "{ 'KEY_HASH_1': 1.2 }", true },
258 { GetHash("1.2"), "{ 'KEY_HASH_1': 'VALUE_HASH_1' }", false }
    [all...]
automatic_profile_resetter_unittest.cc 211 std::string GetHash(const std::string& input) {
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_already"), VALUE_TRUE)
    [all...]
jtl_interpreter.cc 67 std::string GetHash(const std::string& input) {
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/
jtl_compiler_unittest.cc 21 std::string GetHash(const std::string& input) {
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("name"), GetHash("value"))}
    [all...]
  /external/chromium_org/content/browser/download/
save_file.cc 79 bool SaveFile::GetHash(std::string* hash) {
80 return file_.GetHash(hash);
base_file.cc 214 bool BaseFile::GetHash(std::string* hash) {
download_file_impl.cc 192 bool DownloadFileImpl::GetHash(std::string* hash) {
193 return file_.GetHash(hash);
288 if (!GetHash(&hash) || file_.IsEmptyHash(hash))
download_item_impl.cc 631 const std::string& DownloadItemImpl::GetHash() const {
    [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
RetainedDOMInfo.cpp 64 intptr_t RetainedDOMInfo::GetHash()
  /external/chromium_org/chrome/browser/component_updater/
cld_component_installer.cc 100 void CldComponentInstallerTraits::GetHash(std::vector<uint8>* hash) const {
sw_reporter_installer_win.cc 157 virtual void GetHash(std::vector<uint8>* hash) const { GetPkHash(hash); }
widevine_cdm_component_installer.cc 250 virtual void GetHash(std::vector<uint8>* hash) const OVERRIDE;
311 void WidevineCdmComponentInstallerTraits::GetHash(
  /external/chromium_org/v8/test/cctest/
test-global-handles.cc 67 virtual intptr_t GetHash() { return 0; }
test-mark-compact.cc 372 virtual intptr_t GetHash() { return 0; }
test-heap-profiler.cc     [all...]
  /external/chromium_org/net/disk_cache/blockfile/
entry_impl.cc 402 uint32 EntryImpl::GetHash() {
    [all...]
entry_impl_v3.cc 308 uint32 EntryImplV3::GetHash() {
    [all...]
  /external/chromium_org/v8/src/
heap-snapshot-generator.cc 690 SnapshotObjectId id = static_cast<SnapshotObjectId>(info->GetHash());
    [all...]
objects.cc 910 Object* Object::GetHash() {
    [all...]

Completed in 6119 milliseconds