HomeSort by relevance Sort by last modified time
    Searched full:add_to_history (Results 1 - 12 of 12) 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/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/scripts/Python/interface/
SBCommandInterpreter.i 115 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/include/lldb/API/
SBCommandInterpreter.h 86 HandleCommand (const char *command_line, lldb::SBCommandReturnObject &result, bool add_to_history = false);
  /external/lldb/source/Interpreter/
CommandInterpreter.cpp 1520 bool add_to_history; local
    [all...]
  /external/lldb/www/cpp_reference/html/
classlldb_1_1SBCommandInterpreter-members.html 55 <tr class="even"><td class="entry"><a class="el" href="classlldb_1_1SBCommandInterpreter.html#aebc28318fb396861c263a6e7eb5ddcaf">HandleCommand</a>(const char *command_line, lldb::SBCommandReturnObject &amp;result, bool add_to_history=false)</td><td class="entry"><a class="el" href="classlldb_1_1SBCommandInterpreter.html">lldb::SBCommandInterpreter</a></td><td class="entry"></td></tr>
classlldb_1_1SBCommandInterpreter.html 76 <tr class="memitem:aebc28318fb396861c263a6e7eb5ddcaf"><td class="memItemLeft" align="right" valign="top">lldb::ReturnStatus&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classlldb_1_1SBCommandInterpreter.html#aebc28318fb396861c263a6e7eb5ddcaf">HandleCommand</a> (const char *command_line, <a class="el" href="classlldb_1_1SBCommandReturnObject.html">lldb::SBCommandReturnObject</a> &amp;result, bool add_to_history=false)</td></tr>
428 <td class="paramname"><em>add_to_history</em> = <code>false</code>&#160;</td>
    [all...]
SBCommandInterpreter_8h_source.html 119 <div class="line"><a name="l00086"></a><span class="lineno"> 86</span>&#160; <a class="code" href="classlldb_1_1SBCommandInterpreter.html#aebc28318fb396861c263a6e7eb5ddcaf">HandleCommand</a> (<span class="keyword">const</span> <span class="keywordtype">char</span> *command_line, <a class="code" href="classlldb_1_1SBCommandReturnObject.html">lldb::SBCommandReturnObject</a> &amp;result, <span class="keywordtype">bool</span> add_to_history = <span class="keyword">false</span>);</div>
    [all...]
  /external/lldb/www/python_reference/
lldb.SBCommandInterpreter-class.html 477 SBCommandReturnObject result, bool add_to_history=False) -&gt;
    [all...]
_lldb'-module.html     [all...]

Completed in 783 milliseconds