HomeSort by relevance Sort by last modified time
    Searched refs:jtl_foundation (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/chrome/browser/profile_resetter/
jtl_interpreter.cc 12 #include "chrome/browser/profile_resetter/jtl_foundation.h"
37 ExecutionContext(const jtl_foundation::Hasher* hasher,
94 const jtl_foundation::Hasher* hasher_;
470 switch (static_cast<jtl_foundation::OpCodes>(op_code)) {
471 case jtl_foundation::NAVIGATE: {
478 case jtl_foundation::NAVIGATE_ANY:
481 case jtl_foundation::NAVIGATE_BACK:
484 case jtl_foundation::STORE_BOOL: {
496 case jtl_foundation::COMPARE_STORED_BOOL: {
512 case jtl_foundation::STORE_HASH:
    [all...]
jtl_foundation.cc 5 #include "chrome/browser/profile_resetter/jtl_foundation.h"
11 namespace jtl_foundation { namespace
48 } // namespace jtl_foundation
jtl_foundation.h 14 namespace jtl_foundation { namespace
187 } // namespace jtl_foundation
jtl_interpreter_unittest.cc 11 #include "chrome/browser/profile_resetter/jtl_foundation.h"
32 return jtl_foundation::Hasher(seed).GetHash(input);
automatic_profile_resetter_unittest.cc 21 #include "chrome/browser/profile_resetter/jtl_foundation.h"
212 return jtl_foundation::Hasher(kTestHashSeed).GetHash(input);
    [all...]
  /external/chromium_org/chrome/tools/profile_reset/
jtl_compiler.cc 12 #include "chrome/browser/profile_resetter/jtl_foundation.h"
15 namespace jtl = jtl_foundation;
167 jtl_foundation::OpCodes op_code,
jtl_compiler_unittest.cc 10 #include "chrome/browser/profile_resetter/jtl_foundation.h"
22 return jtl_foundation::Hasher(kTestHashSeed).GetHash(input);

Completed in 49 milliseconds