Searched refs:jtl_foundation (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/chrome/browser/profile_resetter/
H A Djtl_interpreter.cc12 #include "chrome/browser/profile_resetter/jtl_foundation.h"
38 ExecutionContext(const jtl_foundation::Hasher* hasher,
95 const jtl_foundation::Hasher* hasher_;
475 switch (static_cast<jtl_foundation::OpCodes>(op_code)) {
476 case jtl_foundation::NAVIGATE: {
483 case jtl_foundation::NAVIGATE_ANY:
486 case jtl_foundation::NAVIGATE_BACK:
489 case jtl_foundation::STORE_BOOL: {
501 case jtl_foundation::COMPARE_STORED_BOOL: {
518 case jtl_foundation
[all...]
H A Djtl_foundation.cc5 #include "chrome/browser/profile_resetter/jtl_foundation.h"
11 namespace jtl_foundation { namespace
48 } // namespace jtl_foundation
H A Djtl_foundation.h14 namespace jtl_foundation { namespace
191 } // namespace jtl_foundation
H A Djtl_interpreter_unittest.cc11 #include "chrome/browser/profile_resetter/jtl_foundation.h"
32 return jtl_foundation::Hasher(seed).GetHash(input);
H A Dautomatic_profile_resetter_unittest.cc21 #include "chrome/browser/profile_resetter/jtl_foundation.h"
212 return jtl_foundation::Hasher(kTestHashSeed).GetHash(input);
/external/chromium_org/chrome/tools/profile_reset/
H A Djtl_compiler.cc12 #include "chrome/browser/profile_resetter/jtl_foundation.h"
15 namespace jtl = jtl_foundation;
168 jtl_foundation::OpCodes op_code,
H A Djtl_compiler_unittest.cc10 #include "chrome/browser/profile_resetter/jtl_foundation.h"
22 return jtl_foundation::Hasher(kTestHashSeed).GetHash(input);

Completed in 5035 milliseconds