Searched defs:tab_uid (Results 1 - 1 of 1) sorted by relevance

/external/chromium/chrome/browser/debugger/
H A Ddebugger_remote_service.cc88 int32 tab_uid = -1; local
89 base::StringToInt(destination, &tab_uid);
99 send_response = DispatchDebuggerCommand(tab_uid, content, &response);
101 send_response = DispatchEvaluateJavascript(tab_uid, content, &response);
131 // Gets a TabContents instance corresponding to the |tab_uid| using the
133 TabContents* DebuggerRemoteService::ToTabContents(int32 tab_uid) { argument
137 navcon_map.find(tab_uid);
154 void DebuggerRemoteService::DebuggerOutput(int32 tab_uid, argument
164 base::IntToString(tab_uid),
173 void DebuggerRemoteService::FrameNavigate(int32 tab_uid, argument
197 int32 tab_uid = -1; local
241 int32 tab_uid = -1; local
269 DispatchDebuggerCommand(int tab_uid, DictionaryValue* content, DictionaryValue* response) argument
309 DispatchEvaluateJavascript( int tab_uid, DictionaryValue* content, DictionaryValue* response) argument
[all...]

Completed in 349 milliseconds