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

  /external/chromium/chrome/browser/
browser_shutdown.cc 76 local_state->RegisterIntegerPref(prefs::kShutdownType, NOT_VALID);
156 prefs->SetInteger(prefs::kShutdownType, shutdown_type_);
310 static_cast<ShutdownType>(prefs->GetInteger(prefs::kShutdownType));
314 prefs->SetInteger(prefs::kShutdownType, NOT_VALID);
  /external/chromium_org/chrome/browser/
browser_shutdown.cc 80 registry->RegisterIntegerPref(prefs::kShutdownType, NOT_VALID);
142 prefs->SetInteger(prefs::kShutdownType, shutdown_type_);
305 static_cast<ShutdownType>(prefs->GetInteger(prefs::kShutdownType));
309 prefs->SetInteger(prefs::kShutdownType, NOT_VALID);
  /external/chromium/chrome/common/
pref_names.cc     [all...]
pref_names.h 345 extern const char kShutdownType[];
  /external/chromium_org/chrome/common/
pref_names.cc     [all...]
pref_names.h 576 extern const char kShutdownType[];
    [all...]

Completed in 316 milliseconds