Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/inspector/
DInspectorDebuggerAgent.cpp75 scriptDebugServer().clearBreakpoints(); in enable()
77 scriptDebugServer().setBreakpointsActivated(true); in enable()
133 scriptDebugServer().activateBreakpoints(); in setBreakpointsActive()
135 scriptDebugServer().deactivateBreakpoints(); in setBreakpointsActive()
221 scriptDebugServer().removeBreakpoint(debugServerBreakpointIdsIterator->second[i]); in removeBreakpoint()
228 scriptDebugServer().removeBreakpoint(m_continueToLocationBreakpointId); in continueToLocation()
240 …m_continueToLocationBreakpointId = scriptDebugServer().setBreakpoint(sourceId, breakpoint, &lineNu… in continueToLocation()
264 …String debugServerBreakpointId = scriptDebugServer().setBreakpoint(sourceId, breakpoint, &actualLi… in resolveBreakpoint()
282 if (scriptDebugServer().editScriptSource(sourceID, newContent, error)) in editScriptSource()
298 scriptDebugServer().setPauseOnNextStatement(true); in schedulePauseOnNextStatement()
[all …]
DPageDebuggerAgent.cpp57 scriptDebugServer().addListener(this, m_inspectedPage); in startListeningScriptDebugServer()
62 scriptDebugServer().removeListener(this, m_inspectedPage); in stopListeningScriptDebugServer()
65 PageScriptDebugServer& PageDebuggerAgent::scriptDebugServer() in scriptDebugServer() function in WebCore::PageDebuggerAgent
DWorkerDebuggerAgent.cpp57 scriptDebugServer().addListener(this, m_inspectedWorkerContext); in startListeningScriptDebugServer()
62 scriptDebugServer().removeListener(this, m_inspectedWorkerContext); in stopListeningScriptDebugServer()
65 WorkerScriptDebugServer& WorkerDebuggerAgent::scriptDebugServer() in scriptDebugServer() function in WebCore::WorkerDebuggerAgent
DPageDebuggerAgent.h53 virtual PageScriptDebugServer& scriptDebugServer();
DWorkerDebuggerAgent.h54 virtual WorkerScriptDebugServer& scriptDebugServer();
DInspectorDebuggerAgent.h109 virtual ScriptDebugServer& scriptDebugServer() = 0;
/external/webkit/Source/WebCore/bindings/js/
DJSInjectedScriptHostCustom.cpp80 … JavaScriptCallFrame* callFrame = impl()->debuggerAgent()->scriptDebugServer().currentCallFrame(); in currentCallFrame()
/external/webkit/Source/WebCore/bindings/v8/custom/
DV8InjectedScriptHostCustom.cpp114 return toV8(host->debuggerAgent()->scriptDebugServer().currentCallFrame()); in currentCallFrameCallback()
/external/webkit/Source/WebCore/
DChangeLog33424 (WebCore::PageDebuggerAgent::scriptDebugServer):
33432 (WebCore::WorkerDebuggerAgent::scriptDebugServer):
33687 (WebCore::PageDebuggerAgent::scriptDebugServer):
33695 (WebCore::WorkerDebuggerAgent::scriptDebugServer):