Home
last modified time | relevance | path

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

/external/chromium_org/ui/views/controls/menu/
Dmenu_controller.h62 enum ExitType { enum
113 void Cancel(ExitType type);
120 ExitType exit_type() const { return exit_type_; } in exit_type()
502 void SetExitType(ExitType type);
530 ExitType exit_type_;
Dmenu_controller_unittest.cc184 void DispatchEscapeAndExpect(MenuController::ExitType exit_type) { in DispatchEscapeAndExpect()
Dmenu_controller.cc447 void MenuController::Cancel(ExitType type) { in Cancel()
930 ExitType exit_type = EXIT_ALL; in SetSelectionOnPointerDown()
2256 void MenuController::SetExitType(ExitType type) { in SetExitType()
/external/chromium_org/chrome/browser/profiles/
Dprofile.h119 enum ExitType { enum
350 virtual void SetExitType(ExitType exit_type) = 0;
353 virtual ExitType GetLastSessionExitType() = 0;
Dprofile_impl.h138 virtual void SetExitType(ExitType exit_type) OVERRIDE;
139 virtual ExitType GetLastSessionExitType() OVERRIDE;
256 ExitType last_session_exit_type_;
Doff_the_record_profile_impl.h69 virtual void SetExitType(ExitType exit_type) OVERRIDE;
70 virtual ExitType GetLastSessionExitType() OVERRIDE;
Doff_the_record_profile_impl.cc415 void OffTheRecordProfileImpl::SetExitType(ExitType exit_type) { in SetExitType()
436 Profile::ExitType OffTheRecordProfileImpl::GetLastSessionExitType() { in GetLastSessionExitType()
Dprofile_impl.cc229 Profile::ExitType SessionTypePrefValueToExitType(const std::string& value) { in SessionTypePrefValueToExitType()
238 std::string ExitTypeToSessionTypePrefValue(Profile::ExitType type) { in ExitTypeToSessionTypePrefValue()
981 void ProfileImpl::SetExitType(ExitType exit_type) { in SetExitType()
988 ExitType current_exit_type = SessionTypePrefValueToExitType( in SetExitType()
1003 Profile::ExitType ProfileImpl::GetLastSessionExitType() { in GetLastSessionExitType()
Dprofile_browsertest.cc288 IN_PROC_BROWSER_TEST_F(ProfileBrowserTest, ExitType) { in IN_PROC_BROWSER_TEST_F() argument
/external/chromium_org/chrome/browser/ui/app_list/test/
Dfake_profile.cc199 void FakeProfile::SetExitType(ExitType exit_type) { in SetExitType()
202 Profile::ExitType FakeProfile::GetLastSessionExitType() { in GetLastSessionExitType()
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/
DSDL_systhread.cpp119 if(err == KErrNone && t.ExitType() == EExitPending) in SDL_SYS_WaitThread()
DSDL_syssem.cpp168 if(thread.ExitType() == EExitPending) in SDL_SemWaitTimeout()
/external/chromium_org/chrome/test/base/
Dtesting_profile.h305 virtual void SetExitType(ExitType exit_type) OVERRIDE {} in SetExitType()
306 virtual ExitType GetLastSessionExitType() OVERRIDE;
Dtesting_profile.cc943 Profile::ExitType TestingProfile::GetLastSessionExitType() { in GetLastSessionExitType()
/external/qemu/distrib/sdl-1.2.15/src/main/symbian/EKA2/
DSDL_main.cpp653 if(sdl.ExitType() == EExitPending)
1026 aThread.ExitType() == EExitPending)
/external/chromium_org/chrome/browser/sessions/
Dpersistent_tab_restore_service.cc340 Profile::ExitType exit_type = profile()->GetLastSessionExitType(); in LoadTabsFromLastSession()