Searched defs:hostId (Results 1 – 2 of 2) sorted by relevance
127 int hostId = debuggerAgent->webdevtoolsAgent()->hostId(); in debugAttach() local140 int hostId = debuggerAgent->webdevtoolsAgent()->hostId(); in debugDetach() local210 int hostId = WebCore::V8Proxy::contextDebugId(context); in onV8DebugMessage() local253 void DebuggerAgentManager::setHostId(WebFrameImpl* webframe, int hostId) in setHostId()303 DebuggerAgentImpl* DebuggerAgentManager::debuggerAgentForHostId(int hostId) in debuggerAgentForHostId()
90 int hostId() { return m_hostId; } in hostId() function