Searched defs:InspectorProfilerAgent (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInspectorProfilerAgent.cpp31 #include "core/inspector/InspectorProfilerAgent.h"
78 class InspectorProfilerAgent::ProfileDescriptor {
87 PassOwnPtrWillBeRawPtr<InspectorProfilerAgent> InspectorProfilerAgent::create(InjectedScriptManager* injectedScriptManager, InspectorOverlay* overlay)
89 return adoptPtrWillBeNoop(new InspectorProfilerAgent(injectedScriptManager, overlay));
92 InspectorProfilerAgent::InspectorProfilerAgent(InjectedScriptManager* injectedScriptManager, InspectorOverlay* overlay) function in class:blink::InspectorProfilerAgent
93 : InspectorBaseAgent<InspectorProfilerAgent>("Profiler")
103 InspectorProfilerAgent::~InspectorProfilerAgent()
[all...]

Completed in 71 milliseconds