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

  /external/chromium_org/chrome/browser/profile_resetter/
jtl_interpreter_unittest.cc 69 OP_NAVIGATE(KEY_HASH_1) +
78 OP_NAVIGATE(KEY_HASH_2) +
87 OP_NAVIGATE(KEY_HASH_1) +
88 OP_NAVIGATE(KEY_HASH_2) +
97 OP_NAVIGATE(KEY_HASH_1) +
98 OP_NAVIGATE(KEY_HASH_2) +
107 OP_NAVIGATE(KEY_HASH_1) +
109 OP_NAVIGATE(KEY_HASH_4) +
121 OP_NAVIGATE(KEY_HASH_1) +
123 OP_NAVIGATE(KEY_HASH_4)
    [all...]
automatic_profile_resetter_unittest.cc 261 bytecode += OP_NAVIGATE(GetHash("memento_value_in_prefs"));
266 bytecode += OP_NAVIGATE(GetHash("memento_value_in_local_state"));
271 bytecode += OP_NAVIGATE(GetHash("memento_value_in_file"));
358 bytecode += OP_NAVIGATE(GetHash("preferences"));
359 bytecode += OP_NAVIGATE(GetHash("testing"));
360 bytecode += OP_NAVIGATE(GetHash("preference"));
365 bytecode += OP_NAVIGATE(GetHash("local_state"));
366 bytecode += OP_NAVIGATE(GetHash("testing"));
367 bytecode += OP_NAVIGATE(GetHash("preference"));
372 bytecode += OP_NAVIGATE(GetHash("preferences_iuc"))
    [all...]
jtl_instructions.h 15 #define OP_NAVIGATE(key) std::string(1, '\x00') + key
  /external/chromium_org/chrome/tools/profile_reset/
jtl_compiler_unittest.cc 45 {"go(\"foo\").", OP_NAVIGATE(GetHash("foo"))},
46 {"go(\"has whitespace\t\").", OP_NAVIGATE(GetHash("has whitespace\t"))},
97 OP_NAVIGATE(GetHash("foo")) +
98 OP_NAVIGATE(GetHash("bar")) +

Completed in 27 milliseconds