Home
last modified time | relevance | path

Searched refs:GetOutputString (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/profile_resetter/
Djtl_interpreter.h42 bool GetOutputString(const std::string& unhashed_key,
Dautomatic_profile_resetter.cc652 interpreter.GetOutputString(kMementoValueInPrefsKey, in EvaluateConditionsOnWorkerPoolThread()
654 interpreter.GetOutputString(kMementoValueInLocalStateKey, in EvaluateConditionsOnWorkerPoolThread()
656 interpreter.GetOutputString(kMementoValueInFileKey, in EvaluateConditionsOnWorkerPoolThread()
Djtl_interpreter_unittest.cc668 EXPECT_TRUE(interpreter.GetOutputString("output2", &output2)); in TEST()
671 EXPECT_FALSE(interpreter.GetOutputString("outputxx", &output2)); in TEST()
Djtl_interpreter.cc728 bool JtlInterpreter::GetOutputString(const std::string& unhashed_key, in GetOutputString() function in JtlInterpreter