Searched refs:prpProfile (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/inspector/
H A DInspectorProfilerAgent.cpp151 void InspectorProfilerAgent::addProfile(PassRefPtr<ScriptProfile> prpProfile, unsigned lineNumber, unsigned columnNumber, const String& sourceURL) argument
153 RefPtr<ScriptProfile> profile = prpProfile;
160 void InspectorProfilerAgent::addProfileFinishedMessageToConsole(PassRefPtr<ScriptProfile> prpProfile, unsigned lineNumber, unsigned columnNumber, const String& sourceURL) argument
164 RefPtr<ScriptProfile> profile = prpProfile;
H A DInspectorProfilerAgent.h68 void addProfile(PassRefPtr<ScriptProfile> prpProfile, unsigned lineNumber, unsigned columnNumber, const String& sourceURL);

Completed in 71 milliseconds