Searched refs:callerId (Results 1 – 3 of 3) sorted by relevance
62 explicit CallerIdWrapper(int callerId) in CallerIdWrapper() argument64 , m_callerId(callerId) { } in CallerIdWrapper()67 int callerId() const { return m_callerId; } in callerId() function in WebKit::__anonf3bab98b0111::CallerIdWrapper185 DebuggerAgentImpl* debuggerAgent = debuggerAgentForHostId(wrapper->callerId()); in onV8DebugMessage()237 void DebuggerAgentManager::executeDebuggerCommand(const WTF::String& command, int callerId) in executeDebuggerCommand() argument239 sendCommandToV8(command, new CallerIdWrapper(callerId)); in executeDebuggerCommand()
310 void WebDevToolsAgent::executeDebuggerCommand(const WebString& command, int callerId) in executeDebuggerCommand() argument312 DebuggerAgentManager::executeDebuggerCommand(command, callerId); in executeDebuggerCommand()
72 static void executeDebuggerCommand(const WTF::String& command, int callerId);