HomeSort by relevance Sort by last modified time
    Searched refs:createFunctionCallData (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/WebCore/inspector/
TimelineRecordFactory.h 51 static PassRefPtr<InspectorObject> createFunctionCallData(const String& scriptName, int scriptLine);
TimelineRecordFactory.cpp 64 PassRefPtr<InspectorObject> TimelineRecordFactory::createFunctionCallData(const String& scriptName, int scriptLine)
InspectorTimelineAgent.cpp 160 pushCurrentRecord(TimelineRecordFactory::createFunctionCallData(scriptName, scriptLine), TimelineRecordType::FunctionCall);

Completed in 1037 milliseconds