HomeSort by relevance Sort by last modified time
    Searched defs:should_prompt (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/chrome/browser/chromeos/login/
app_launch_controller.cc 249 bool should_prompt; local
252 &should_prompt)) {
253 return should_prompt;
  /external/chromium_org/chrome/browser/chromeos/settings/
device_settings_provider.cc 315 bool should_prompt; local
316 if (value->GetAsBoolean(&should_prompt))
317 device_local_accounts->set_prompt_for_network_when_offline(should_prompt);
    [all...]
  /external/chromium_org/chrome/browser/profile_resetter/
automatic_profile_resetter.cc 64 const char kShouldPromptKey[] = "should_prompt";
353 : should_prompt(false),
362 bool should_prompt; member in struct:AutomaticProfileResetter::EvaluationResults
649 interpreter.GetOutputBoolean(kShouldPromptKey, &results->should_prompt);
693 if (results->should_prompt)
696 if (results->should_prompt && !results->had_prompted_already) {

Completed in 2163 milliseconds