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

/external/webkit/Source/WebCore/inspector/
H A DInspectorDOMAgent.h58 class InspectorDOMAgent;
88 class InspectorDOMAgent { class in namespace:WebCore
99 static PassOwnPtr<InspectorDOMAgent> create(InstrumentingAgents* instrumentingAgents, Page* page, InspectorClient* client, InspectorState* inspectorState, InjectedScriptManager* injectedScriptManager)
101 return adoptPtr(new InspectorDOMAgent(instrumentingAgents, page, client, inspectorState, injectedScriptManager));
104 ~InspectorDOMAgent();
178 InspectorDOMAgent(InstrumentingAgents*, Page*, InspectorClient*, InspectorState*, InjectedScriptManager*);
203 void onMatchJobsTimer(Timer<InspectorDOMAgent>*);
227 Timer<InspectorDOMAgent> m_matchJobsTimer;
H A DInspectorDOMAgent.cpp32 #include "InspectorDOMAgent.h"
124 RevalidateStyleAttributeTask(InspectorDOMAgent*);
130 InspectorDOMAgent* m_domAgent;
238 RevalidateStyleAttributeTask::RevalidateStyleAttributeTask(InspectorDOMAgent* domAgent)
260 InspectorDOMAgent::InspectorDOMAgent(InstrumentingAgents* instrumentingAgents, Page* inspectedPage, InspectorClient* client, InspectorState* inspectorState, InjectedScriptManager* injectedScriptManager) function in class:WebCore::InspectorDOMAgent
269 , m_matchJobsTimer(this, &InspectorDOMAgent::onMatchJobsTimer)
274 InspectorDOMAgent::~InspectorDOMAgent()
281 void InspectorDOMAgent
[all...]

Completed in 152 milliseconds