HomeSort by relevance Sort by last modified time
    Searched refs:TraceEventDispatcher (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/inspector/
TraceEventDispatcher.cpp 32 #include "core/inspector/TraceEventDispatcher.h"
42 void TraceEventDispatcher::dispatchEventOnAnyThread(char phase, const unsigned char*, const char* name, unsigned long long id,
48 TraceEventDispatcher* self = instance();
59 void TraceEventDispatcher::enqueueEvent(const TraceEvent& event)
69 callOnMainThread(bind(&TraceEventDispatcher::processBackgroundEventsTask, this));
72 void TraceEventDispatcher::processBackgroundEventsTask()
78 void TraceEventDispatcher::processBackgroundEvents()
101 void TraceEventDispatcher::innerAddListener(const char* name, char phase, TraceEventTargetBase* instance, TraceEventHandlerMethod method, InspectorClient* client)
113 void TraceEventDispatcher::removeAllListeners(TraceEventTargetBase* instance, InspectorClient* client)
138 size_t TraceEventDispatcher::TraceEvent::findParameter(const char* name) cons
    [all...]
InspectorTimelineAgent.h 40 #include "core/inspector/TraceEventDispatcher.h"
257 void onBeginImplSideFrame(const TraceEventDispatcher::TraceEvent&);
258 void onPaintSetupBegin(const TraceEventDispatcher::TraceEvent&);
259 void onPaintSetupEnd(const TraceEventDispatcher::TraceEvent&);
260 void onRasterTaskBegin(const TraceEventDispatcher::TraceEvent&);
261 void onRasterTaskEnd(const TraceEventDispatcher::TraceEvent&);
262 void onImageDecodeBegin(const TraceEventDispatcher::TraceEvent&);
263 void onImageDecodeEnd(const TraceEventDispatcher::TraceEvent&);
264 void onLayerDeleted(const TraceEventDispatcher::TraceEvent&);
265 void onDrawLazyPixelRef(const TraceEventDispatcher::TraceEvent&)
    [all...]
TraceEventDispatcher.h 51 class TraceEventDispatcher {
52 WTF_MAKE_NONCOPYABLE(TraceEventDispatcher);
135 static TraceEventDispatcher* instance()
137 DEFINE_STATIC_LOCAL(TraceEventDispatcher, instance, ());
165 TraceEventDispatcher()
187 typedef void (C::*TraceEventHandler)(const TraceEventDispatcher::TraceEvent&);
InspectorTimelineAgent.cpp 50 #include "core/inspector/TraceEventDispatcher.h"
354 TraceEventDispatcher* dispatcher = TraceEventDispatcher::instance();
395 TraceEventDispatcher::instance()->removeAllListeners(this, m_client);
425 TraceEventDispatcher::instance()->processBackgroundEvents();
559 TraceEventDispatcher::instance()->processBackgroundEvents();
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/
webcore_remaining.target.darwin-arm.mk 365 third_party/WebKit/Source/core/inspector/TraceEventDispatcher.cpp \
    [all...]
webcore_remaining.target.darwin-mips.mk 365 third_party/WebKit/Source/core/inspector/TraceEventDispatcher.cpp \
    [all...]
webcore_remaining.target.darwin-x86.mk 365 third_party/WebKit/Source/core/inspector/TraceEventDispatcher.cpp \
    [all...]
webcore_remaining.target.linux-arm.mk 365 third_party/WebKit/Source/core/inspector/TraceEventDispatcher.cpp \
    [all...]
webcore_remaining.target.linux-mips.mk 365 third_party/WebKit/Source/core/inspector/TraceEventDispatcher.cpp \
    [all...]
webcore_remaining.target.linux-x86.mk 365 third_party/WebKit/Source/core/inspector/TraceEventDispatcher.cpp \
    [all...]

Completed in 4271 milliseconds