willCallFunction  168 Source/bindings/v8/ScriptController.cpp         cookie = InspectorInstrumentation::willCallFunction(context, function->ScriptId(), resourceName, lineNumber);
willCallFunction   99 Source/bindings/v8/V8WorkerGlobalScopeEventListener.cpp         cookie = InspectorInstrumentation::willCallFunction(context, originalFunction->ScriptId(), resourceName, lineNumber);
willCallFunction   78 Source/core/inspector/InjectedScriptBase.cpp     InspectorInstrumentationCookie cookie = InspectorInstrumentation::willCallFunction(executionContext, 0, name(), 1);
willCallFunction  142 Source/core/inspector/InspectorTimelineAgent.h     bool willCallFunction(ExecutionContext*, int scriptId, const String& scriptName, int scriptLine);