Home
last modified time | relevance | path

Searched defs:exit_type (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/chrome/browser/ui/app_list/test/
Dfake_profile.cc200 void FakeProfile::SetExitType(ExitType exit_type) { in SetExitType()
/external/chromium_org/chrome/test/base/
Dtesting_profile.h310 virtual void SetExitType(ExitType exit_type) OVERRIDE {} in SetExitType()
/external/chromium_org/ui/views/controls/menu/
Dmenu_controller.h99 ExitType exit_type() const { return exit_type_; } in exit_type() function
Dmenu_controller.cc926 ExitType exit_type = EXIT_ALL; in SetSelectionOnPointerDown() local
/external/chromium_org/chrome/browser/profiles/
Doff_the_record_profile_impl.cc387 void OffTheRecordProfileImpl::SetExitType(ExitType exit_type) { in SetExitType()
Dprofile_impl.cc828 void ProfileImpl::SetExitType(ExitType exit_type) { in SetExitType()
/external/chromium_org/chrome/test/ui/
Dui_test.cc688 std::string exit_type; in TerminateBrowser() local
/external/chromium_org/chrome/browser/sessions/
Dpersistent_tab_restore_service.cc341 Profile::ExitType exit_type = profile()->GetLastSessionExitType(); in LoadTabsFromLastSession() local