jtl_foundation 212 chrome/browser/profile_resetter/automatic_profile_resetter_unittest.cc return jtl_foundation::Hasher(kTestHashSeed).GetHash(input); jtl_foundation 14 chrome/browser/profile_resetter/jtl_foundation.h namespace jtl_foundation { jtl_foundation 38 chrome/browser/profile_resetter/jtl_interpreter.cc ExecutionContext(const jtl_foundation::Hasher* hasher, jtl_foundation 95 chrome/browser/profile_resetter/jtl_interpreter.cc const jtl_foundation::Hasher* hasher_; jtl_foundation 475 chrome/browser/profile_resetter/jtl_interpreter.cc switch (static_cast<jtl_foundation::OpCodes>(op_code)) { jtl_foundation 476 chrome/browser/profile_resetter/jtl_interpreter.cc case jtl_foundation::NAVIGATE: { jtl_foundation 483 chrome/browser/profile_resetter/jtl_interpreter.cc case jtl_foundation::NAVIGATE_ANY: jtl_foundation 486 chrome/browser/profile_resetter/jtl_interpreter.cc case jtl_foundation::NAVIGATE_BACK: jtl_foundation 489 chrome/browser/profile_resetter/jtl_interpreter.cc case jtl_foundation::STORE_BOOL: { jtl_foundation 501 chrome/browser/profile_resetter/jtl_interpreter.cc case jtl_foundation::COMPARE_STORED_BOOL: { jtl_foundation 518 chrome/browser/profile_resetter/jtl_interpreter.cc case jtl_foundation::STORE_HASH: { jtl_foundation 530 chrome/browser/profile_resetter/jtl_interpreter.cc case jtl_foundation::COMPARE_STORED_HASH: { jtl_foundation 547 chrome/browser/profile_resetter/jtl_interpreter.cc case jtl_foundation::STORE_NODE_BOOL: { jtl_foundation 554 chrome/browser/profile_resetter/jtl_interpreter.cc case jtl_foundation::STORE_NODE_HASH: { jtl_foundation 561 chrome/browser/profile_resetter/jtl_interpreter.cc case jtl_foundation::STORE_NODE_REGISTERABLE_DOMAIN_HASH: { jtl_foundation 568 chrome/browser/profile_resetter/jtl_interpreter.cc case jtl_foundation::COMPARE_NODE_BOOL: { jtl_foundation 575 chrome/browser/profile_resetter/jtl_interpreter.cc case jtl_foundation::COMPARE_NODE_HASH: { jtl_foundation 582 chrome/browser/profile_resetter/jtl_interpreter.cc case jtl_foundation::COMPARE_NODE_HASH_NOT: { jtl_foundation 589 chrome/browser/profile_resetter/jtl_interpreter.cc case jtl_foundation::COMPARE_NODE_TO_STORED_BOOL: { jtl_foundation 596 chrome/browser/profile_resetter/jtl_interpreter.cc case jtl_foundation::COMPARE_NODE_TO_STORED_HASH: { jtl_foundation 603 chrome/browser/profile_resetter/jtl_interpreter.cc case jtl_foundation::COMPARE_NODE_SUBSTRING: { jtl_foundation 616 chrome/browser/profile_resetter/jtl_interpreter.cc case jtl_foundation::STOP_EXECUTING_SENTENCE: jtl_foundation 619 chrome/browser/profile_resetter/jtl_interpreter.cc case jtl_foundation::END_OF_SENTENCE: jtl_foundation 664 chrome/browser/profile_resetter/jtl_interpreter.cc if (next_instruction_index_ + jtl_foundation::kHashSizeInBytes > jtl_foundation 668 chrome/browser/profile_resetter/jtl_interpreter.cc jtl_foundation::kHashSizeInBytes); jtl_foundation 669 chrome/browser/profile_resetter/jtl_interpreter.cc next_instruction_index_ += jtl_foundation::kHashSizeInBytes; jtl_foundation 670 chrome/browser/profile_resetter/jtl_interpreter.cc DCHECK(jtl_foundation::Hasher::IsHash(*out)); jtl_foundation 710 chrome/browser/profile_resetter/jtl_interpreter.cc jtl_foundation::Hasher hasher(hasher_seed_); jtl_foundation 731 chrome/browser/profile_resetter/jtl_interpreter.cc jtl_foundation::Hasher(hasher_seed_).GetHash(unhashed_key); jtl_foundation 738 chrome/browser/profile_resetter/jtl_interpreter.cc jtl_foundation::Hasher(hasher_seed_).GetHash(unhashed_key); jtl_foundation 32 chrome/browser/profile_resetter/jtl_interpreter_unittest.cc return jtl_foundation::Hasher(seed).GetHash(input); jtl_foundation 15 chrome/tools/profile_reset/jtl_compiler.cc namespace jtl = jtl_foundation; jtl_foundation 168 chrome/tools/profile_reset/jtl_compiler.cc jtl_foundation::OpCodes op_code, jtl_foundation 22 chrome/tools/profile_reset/jtl_compiler_unittest.cc return jtl_foundation::Hasher(kTestHashSeed).GetHash(input);