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

  /external/webkit/WebCore/inspector/
InspectorTimelineAgent.h 68 class InspectorTimelineAgent : public Noncopyable {
70 InspectorTimelineAgent(InspectorFrontend* frontend);
71 ~InspectorTimelineAgent();
111 static InspectorTimelineAgent* retrieve(ScriptExecutionContext*);
134 inline InspectorTimelineAgent* InspectorTimelineAgent::retrieve(ScriptExecutionContext* context)
137 return static_cast<Document*>(context)->inspectorTimelineAgent();
InspectorTimelineAgent.cpp 32 #include "InspectorTimelineAgent.h"
47 InspectorTimelineAgent::InspectorTimelineAgent(InspectorFrontend* frontend)
53 InspectorTimelineAgent::~InspectorTimelineAgent()
57 void InspectorTimelineAgent::willDispatchEvent(const Event& event)
63 void InspectorTimelineAgent::didDispatchEvent()
68 void InspectorTimelineAgent::willLayout()
73 void InspectorTimelineAgent::didLayout()
78 void InspectorTimelineAgent::willRecalculateStyle(
    [all...]

Completed in 217 milliseconds