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

  /external/chromium_org/chrome/browser/profiles/
profile_browsertest.cc 290 profile->SetExitType(Profile::EXIT_SESSION_ENDED);
295 profile->SetExitType(Profile::EXIT_NORMAL);
300 profile->SetExitType(Profile::EXIT_CRASHED);
off_the_record_profile_impl.h 70 virtual void SetExitType(ExitType exit_type) OVERRIDE;
profile.h 362 virtual void SetExitType(ExitType exit_type) = 0;
profile_impl.h 132 virtual void SetExitType(ExitType exit_type) OVERRIDE;
off_the_record_profile_impl.cc 405 void OffTheRecordProfileImpl::SetExitType(ExitType exit_type) {
profile_impl.cc 747 SetExitType(EXIT_NORMAL);
    [all...]
  /external/chromium_org/chrome/browser/ui/app_list/test/
fake_profile.cc 204 void FakeProfile::SetExitType(ExitType exit_type) {
fake_profile.h 99 virtual void SetExitType(ExitType exit_type) OVERRIDE;
  /external/chromium_org/chrome/browser/lifetime/
application_lifetime.cc 89 it->profile()->SetExitType(Profile::EXIT_NORMAL);
  /external/chromium_org/chrome/test/base/
testing_profile.h 293 virtual void SetExitType(ExitType exit_type) OVERRIDE {}
  /external/chromium_org/ui/views/controls/menu/
menu_controller.h 481 void SetExitType(ExitType type);
486 // Returns true if SetExitType() should quit the message loop.
menu_controller.cc 419 SetExitType(EXIT_NONE);
430 SetExitType(EXIT_ALL);
457 SetExitType(type);
748 SetExitType(EXIT_ALL);
    [all...]
  /external/chromium_org/chrome/browser/
browser_process_impl.cc 387 profiles[i]->SetExitType(Profile::EXIT_SESSION_ENDED);
    [all...]

Completed in 774 milliseconds