Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/debugger/
Ddebugger_remote_service.cc88 int32 tab_uid = -1; in HandleMessage() local
133 TabContents* DebuggerRemoteService::ToTabContents(int32 tab_uid) { in ToTabContents()
154 void DebuggerRemoteService::DebuggerOutput(int32 tab_uid, in DebuggerOutput()
173 void DebuggerRemoteService::FrameNavigate(int32 tab_uid, in FrameNavigate()
197 int32 tab_uid = -1; in AttachToTab() local
241 int32 tab_uid = -1; in DetachFromTab() local
269 bool DebuggerRemoteService::DispatchDebuggerCommand(int tab_uid, in DispatchDebuggerCommand()
310 int tab_uid, in DispatchEvaluateJavascript()