InstrumentationEvents  123 Source/core/inspector/InspectorInstrumentation.h namespace InstrumentationEvents {
InstrumentationEvents  377 Source/core/inspector/InspectorTimelineAgent.cpp         dispatcher->addListener(InstrumentationEvents::BeginFrame, TRACE_EVENT_PHASE_INSTANT, this, &InspectorTimelineAgent::onBeginImplSideFrame, m_client);
InstrumentationEvents  378 Source/core/inspector/InspectorTimelineAgent.cpp         dispatcher->addListener(InstrumentationEvents::PaintSetup, TRACE_EVENT_PHASE_BEGIN, this, &InspectorTimelineAgent::onPaintSetupBegin, m_client);
InstrumentationEvents  379 Source/core/inspector/InspectorTimelineAgent.cpp         dispatcher->addListener(InstrumentationEvents::PaintSetup, TRACE_EVENT_PHASE_END, this, &InspectorTimelineAgent::onPaintSetupEnd, m_client);
InstrumentationEvents  380 Source/core/inspector/InspectorTimelineAgent.cpp         dispatcher->addListener(InstrumentationEvents::RasterTask, TRACE_EVENT_PHASE_BEGIN, this, &InspectorTimelineAgent::onRasterTaskBegin, m_client);
InstrumentationEvents  381 Source/core/inspector/InspectorTimelineAgent.cpp         dispatcher->addListener(InstrumentationEvents::RasterTask, TRACE_EVENT_PHASE_END, this, &InspectorTimelineAgent::onRasterTaskEnd, m_client);
InstrumentationEvents  382 Source/core/inspector/InspectorTimelineAgent.cpp         dispatcher->addListener(InstrumentationEvents::Layer, TRACE_EVENT_PHASE_DELETE_OBJECT, this, &InspectorTimelineAgent::onLayerDeleted, m_client);
InstrumentationEvents  383 Source/core/inspector/InspectorTimelineAgent.cpp         dispatcher->addListener(InstrumentationEvents::RequestMainThreadFrame, TRACE_EVENT_PHASE_INSTANT, this, &InspectorTimelineAgent::onRequestMainThreadFrame, m_client);
InstrumentationEvents  384 Source/core/inspector/InspectorTimelineAgent.cpp         dispatcher->addListener(InstrumentationEvents::ActivateLayerTree, TRACE_EVENT_PHASE_INSTANT, this, &InspectorTimelineAgent::onActivateLayerTree, m_client);
InstrumentationEvents  385 Source/core/inspector/InspectorTimelineAgent.cpp         dispatcher->addListener(InstrumentationEvents::DrawFrame, TRACE_EVENT_PHASE_INSTANT, this, &InspectorTimelineAgent::onDrawFrame, m_client);
InstrumentationEvents  392 Source/core/inspector/InspectorTimelineAgent.cpp         dispatcher->addListener(InstrumentationEvents::EmbedderCallback, TRACE_EVENT_PHASE_BEGIN, this, &InspectorTimelineAgent::onEmbedderCallbackBegin, m_client);
InstrumentationEvents  393 Source/core/inspector/InspectorTimelineAgent.cpp         dispatcher->addListener(InstrumentationEvents::EmbedderCallback, TRACE_EVENT_PHASE_END, this, &InspectorTimelineAgent::onEmbedderCallbackEnd, m_client);