Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorTimelineAgent.h257 void onBeginImplSideFrame(const TraceEventDispatcher::TraceEvent&);
DInspectorTimelineAgent.cpp355 …inFrame, TRACE_EVENT_PHASE_INSTANT, this, &InspectorTimelineAgent::onBeginImplSideFrame, m_client); in innerStart()
898 void InspectorTimelineAgent::onBeginImplSideFrame(const TraceEventDispatcher::TraceEvent& event) in onBeginImplSideFrame() function in WebCore::InspectorTimelineAgent