Searched refs:GetPromptOnQuit (Results 1 – 6 of 6) sorted by relevance
34 if (!m_interpreter.GetPromptOnQuit()) in ShouldAskForConfirmation()
220 bool GetPromptOnQuit();
400 bool SBCommandInterpreter::GetPromptOnQuit() { in GetPromptOnQuit() function in SBCommandInterpreter401 return (IsValid() ? m_opaque_ptr->GetPromptOnQuit() : false); in GetPromptOnQuit()
468 bool GetPromptOnQuit() const;
220 const bool saved_prompt_on_quit = ci.GetPromptOnQuit(); in IOHandlerInputComplete()
152 bool CommandInterpreter::GetPromptOnQuit() const { in GetPromptOnQuit() function in CommandInterpreter