Searched refs:working_memory (Results 1 – 3 of 3) sorted by relevance
/external/chromium_org/chrome/browser/profile_resetter/ |
D | jtl_interpreter_unittest.cc | 64 base::ExpectDictBooleanValue(true, *interpreter.working_memory(), VAR_HASH_1); in TEST() 73 base::ExpectDictBooleanValue(true, *interpreter.working_memory(), VAR_HASH_1); in TEST() 82 EXPECT_FALSE(interpreter.working_memory()->HasKey(VAR_HASH_1)); in TEST() 92 base::ExpectDictBooleanValue(true, *interpreter.working_memory(), VAR_HASH_1); in TEST() 102 EXPECT_FALSE(interpreter.working_memory()->HasKey(VAR_HASH_1)); in TEST() 116 base::ExpectDictBooleanValue(true, *interpreter.working_memory(), VAR_HASH_1); in TEST() 130 base::ExpectDictBooleanValue(true, *interpreter.working_memory(), VAR_HASH_1); in TEST() 146 base::ExpectDictBooleanValue(true, *interpreter.working_memory(), VAR_HASH_1); in TEST() 157 base::ExpectDictBooleanValue(true, *interpreter.working_memory(), VAR_HASH_1); in TEST() 158 base::ExpectDictStringValue(VALUE_HASH_1, *interpreter.working_memory(), in TEST() [all …]
|
D | jtl_interpreter.cc | 41 base::DictionaryValue* working_memory) in ExecutionContext() argument 45 working_memory_(working_memory), in ExecutionContext() 90 base::DictionaryValue* working_memory() { return working_memory_; } in working_memory() function in __anon18b3538d0111::ExecutionContext 203 context->working_memory()->Set(hashed_name_, value_->DeepCopy()); in Execute() 228 if (!context->working_memory()->Get(hashed_name_, &actual_value)) in Execute() 262 context->working_memory()->Set(hashed_name_, value.release()); in Execute() 287 context->working_memory()->Set( in Execute() 388 if (!context->working_memory()->Get(hashed_name_, &stored_value)) in Execute()
|
D | jtl_interpreter.h | 38 const base::DictionaryValue* working_memory() const { in working_memory() function
|