Home
last modified time | relevance | path

Searched refs:createFunctionCallData (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/inspector/
DTimelineRecordFactory.h55 … static PassRefPtr<JSONObject> createFunctionCallData(const String& scriptName, int scriptLine);
DTimelineRecordFactory.cpp76 PassRefPtr<JSONObject> TimelineRecordFactory::createFunctionCallData(const String& scriptName, int … in createFunctionCallData() function in WebCore::TimelineRecordFactory
DInspectorTimelineAgent.cpp437 …pushCurrentRecord(TimelineRecordFactory::createFunctionCallData(scriptName, scriptLine), TimelineR… in willCallFunction()