HomeSort by relevance Sort by last modified time
    Searched refs:ExitType (Results 1 - 14 of 14) sorted by null

  /external/chromium_org/chrome/browser/profiles/
profile.h 122 enum ExitType {
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;
off_the_record_profile_impl.h 66 virtual void SetExitType(ExitType exit_type) OVERRIDE;
67 virtual ExitType GetLastSessionExitType() OVERRIDE;
profile_impl.h 125 virtual void SetExitType(ExitType exit_type) OVERRIDE;
126 virtual ExitType GetLastSessionExitType() OVERRIDE;
233 ExitType last_session_exit_type_;
off_the_record_profile_impl.cc 367 void OffTheRecordProfileImpl::SetExitType(ExitType exit_type) {
388 Profile::ExitType OffTheRecordProfileImpl::GetLastSessionExitType() {
profile_impl.cc 220 Profile::ExitType SessionTypePrefValueToExitType(const std::string& value) {
228 // Converts an ExitType into a string that is written to prefs.
229 std::string ExitTypeToSessionTypePrefValue(Profile::ExitType type) {
795 void ProfileImpl::SetExitType(ExitType exit_type) {
798 ExitType current_exit_type = SessionTypePrefValueToExitType(
813 Profile::ExitType ProfileImpl::GetLastSessionExitType() {
    [all...]
profile_browsertest.cc 198 #define MAYBE_ExitType ExitType
  /external/chromium_org/ui/views/controls/menu/
menu_controller.h 52 enum ExitType {
90 // Cancels the current Run. See ExitType for a description of what happens
92 void Cancel(ExitType type);
99 ExitType exit_type() const { return exit_type_; }
466 void SetExitType(ExitType type);
491 ExitType exit_type_;
menu_controller.cc 408 void MenuController::Cancel(ExitType type) {
864 ExitType exit_type = EXIT_ALL;
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/thread/symbian/
SDL_systhread.cpp 119 if(err == KErrNone && t.ExitType() == EExitPending)
SDL_syssem.cpp 168 if(thread.ExitType() == EExitPending)
  /external/chromium_org/chrome/test/base/
testing_profile.h 250 virtual void SetExitType(ExitType exit_type) OVERRIDE {}
251 virtual ExitType GetLastSessionExitType() OVERRIDE;
testing_profile.cc 794 Profile::ExitType TestingProfile::GetLastSessionExitType() {
  /external/qemu/distrib/sdl-1.2.15/src/main/symbian/EKA2/
SDL_main.cpp 653 if(sdl.ExitType() == EExitPending)
1026 aThread.ExitType() == EExitPending)
  /external/chromium_org/chrome/browser/sessions/
persistent_tab_restore_service.cc 341 Profile::ExitType exit_type = profile()->GetLastSessionExitType();
    [all...]

Completed in 1386 milliseconds