OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:InspectorProfilerAgent
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/inspector/
InspectorProfilerAgent.h
56
class
InspectorProfilerAgent
{
57
WTF_MAKE_NONCOPYABLE(
InspectorProfilerAgent
); WTF_MAKE_FAST_ALLOCATED;
59
static PassOwnPtr<
InspectorProfilerAgent
> create(InstrumentingAgents*, InspectorConsoleAgent*, Page*, InspectorState*);
60
virtual ~
InspectorProfilerAgent
();
100
InspectorProfilerAgent
(InstrumentingAgents*, InspectorConsoleAgent*, Page*, InspectorState*);
InspectorProfilerAgent.cpp
31
#include "
InspectorProfilerAgent
.h"
66
PassOwnPtr<
InspectorProfilerAgent
>
InspectorProfilerAgent
::create(InstrumentingAgents* instrumentingAgents, InspectorConsoleAgent* consoleAgent, Page* inspectedPage, InspectorState* inspectorState)
68
return adoptPtr(new
InspectorProfilerAgent
(instrumentingAgents, consoleAgent, inspectedPage, inspectorState));
71
InspectorProfilerAgent
::
InspectorProfilerAgent
(InstrumentingAgents* instrumentingAgents, InspectorConsoleAgent* consoleAgent, Page* inspectedPage, InspectorState* inspectorState)
86
InspectorProfilerAgent
::~
InspectorProfilerAgent
()
91
void
InspectorProfilerAgent
::addProfile(PassRefPtr<ScriptProfile> prpProfile, unsigned lineNumber, const String& sourceURL)
100
void
InspectorProfilerAgent
::addProfileFinishedMessageToConsole(PassRefPtr<ScriptProfile> prpProfile, unsigned lineNumber, con (…)
[
all
...]
Completed in 107 milliseconds