HomeSort by relevance Sort by last modified time
    Searched defs:InspectorAgent (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorAgent.cpp 32 #include "core/inspector/InspectorAgent.h"
56 InspectorAgent::InspectorAgent(Page* page, InjectedScriptManager* injectedScriptManager, InstrumentingAgents* instrumentingAgents, InspectorCompositeState* state)
57 : InspectorBaseAgent<InspectorAgent>("Inspector", instrumentingAgents, state)
66 InspectorAgent::~InspectorAgent()
71 void InspectorAgent::didClearWindowObjectInWorld(Frame* frame, DOMWrapperWorld* world)
92 void InspectorAgent::setFrontend(InspectorFrontend* inspectorFrontend)
97 void InspectorAgent::clearFrontend()
106 void InspectorAgent::didCommitLoad(Frame* frame, DocumentLoader* loader
    [all...]
InspectorAgent.h 54 class InspectorAgent : public InspectorBaseAgent<InspectorAgent>, public InspectorBackendDispatcher::InspectorCommandHandler {
55 WTF_MAKE_NONCOPYABLE(InspectorAgent);
57 static PassOwnPtr<InspectorAgent> create(Page* page, InjectedScriptManager* injectedScriptManager, InstrumentingAgents* instrumentingAgents, InspectorCompositeState* state)
59 return adoptPtr(new InspectorAgent(page, injectedScriptManager, instrumentingAgents, state));
62 virtual ~InspectorAgent();
92 InspectorAgent(Page*, InjectedScriptManager*, InstrumentingAgents*, InspectorCompositeState*);

Completed in 28 milliseconds