Searched refs:hostId (Results 1 – 4 of 4) sorted by relevance
127 int hostId = debuggerAgent->webdevtoolsAgent()->hostId(); in debugAttach() local128 ASSERT(hostId); in debugAttach()129 s_attachedAgentsMap->set(hostId, debuggerAgent); in debugAttach()140 int hostId = debuggerAgent->webdevtoolsAgent()->hostId(); in debugDetach() local141 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() local211 if (hostId != -1) { in onV8DebugMessage()212 DebuggerAgentImpl* agent = debuggerAgentForHostId(hostId); in onV8DebugMessage()[all …]
78 static void setHostId(WebFrameImpl* webframe, int hostId);95 static DebuggerAgentImpl* debuggerAgentForHostId(int hostId);
90 int hostId() { return m_hostId; } in hostId() function
24813 (WebKit::WebDevToolsAgentImpl::hostId):