Home
last modified time | relevance | path

Searched refs:addProfile (Results 1 – 12 of 12) sorted by relevance

/external/webkit/Source/WebCore/inspector/
DInspectorProfilerAgent.cpp91 void InspectorProfilerAgent::addProfile(PassRefPtr<ScriptProfile> prpProfile, unsigned lineNumber, … in addProfile() function in WebCore::InspectorProfilerAgent
328 addProfile(profile, 0, String()); in stopUserInitiatedProfiling()
DInspectorProfilerAgent.h62 …void addProfile(PassRefPtr<ScriptProfile> prpProfile, unsigned lineNumber, const String& sourceURL…
DInspectorConsoleInstrumentation.h98 inline void InspectorInstrumentation::addProfile(Page* page, RefPtr<ScriptProfile> profile, PassRef… in addProfile() function
DInspectorInstrumentation.cpp675 profilerAgent->addProfile(profile, lastCaller.lineNumber(), lastCaller.sourceURL()); in addProfileImpl()
DInspectorInstrumentation.h146 static void addProfile(Page*, RefPtr<ScriptProfile>, PassRefPtr<ScriptCallStack>);
/external/webkit/Source/WebCore/page/
DConsole.cpp296 InspectorInstrumentation::addProfile(page, profile, callStack); in profileEnd()
/external/webkit/Source/WebCore/
DChangeLog-2008-08-109267 (WebInspector.ProfilesPanel.prototype.addProfile): Append new profiles
17224 addProfile with the result of stopProfiling.
18530 Calls InspectorController::addProfile with the result Profile.
18536 (WebCore::InspectorController::addProfile): Appends to m_profiles.
18540 (WebCore::InspectorController::addScriptProfile): Calls addProfile on
18546 * page/inspector/inspector.js: Added addProfile, calls ProfilesPanel's
18547 addProfile function.
18795 (WebInspector.ProfilesPanel.prototype.addProfile): Create a
DChangeLog-2011-02-1618524 (WebCore::InspectorInstrumentation::addProfile):
20279 (WebCore::InspectorInstrumentation::addProfile):
20502 (WebCore::InspectorController::addProfile):
20533 (WebCore::InspectorInstrumentation::addProfile):
DChangeLog-2010-01-2945901 (WebCore::InspectorController::addProfile):
46372 (WebCore::InspectorController::addProfile):
46437 (WebCore::InspectorController::addProfile):
46957 (WebInspector.ProfilesPanel.prototype.addProfile):
64854 (WebCore::InspectorController::addProfile):
65445 (WebInspector.ProfilesPanel.prototype.addProfile):
95900 (WebCore::InspectorController::addProfile): Use renamed function.
DChangeLog-2010-05-2445457 (WebCore::InspectorController::addProfile):
50304 (WebCore::InspectorController::addProfile):
53150 (WebCore::InspectorController::addProfile):
DChangeLog-2009-06-166468 (WebCore::InspectorFrontend::addProfile):
8695 (WebCore::InspectorFrontend::addProfile):
94727 (WebCore::InspectorController::addProfile):
96531 (WebCore::InspectorController::addProfile):
96533 addProfile this is the function that adds a message to the console that
DChangeLog-2010-12-0672995 (WebCore::InspectorProfilerAgent::addProfile):
74099 (WebCore::InspectorController::addProfile):
74115 (WebCore::InspectorProfilerAgent::addProfile):
87195 (WebCore::InspectorController::addProfile):