Searched refs:ExitType (Results 1 – 17 of 17) sorted by relevance
62 enum ExitType { enum113 void Cancel(ExitType type);120 ExitType exit_type() const { return exit_type_; } in exit_type()502 void SetExitType(ExitType type);530 ExitType exit_type_;
184 void DispatchEscapeAndExpect(MenuController::ExitType exit_type) { in DispatchEscapeAndExpect()
447 void MenuController::Cancel(ExitType type) { in Cancel()930 ExitType exit_type = EXIT_ALL; in SetSelectionOnPointerDown()2256 void MenuController::SetExitType(ExitType type) { in SetExitType()
119 enum ExitType { enum350 virtual void SetExitType(ExitType exit_type) = 0;353 virtual ExitType GetLastSessionExitType() = 0;
138 virtual void SetExitType(ExitType exit_type) OVERRIDE;139 virtual ExitType GetLastSessionExitType() OVERRIDE;256 ExitType last_session_exit_type_;
69 virtual void SetExitType(ExitType exit_type) OVERRIDE;70 virtual ExitType GetLastSessionExitType() OVERRIDE;
415 void OffTheRecordProfileImpl::SetExitType(ExitType exit_type) { in SetExitType()436 Profile::ExitType OffTheRecordProfileImpl::GetLastSessionExitType() { in GetLastSessionExitType()
229 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()
288 IN_PROC_BROWSER_TEST_F(ProfileBrowserTest, ExitType) { in IN_PROC_BROWSER_TEST_F() argument
199 void FakeProfile::SetExitType(ExitType exit_type) { in SetExitType()202 Profile::ExitType FakeProfile::GetLastSessionExitType() { in GetLastSessionExitType()
97 virtual void SetExitType(ExitType exit_type) OVERRIDE;98 virtual ExitType GetLastSessionExitType() OVERRIDE;
119 if(err == KErrNone && t.ExitType() == EExitPending) in SDL_SYS_WaitThread()
168 if(thread.ExitType() == EExitPending) in SDL_SemWaitTimeout()
305 virtual void SetExitType(ExitType exit_type) OVERRIDE {} in SetExitType()306 virtual ExitType GetLastSessionExitType() OVERRIDE;
943 Profile::ExitType TestingProfile::GetLastSessionExitType() { in GetLastSessionExitType()
653 if(sdl.ExitType() == EExitPending)1026 aThread.ExitType() == EExitPending)
340 Profile::ExitType exit_type = profile()->GetLastSessionExitType(); in LoadTabsFromLastSession()