Searched refs:add_to_history (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/chrome/browser/ui/
H A Dbrowser_tabstrip.h52 // |add_to_history| is true, an entry in the historical tab database is created.
55 bool add_to_history);
H A Dbrowser_tabstrip.cc73 bool add_to_history) {
82 add_to_history ? TabStripModel::CLOSE_CREATE_HISTORICAL_TAB
71 CloseWebContents(Browser* browser, content::WebContents* contents, bool add_to_history) argument
/external/lldb/scripts/Python/interface/
H A DSBCommandInterpreter.i115 HandleCommand (const char *command_line, lldb::SBCommandReturnObject &result, bool add_to_history = false);
/external/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h155 LazyBool add_to_history,
189 LazyBool add_to_history,
220 LazyBool add_to_history,
/external/lldb/include/lldb/API/
H A DSBCommandInterpreter.h86 HandleCommand (const char *command_line, lldb::SBCommandReturnObject &result, bool add_to_history = false);
/external/lldb/source/API/
H A DSBCommandInterpreter.cpp111 SBCommandInterpreter::HandleCommand (const char *command_line, SBCommandReturnObject &result, bool add_to_history) argument
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/
H A DCommandInterpreter.cpp1520 bool add_to_history; local
1522 add_to_history = (m_command_source_depth == 0);
1524 add_to_history = (lazy_add_to_history == eLazyBoolYes);
1550 add_to_history = false;
1578 add_to_history = false;
1795 if (add_to_history)
2491 LazyBool add_to_history,
2529 // We might call into a regex or alias command, in which case the add_to_history will get lost. This
2531 if (!add_to_history)
2533 bool success = HandleCommand(cmd, add_to_history, tmp_resul
2485 HandleCommands(const StringList &commands, ExecutionContext *override_context, bool stop_on_continue, bool stop_on_error, bool echo_commands, bool print_results, LazyBool add_to_history, CommandReturnObject &result) argument
2607 HandleCommandsFromFile(FileSpec &cmd_file, ExecutionContext *context, bool stop_on_continue, bool stop_on_error, bool echo_command, bool print_result, LazyBool add_to_history, CommandReturnObject &result) argument
[all...]

Completed in 663 milliseconds