Searched refs:callerId (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebKit/chromium/src/
H A DDebuggerAgentManager.cpp62 explicit CallerIdWrapper(int callerId) argument
64 , m_callerId(callerId) { }
67 int callerId() const { return m_callerId; } function in class:WebKit::__anon14765::CallerIdWrapper
185 DebuggerAgentImpl* debuggerAgent = debuggerAgentForHostId(wrapper->callerId());
237 void DebuggerAgentManager::executeDebuggerCommand(const WTF::String& command, int callerId) argument
239 sendCommandToV8(command, new CallerIdWrapper(callerId));
H A DDebuggerAgentManager.h72 static void executeDebuggerCommand(const WTF::String& command, int callerId);
H A DWebDevToolsAgentImpl.cpp310 void WebDevToolsAgent::executeDebuggerCommand(const WebString& command, int callerId) argument
312 DebuggerAgentManager::executeDebuggerCommand(command, callerId);

Completed in 69 milliseconds