• Home
  • Raw
  • Download

Lines Matching defs:handler

58 void InspectorServer::OnValidate(std::function<void()> &&handler)  in OnValidate()
70 void InspectorServer::OnOpen(std::function<void()> &&handler) in OnOpen()
85 void InspectorServer::OnFail(std::function<void()> &&handler) in OnFail()
236 std::function<void(PtThread, std::string_view, size_t)> &&handler) in OnCallDebuggerContinueToLocation()
255 void InspectorServer::OnCallDebuggerEnable(std::function<void()> &&handler) in OnCallDebuggerEnable()
272 std::function<std::set<size_t>(std::string_view, size_t, size_t, bool)> &&handler) in OnCallDebuggerGetPossibleBreakpoints()
312 …d InspectorServer::OnCallDebuggerGetScriptSource(std::function<std::string(std::string_view)> &&ha… in OnCallDebuggerGetScriptSource()
329 void InspectorServer::OnCallDebuggerPause(std::function<void(PtThread)> &&handler) in OnCallDebuggerPause()
338 …pectorServer::OnCallDebuggerRemoveBreakpoint(std::function<void(PtThread, BreakpointId)> &&handler) in OnCallDebuggerRemoveBreakpoint()
380 …er::OnCallDebuggerRemoveBreakpointsByUrl(std::function<void(PtThread, SourceFileFilter)> &&handler) in OnCallDebuggerRemoveBreakpointsByUrl()
397 void InspectorServer::OnCallDebuggerRestartFrame(std::function<void(PtThread, FrameId)> &&handler) in OnCallDebuggerRestartFrame()
422 void InspectorServer::OnCallDebuggerResume(std::function<void(PtThread)> &&handler) in OnCallDebuggerResume()
431 void InspectorServer::OnCallDebuggerSetBreakpoint(std::function<SetBreakpointHandler> &&handler) in OnCallDebuggerSetBreakpoint()
481 const std::function<SetBreakpointHandler> &handler) in SetBreakpointByUrl()
512 …oid InspectorServer::OnCallDebuggerSetBreakpointByUrl(std::function<SetBreakpointHandler> &&handle… in OnCallDebuggerSetBreakpointByUrl()
558 …erver::OnCallDebuggerGetPossibleAndSetBreakpointByUrl(std::function<SetBreakpointHandler> &&handle… in OnCallDebuggerGetPossibleAndSetBreakpointByUrl()
595 … InspectorServer::OnCallDebuggerSetBreakpointsActive(std::function<void(PtThread, bool)> &&handler) in OnCallDebuggerSetBreakpointsActive()
616 void InspectorServer::OnCallDebuggerSetSkipAllPauses(std::function<void(PtThread, bool)> &&handler) in OnCallDebuggerSetSkipAllPauses()
638 std::function<void(PtThread, PauseOnExceptionsState)> &&handler) in OnCallDebuggerSetPauseOnExceptions()
675 void InspectorServer::OnCallDebuggerStepInto(std::function<void(PtThread)> &&handler) in OnCallDebuggerStepInto()
684 void InspectorServer::OnCallDebuggerStepOut(std::function<void(PtThread)> &&handler) in OnCallDebuggerStepOut()
693 void InspectorServer::OnCallDebuggerStepOver(std::function<void(PtThread)> &&handler) in OnCallDebuggerStepOver()
703 …function<Expected<EvaluationResult, std::string>(PtThread, const std::string &, size_t)> &&handler) in OnCallDebuggerEvaluateOnCallFrame()
731 …function<Expected<EvaluationResult, std::string>(PtThread, const std::string &, size_t)> &&handler) in OnCallDebuggerCallFunctionOn()
758 … InspectorServer::OnCallDebuggerSetMixedDebugEnabled(std::function<void(PtThread, bool)> &&handler) in OnCallDebuggerSetMixedDebugEnabled()
779 void InspectorServer::OnCallDebuggerDisable(std::function<void(PtThread)> &&handler) in OnCallDebuggerDisable()
788 void InspectorServer::OnCallDebuggerClientDisconnect(std::function<void(PtThread)> &&handler) in OnCallDebuggerClientDisconnect()
797 void InspectorServer::OnCallDebuggerSetAsyncCallStackDepth(std::function<void(PtThread)> &&handler) in OnCallDebuggerSetAsyncCallStackDepth()
806 void InspectorServer::OnCallDebuggerSetBlackboxPatterns(std::function<void(PtThread)> &&handler) in OnCallDebuggerSetBlackboxPatterns()
815 void InspectorServer::OnCallDebuggerSmartStepInto(std::function<void(PtThread)> &&handler) in OnCallDebuggerSmartStepInto()
824 void InspectorServer::OnCallDebuggerDropFrame(std::function<void(PtThread)> &&handler) in OnCallDebuggerDropFrame()
833 void InspectorServer::OnCallDebuggerSetNativeRange(std::function<void(PtThread)> &&handler) in OnCallDebuggerSetNativeRange()
842 void InspectorServer::OnCallDebuggerReplyNativeCalling(std::function<void(PtThread)> &&handler) in OnCallDebuggerReplyNativeCalling()
851 void InspectorServer::OnCallRuntimeEnable(std::function<void(PtThread)> &&handler) in OnCallRuntimeEnable()
861 std::function<std::vector<PropertyDescriptor>(PtThread, RemoteObjectId, bool)> &&handler) in OnCallRuntimeGetProperties()
900 void InspectorServer::OnCallRuntimeRunIfWaitingForDebugger(std::function<void(PtThread)> &&handler) in OnCallRuntimeRunIfWaitingForDebugger()
910 std::function<Expected<EvaluationResult, std::string>(PtThread, const std::string &)> &&handler) in OnCallRuntimeEvaluate()
948 void InspectorServer::OnCallProfilerSetSamplingInterval(std::function<void(int32_t)> &&handler) in OnCallProfilerSetSamplingInterval()
967 void InspectorServer::OnCallProfilerStart(std::function<Expected<bool, std::string>()> &&handler) in OnCallProfilerStart()
982 void InspectorServer::OnCallProfilerStop(std::function<Expected<Profile, std::string>()> &&handler) in OnCallProfilerStop()