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

/external/webkit/Source/WebCore/inspector/
H A DInspectorTimelineAgent.h77 void willCallFunction(const String& scriptName, int scriptLine);
H A DInspectorTimelineAgent.cpp158 void InspectorTimelineAgent::willCallFunction(const String& scriptName, int scriptLine) function in class:WebCore::InspectorTimelineAgent
H A DInspectorInstrumentation.h92 static InspectorInstrumentationCookie willCallFunction(Frame*, const String& scriptName, int scriptLine);
441 inline InspectorInstrumentationCookie InspectorInstrumentation::willCallFunction(Frame* frame, const String& scriptName, int scriptLine) function in class:WebCore::InspectorInstrumentation
H A DInspectorInstrumentation.cpp214 timelineAgent->willCallFunction(scriptName, scriptLine);
/external/webkit/Source/WebCore/bindings/v8/
H A DV8Proxy.cpp477 cookie = InspectorInstrumentation::willCallFunction(m_frame, resourceName, lineNumber);

Completed in 52 milliseconds