Searched refs:onBeginImplSideFrame (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInspectorTimelineAgent.h257 void onBeginImplSideFrame(const TraceEventDispatcher::TraceEvent&);
H A DInspectorTimelineAgent.cpp355 dispatcher->addListener(InstrumentationEvents::BeginFrame, TRACE_EVENT_PHASE_INSTANT, this, &InspectorTimelineAgent::onBeginImplSideFrame, m_client);
898 void InspectorTimelineAgent::onBeginImplSideFrame(const TraceEventDispatcher::TraceEvent& event) function in class:WebCore::InspectorTimelineAgent

Completed in 160 milliseconds