Searched refs:RESULT_UNKNOWN_TAB (Results 1 – 2 of 2) sorted by relevance
/external/chromium/chrome/browser/debugger/ |
D | debugger_remote_service.cc | 201 response->SetInteger(kResultKey, RESULT_UNKNOWN_TAB); in AttachToTab() 208 response->SetInteger(kResultKey, RESULT_UNKNOWN_TAB); in AttachToTab() 214 response->SetInteger(kResultKey, RESULT_UNKNOWN_TAB); in AttachToTab() 246 response->SetInteger(kResultKey, RESULT_UNKNOWN_TAB); in DetachFromTab() 258 result_code = RESULT_UNKNOWN_TAB; in DetachFromTab() 274 response->SetInteger(kResultKey, RESULT_UNKNOWN_TAB); in DispatchDebuggerCommand() 285 response->SetInteger(kResultKey, RESULT_UNKNOWN_TAB); in DispatchDebuggerCommand() 315 response->SetInteger(kResultKey, RESULT_UNKNOWN_TAB); in DispatchEvaluateJavascript() 321 response->SetInteger(kResultKey, RESULT_UNKNOWN_TAB); in DispatchEvaluateJavascript() 327 response->SetInteger(kResultKey, RESULT_UNKNOWN_TAB); in DispatchEvaluateJavascript()
|
D | debugger_remote_service.h | 82 RESULT_UNKNOWN_TAB, enumerator
|