OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:InspectorAgent
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorBaseAgent.cpp
39
InspectorAgent
::
InspectorAgent
(const String& name)
44
InspectorAgent
::~
InspectorAgent
()
51
void
InspectorAgent
::trace(Visitor* visitor)
57
void
InspectorAgent
::appended(InstrumentingAgents* instrumentingAgents, InspectorState* inspectorState)
70
void InspectorAgentRegistry::append(PassOwnPtrWillBeRawPtr<
InspectorAgent
> agent)
InspectorBaseAgent.h
48
class
InspectorAgent
: public NoBaseWillBeGarbageCollectedFinalized<
InspectorAgent
> {
50
explicit
InspectorAgent
(const String&);
51
virtual ~
InspectorAgent
();
78
void append(PassOwnPtrWillBeRawPtr<
InspectorAgent
>);
93
WillBeHeapVector<OwnPtrWillBeMember<
InspectorAgent
> > m_agents;
97
class InspectorBaseAgent : public
InspectorAgent
{
107
explicit InspectorBaseAgent(const String& name) :
InspectorAgent
(name)
Completed in 109 milliseconds