Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorTimelineAgent.h268 void onActivateLayerTree(const TraceEventDispatcher::TraceEvent&);
DInspectorTimelineAgent.cpp361 …ayerTree, TRACE_EVENT_PHASE_INSTANT, this, &InspectorTimelineAgent::onActivateLayerTree, m_client); in innerStart()
972 void InspectorTimelineAgent::onActivateLayerTree(const TraceEventDispatcher::TraceEvent& event) in onActivateLayerTree() function in WebCore::InspectorTimelineAgent