Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/bindings/v8/
DWorkerScriptDebugServer.h48 void addListener(ScriptDebugListener*, WorkerContext*);
49 void removeListener(ScriptDebugListener*, WorkerContext*);
52 virtual ScriptDebugListener* getDebugListenerForContext(v8::Handle<v8::Context>);
56 typedef HashMap<WorkerContext*, ScriptDebugListener*> ListenersMap;
DPageScriptDebugServer.h48 void addListener(ScriptDebugListener*, Page*);
49 void removeListener(ScriptDebugListener*, Page*);
66 virtual ScriptDebugListener* getDebugListenerForContext(v8::Handle<v8::Context>);
70 typedef HashMap<Page*, ScriptDebugListener*> ListenersMap;
DPageScriptDebugServer.cpp78 void PageScriptDebugServer::addListener(ScriptDebugListener* listener, Page* page) in addListener()
113 void PageScriptDebugServer::removeListener(ScriptDebugListener* listener, Page* page) in removeListener()
133 ScriptDebugListener* PageScriptDebugServer::getDebugListenerForContext(v8::Handle<v8::Context> cont… in getDebugListenerForContext()
152 if (ScriptDebugListener* listener = m_listenersMap.get(m_pausedPage)) in runMessageLoopOnPause()
DWorkerScriptDebugServer.cpp74 void WorkerScriptDebugServer::addListener(ScriptDebugListener* listener, WorkerContext* workerConte… in addListener()
104 void WorkerScriptDebugServer::removeListener(ScriptDebugListener* listener, WorkerContext* workerCo… in removeListener()
118 ScriptDebugListener* WorkerScriptDebugServer::getDebugListenerForContext(v8::Handle<v8::Context> co… in getDebugListenerForContext()
141 if (ScriptDebugListener* listener = m_listenersMap.get(workerContext)) in runMessageLoopOnPause()
DScriptDebugServer.h48 class ScriptDebugListener; variable
94 virtual ScriptDebugListener* getDebugListenerForContext(v8::Handle<v8::Context>) = 0;
104 void dispatchDidParseSource(ScriptDebugListener* listener, v8::Handle<v8::Object> sourceObject);
DScriptDebugServer.cpp287 ScriptDebugListener* listener = getDebugListenerForContext(m_pausedPageContext); in breakProgram()
320 ScriptDebugListener* listener = getDebugListenerForContext(eventContext); in handleV8DebugEvent()
346 void ScriptDebugServer::dispatchDidParseSource(ScriptDebugListener* listener, v8::Handle<v8::Object… in dispatchDidParseSource()
/external/webkit/Source/WebCore/bindings/js/
DScriptDebugServer.h53 class ScriptDebugListener; variable
89 typedef HashSet<ScriptDebugListener*> ListenerSet;
90 typedef void (ScriptDebugServer::*JavaScriptExecutionCallback)(ScriptDebugListener*);
103 void dispatchDidPause(ScriptDebugListener*);
104 void dispatchDidContinue(ScriptDebugListener*);
DWorkerScriptDebugServer.cpp45 void WorkerScriptDebugServer::addListener(ScriptDebugListener*, WorkerContext*) in addListener() argument
49 void WorkerScriptDebugServer::removeListener(ScriptDebugListener*, WorkerContext*) in removeListener() argument
DWorkerScriptDebugServer.h48 void addListener(ScriptDebugListener*, WorkerContext*);
49 void removeListener(ScriptDebugListener*, WorkerContext*);
DPageScriptDebugServer.h51 void addListener(ScriptDebugListener*, Page*);
52 void removeListener(ScriptDebugListener*, Page*);
DScriptDebugServer.cpp205 void ScriptDebugServer::dispatchDidPause(ScriptDebugListener* listener) in dispatchDidPause()
212 void ScriptDebugServer::dispatchDidContinue(ScriptDebugListener* listener) in dispatchDidContinue()
225 Vector<ScriptDebugListener*> copy; in dispatchDidParseSource()
237 Vector<ScriptDebugListener*> copy; in dispatchFailedToParseSource()
284 Vector<ScriptDebugListener*> copy; in dispatchFunctionToListeners()
DPageScriptDebugServer.cpp79 void PageScriptDebugServer::addListener(ScriptDebugListener* listener, Page* page) in addListener()
95 void PageScriptDebugServer::removeListener(ScriptDebugListener* listener, Page* page) in removeListener()
/external/webkit/Source/WebCore/inspector/
DScriptDebugListener.h40 class ScriptDebugListener {
42 virtual ~ScriptDebugListener() { } in ~ScriptDebugListener()
DInspectorDebuggerAgent.h65 class InspectorDebuggerAgent : public ScriptDebugListener {
/external/webkit/Source/WebCore/
DGNUmakefile.list.am2004 Source/WebCore/inspector/ScriptDebugListener.h \
DGNUmakefile.am2025 Source/WebCore/inspector/ScriptDebugListener.h \
DWebCore.gypi633 'inspector/ScriptDebugListener.h',
DChangeLog7486 * inspector/ScriptDebugListener.h:
9729 * inspector/ScriptDebugListener.h:
23690 * inspector/ScriptDebugListener.h:
23691 (WebCore::ScriptDebugListener::~ScriptDebugListener):
DChangeLog-2010-12-0682346 * inspector/ScriptDebugListener.h:
84538 * inspector/ScriptDebugListener.h:
85690 * inspector/ScriptDebugListener.h:
115450 Web Inspector: InspectorController should be added only once as ScriptDebugListener to
127384 …* inspector/ScriptDebugListener.h: pass type of the isolated world where the script was compiled t…
132865 [v8] Web Inspector: check that ScriptDebugListener was not removed
132906 [v8] Web Inspector: notify ScriptDebugListener when execution is resumed
134651 invocation of ScriptDebugListener methods that have non-empty argument list.
134676 * inspector/ScriptDebugListener.h: Changed didPause signature to explicitly pass ScriptState
DChangeLog-2011-02-1626043 * inspector/ScriptDebugListener.h:
/external/webkit/Source/WebCore/WebCore.xcodeproj/
Dproject.pbxproj1687 …3277B60035B883 /* ScriptDebugListener.h in Headers */ = {isa = PBXBuildFile; fileRef = 7AFD4FF3113…
8298 …35B883 /* ScriptDebugListener.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType …
13348 7AFD4FF3113277B60035B883 /* ScriptDebugListener.h */,
22363 7AFD4FF4113277B60035B883 /* ScriptDebugListener.h in Headers */,