Lines Matching refs:V8InspectorSessionImpl
52 class V8InspectorSessionImpl;
113 void addPromiseCallback(V8InspectorSessionImpl* session,
155 explicit Scope(V8InspectorSessionImpl*);
157 virtual Response findInjectedScript(V8InspectorSessionImpl*) = 0;
182 ContextScope(V8InspectorSessionImpl*, int executionContextId);
188 Response findInjectedScript(V8InspectorSessionImpl*) override;
194 ObjectScope(V8InspectorSessionImpl*, const String16& remoteObjectId);
202 Response findInjectedScript(V8InspectorSessionImpl*) override;
210 CallFrameScope(V8InspectorSessionImpl*, const String16& remoteCallFrameId);
217 Response findInjectedScript(V8InspectorSessionImpl*) override;