Searched refs:shouldPauseDedicatedWorkerOnStart (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/inspector/
H A DInspectorWorkerAgent.h60 bool shouldPauseDedicatedWorkerOnStart();
H A DInspectorWorkerAgent.cpp202 bool InspectorWorkerAgent::shouldPauseDedicatedWorkerOnStart() function in class:WebCore::InspectorWorkerAgent
H A DInspectorInstrumentation.h263 static bool shouldPauseDedicatedWorkerOnStart(ScriptExecutionContext*);
1796 inline bool InspectorInstrumentation::shouldPauseDedicatedWorkerOnStart(ScriptExecutionContext* context) function in class:WebCore::InspectorInstrumentation
H A DInspectorInstrumentation.cpp1121 return workerAgent->shouldPauseDedicatedWorkerOnStart();
/macosx-10.9.5/WebCore-7537.78.1/workers/
H A DWorker.cpp146 if (InspectorInstrumentation::shouldPauseDedicatedWorkerOnStart(scriptExecutionContext()))

Completed in 211 milliseconds