Searched refs:GetPromptOnQuit (Results 1 – 7 of 7) sorted by relevance
33 if (!m_interpreter.GetPromptOnQuit()) in ShouldAskForConfirmation()
296 bool GetPromptOnQuit();
389 bool SBCommandInterpreter::GetPromptOnQuit() { in GetPromptOnQuit() function in SBCommandInterpreter392 return (IsValid() ? m_opaque_ptr->GetPromptOnQuit() : false); in GetPromptOnQuit()
573 bool GetPromptOnQuit() const;
253 const bool saved_prompt_on_quit = ci.GetPromptOnQuit(); in IOHandlerInputComplete()
156 bool CommandInterpreter::GetPromptOnQuit() const { in GetPromptOnQuit() function in CommandInterpreter
13898 result = (bool)(arg1)->GetPromptOnQuit(); in _wrap_SBCommandInterpreter_GetPromptOnQuit()