Searched refs:IsInteractive (Results 1 – 5 of 5) sorted by relevance
129 IsInteractive ();
62 bool IsInteractive();
337 bool SBCommandInterpreter::IsInteractive() { in IsInteractive() function in SBCommandInterpreter340 return (IsValid() ? m_opaque_ptr->IsInteractive() : false); in IsInteractive()
635 bool IsInteractive();
3253 bool CommandInterpreter::IsInteractive() { in IsInteractive() function in CommandInterpreter