/external/chromium_org/chrome/browser/profile_resetter/ |
jtl_interpreter_unittest.cc | 64 base::ExpectDictBooleanValue(true, *interpreter.working_memory(), VAR_HASH_1); 73 base::ExpectDictBooleanValue(true, *interpreter.working_memory(), VAR_HASH_1); 82 EXPECT_FALSE(interpreter.working_memory()->HasKey(VAR_HASH_1)); 92 base::ExpectDictBooleanValue(true, *interpreter.working_memory(), VAR_HASH_1); 102 EXPECT_FALSE(interpreter.working_memory()->HasKey(VAR_HASH_1)); 116 base::ExpectDictBooleanValue(true, *interpreter.working_memory(), VAR_HASH_1); 130 base::ExpectDictBooleanValue(true, *interpreter.working_memory(), VAR_HASH_1); 146 base::ExpectDictBooleanValue(true, *interpreter.working_memory(), VAR_HASH_1); 157 base::ExpectDictBooleanValue(true, *interpreter.working_memory(), VAR_HASH_1); 158 base::ExpectDictStringValue(VALUE_HASH_1, *interpreter.working_memory(), [all...] |
jtl_interpreter.h | 38 const DictionaryValue* working_memory() const { function in class:JtlInterpreter
|
jtl_interpreter.cc | 40 DictionaryValue* working_memory) 44 working_memory_(working_memory), 89 DictionaryValue* working_memory() { return working_memory_; } function in class:__anon8176::ExecutionContext 200 context->working_memory()->Set(hashed_name_, value_->DeepCopy()); 225 if (!context->working_memory()->Get(hashed_name_, &actual_value)) 259 context->working_memory()->Set(hashed_name_, value.release()); 283 context->working_memory()->Set( 383 if (!context->working_memory()->Get(hashed_name_, &stored_value))
|