Searched refs:ExitType (Results 1 - 17 of 17) sorted by relevance

/external/chromium_org/ui/views/controls/menu/
H A Dmenu_controller.h62 enum ExitType { enum in class:views::MenuController
111 // Cancels the current Run. See ExitType for a description of what happens
113 void Cancel(ExitType type);
120 ExitType exit_type() const { return exit_type_; }
502 void SetExitType(ExitType type);
530 ExitType exit_type_;
H A Dmenu_controller_unittest.cc184 void DispatchEscapeAndExpect(MenuController::ExitType exit_type) {
H A Dmenu_controller.cc447 void MenuController::Cancel(ExitType type) {
930 ExitType exit_type = EXIT_ALL;
2256 void MenuController::SetExitType(ExitType type) {
/external/chromium_org/chrome/browser/profiles/
H A Doff_the_record_profile_impl.h69 virtual void SetExitType(ExitType exit_type) OVERRIDE;
70 virtual ExitType GetLastSessionExitType() OVERRIDE;
H A Dprofile.h119 enum ExitType { enum in class:Profile
342 // Sets the ExitType for the profile. This may be invoked multiple times
350 virtual void SetExitType(ExitType exit_type) = 0;
353 virtual ExitType GetLastSessionExitType() = 0;
H A Dprofile_impl.h138 virtual void SetExitType(ExitType exit_type) OVERRIDE;
139 virtual ExitType GetLastSessionExitType() OVERRIDE;
256 ExitType last_session_exit_type_;
H A Doff_the_record_profile_impl.cc415 void OffTheRecordProfileImpl::SetExitType(ExitType exit_type) {
436 Profile::ExitType OffTheRecordProfileImpl::GetLastSessionExitType() {
H A Dprofile_impl.cc229 Profile::ExitType SessionTypePrefValueToExitType(const std::string& value) {
237 // Converts an ExitType into a string that is written to prefs.
238 std::string ExitTypeToSessionTypePrefValue(Profile::ExitType type) {
981 void ProfileImpl::SetExitType(ExitType exit_type) {
988 ExitType current_exit_type = SessionTypePrefValueToExitType(
1003 Profile::ExitType ProfileImpl::GetLastSessionExitType() {
H A Dprofile_browsertest.cc288 IN_PROC_BROWSER_TEST_F(ProfileBrowserTest, ExitType) {
/external/chromium_org/chrome/browser/ui/app_list/test/
H A Dfake_profile.cc199 void FakeProfile::SetExitType(ExitType exit_type) {
202 Profile::ExitType FakeProfile::GetLastSessionExitType() {
H A Dfake_profile.h97 virtual void SetExitType(ExitType exit_type) OVERRIDE;
98 virtual ExitType GetLastSessionExitType() OVERRIDE;
/external/qemu/distrib/sdl-1.2.15/src/thread/symbian/
H A DSDL_systhread.cpp119 if(err == KErrNone && t.ExitType() == EExitPending)
H A DSDL_syssem.cpp168 if(thread.ExitType() == EExitPending)
/external/chromium_org/chrome/test/base/
H A Dtesting_profile.h305 virtual void SetExitType(ExitType exit_type) OVERRIDE {}
306 virtual ExitType GetLastSessionExitType() OVERRIDE;
H A Dtesting_profile.cc943 Profile::ExitType TestingProfile::GetLastSessionExitType() {
/external/qemu/distrib/sdl-1.2.15/src/main/symbian/EKA2/
H A DSDL_main.cpp653 if(sdl.ExitType() == EExitPending)
1026 aThread.ExitType() == EExitPending)
/external/chromium_org/chrome/browser/sessions/
H A Dpersistent_tab_restore_service.cc340 Profile::ExitType exit_type = profile()->GetLastSessionExitType();

Completed in 2071 milliseconds