Home
last modified time | relevance | path

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

/external/webkit/Source/WebKit/chromium/src/
DDebuggerAgentManager.cpp58 class CallerIdWrapper : public v8::Debug::ClientData { class
59 WTF_MAKE_NONCOPYABLE(CallerIdWrapper);
61 CallerIdWrapper() : m_callerIsMananager(true), m_callerId(0) { } in CallerIdWrapper() function in WebKit::__anonf3bab98b0111::CallerIdWrapper
62 explicit CallerIdWrapper(int callerId) in CallerIdWrapper() function in WebKit::__anonf3bab98b0111::CallerIdWrapper
65 ~CallerIdWrapper() { } in ~CallerIdWrapper()
161 sendCommandToV8(clearBreakpointGroupCmd, new CallerIdWrapper()); in debugDetach()
180 CallerIdWrapper* wrapper = static_cast<CallerIdWrapper*>(callerData); in onV8DebugMessage()
239 sendCommandToV8(command, new CallerIdWrapper(callerId)); in executeDebuggerCommand()
283 sendCommandToV8(continueCmd, new CallerIdWrapper()); in sendContinueCommandToV8()