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

  /external/webkit/WebCore/inspector/
InspectorDOMAgent.h 69 class InspectorDOMAgent : public EventListener {
71 static PassRefPtr<InspectorDOMAgent> create(InspectorFrontend* frontend)
73 return adoptRef(new InspectorDOMAgent(frontend));
76 static const InspectorDOMAgent* cast(const EventListener* listener)
79 ? static_cast<const InspectorDOMAgent*>(listener)
83 InspectorDOMAgent(InspectorFrontend* frontend);
84 ~InspectorDOMAgent();
InspectorDOMAgent.cpp 32 #include "InspectorDOMAgent.h"
63 InspectorDOMAgent::InspectorDOMAgent(InspectorFrontend* frontend)
70 InspectorDOMAgent::~InspectorDOMAgent()
75 void InspectorDOMAgent::reset()
86 void InspectorDOMAgent::setDocument(Document* doc)
101 void InspectorDOMAgent::releaseDanglingNodes()
107 void InspectorDOMAgent::startListening(Document* doc)
117 void InspectorDOMAgent::stopListening(Document* doc
    [all...]

Completed in 22 milliseconds