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

  /external/chromium_org/chrome/browser/profile_resetter/
jtl_interpreter.h 41 bool GetOutputBoolean(const std::string& unhashed_key, bool* output) const;
automatic_profile_resetter.cc 649 interpreter.GetOutputBoolean(kShouldPromptKey, &results->should_prompt);
650 interpreter.GetOutputBoolean(kHadPromptedAlreadyKey,
662 if (interpreter.GetOutputBoolean(mask_i_th_bit_key, &flag) && flag)
669 if (interpreter.GetOutputBoolean(mask_i_th_bit_key, &flag) && flag)
jtl_interpreter_unittest.cc 666 EXPECT_TRUE(interpreter.GetOutputBoolean("output1", &output1));
670 EXPECT_FALSE(interpreter.GetOutputBoolean("outputxx", &output1));
jtl_interpreter.cc 721 bool JtlInterpreter::GetOutputBoolean(const std::string& unhashed_key,

Completed in 43 milliseconds