Home
last modified time | relevance | path

Searched refs:hostId (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/WebKit/chromium/src/
DDebuggerAgentManager.cpp127 int hostId = debuggerAgent->webdevtoolsAgent()->hostId(); in debugAttach() local
128 ASSERT(hostId); in debugAttach()
129 s_attachedAgentsMap->set(hostId, debuggerAgent); in debugAttach()
140 int hostId = debuggerAgent->webdevtoolsAgent()->hostId(); in debugDetach() local
141 ASSERT(s_attachedAgentsMap->get(hostId) == debuggerAgent); in debugDetach()
143 s_attachedAgentsMap->remove(hostId); in debugDetach()
160 "\"arguments\":{\"groupId\":", String::number(hostId), "}}"); in debugDetach()
210 int hostId = WebCore::V8Proxy::contextDebugId(context); in onV8DebugMessage() local
211 if (hostId != -1) { in onV8DebugMessage()
212 DebuggerAgentImpl* agent = debuggerAgentForHostId(hostId); in onV8DebugMessage()
[all …]
DDebuggerAgentManager.h78 static void setHostId(WebFrameImpl* webframe, int hostId);
95 static DebuggerAgentImpl* debuggerAgentForHostId(int hostId);
DWebDevToolsAgentImpl.h90 int hostId() { return m_hostId; } in hostId() function
/external/webkit/Source/WebKit/chromium/
DChangeLog-2011-02-1624813 (WebKit::WebDevToolsAgentImpl::hostId):