GetOutputBoolean  652 chrome/browser/profile_resetter/automatic_profile_resetter.cc   interpreter.GetOutputBoolean(kShouldPromptKey, &results->should_prompt);
GetOutputBoolean  653 chrome/browser/profile_resetter/automatic_profile_resetter.cc   interpreter.GetOutputBoolean(kHadPromptedAlreadyKey,
GetOutputBoolean  665 chrome/browser/profile_resetter/automatic_profile_resetter.cc     if (interpreter.GetOutputBoolean(mask_i_th_bit_key, &flag) && flag)
GetOutputBoolean  672 chrome/browser/profile_resetter/automatic_profile_resetter.cc     if (interpreter.GetOutputBoolean(mask_i_th_bit_key, &flag) && flag)
GetOutputBoolean   41 chrome/browser/profile_resetter/jtl_interpreter.h   bool GetOutputBoolean(const std::string& unhashed_key, bool* output) const;
GetOutputBoolean  672 chrome/browser/profile_resetter/jtl_interpreter_unittest.cc   EXPECT_TRUE(interpreter.GetOutputBoolean("output1", &output1));
GetOutputBoolean  676 chrome/browser/profile_resetter/jtl_interpreter_unittest.cc   EXPECT_FALSE(interpreter.GetOutputBoolean("outputxx", &output1));