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

  /external/chromium_org/chrome/browser/ui/
browser_tabstrip.h 52 // |add_to_history| is true, an entry in the historical tab database is created.
55 bool add_to_history);
browser_tabstrip.cc 73 bool add_to_history) {
82 add_to_history ? TabStripModel::CLOSE_CREATE_HISTORICAL_TAB
  /external/lldb/scripts/Python/interface/
SBCommandInterpreter.i 115 HandleCommand (const char *command_line, lldb::SBCommandReturnObject &result, bool add_to_history = false);
  /external/lldb/include/lldb/API/
SBCommandInterpreter.h 86 HandleCommand (const char *command_line, lldb::SBCommandReturnObject &result, bool add_to_history = false);
  /external/lldb/include/lldb/Interpreter/
CommandInterpreter.h 155 LazyBool add_to_history,
189 LazyBool add_to_history,
220 LazyBool add_to_history,
  /external/lldb/source/API/
SBCommandInterpreter.cpp 111 SBCommandInterpreter::HandleCommand (const char *command_line, SBCommandReturnObject &result, bool add_to_history)
116 log->Printf ("SBCommandInterpreter(%p)::HandleCommand (command=\"%s\", SBCommandReturnObject(%p), add_to_history=%i)",
117 m_opaque_ptr, command_line, result.get(), add_to_history);
122 m_opaque_ptr->HandleCommand (command_line, add_to_history ? eLazyBoolYes : eLazyBoolNo, result.ref());
136 log->Printf ("SBCommandInterpreter(%p)::HandleCommand (command=\"%s\", SBCommandReturnObject(%p): %s, add_to_history=%i) => %i",
137 m_opaque_ptr, command_line, result.get(), sstr.GetData(), add_to_history, result.GetStatus());
  /external/lldb/source/Interpreter/
CommandInterpreter.cpp 1520 bool add_to_history; local
    [all...]

Completed in 249 milliseconds