Home
last modified time | relevance | path

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

/external/chromium_org/chrome/test/base/
Dtesting_profile.h305 virtual void SetExitType(ExitType exit_type) OVERRIDE {} in SetExitType()
/external/chromium_org/chrome/browser/ui/app_list/test/
Dfake_profile.cc199 void FakeProfile::SetExitType(ExitType exit_type) { in SetExitType()
/external/chromium_org/ui/views/controls/menu/
Dmenu_controller_unittest.cc184 void DispatchEscapeAndExpect(MenuController::ExitType exit_type) { in DispatchEscapeAndExpect()
Dmenu_controller.h120 ExitType exit_type() const { return exit_type_; } in exit_type() function
Dmenu_controller.cc930 ExitType exit_type = EXIT_ALL; in SetSelectionOnPointerDown() local
/external/chromium_org/chrome/browser/profiles/
Doff_the_record_profile_impl.cc415 void OffTheRecordProfileImpl::SetExitType(ExitType exit_type) { in SetExitType()
Dprofile_browsertest.cc342 std::string exit_type; in GetExitTypePreferenceFromDisk() local
Dprofile_impl.cc981 void ProfileImpl::SetExitType(ExitType exit_type) { in SetExitType()
/external/chromium_org/chrome/browser/sessions/
Dpersistent_tab_restore_service.cc340 Profile::ExitType exit_type = profile()->GetLastSessionExitType(); in LoadTabsFromLastSession() local