HomeSort by relevance Sort by last modified time
    Searched refs:TraceEventDispatcher (Results 1 - 16 of 16) 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,
46 TraceEventDispatcher* self = instance();
57 void TraceEventDispatcher::enqueueEvent(double timestamp, char phase, const char* name, unsigned long long id, ThreadIdentifier threadIdentifier,
71 callOnMainThread(bind(&TraceEventDispatcher::processBackgroundEventsTask, this));
74 void TraceEventDispatcher::processBackgroundEventsTask()
80 void TraceEventDispatcher::processBackgroundEvents()
103 void TraceEventDispatcher::addListener(const char* name, char phase, PassOwnPtrWillBeRawPtr<TraceEventListener> listener, InspectorClient* client)
118 void TraceEventDispatcher::removeAllListeners(void* eventTarget, InspectorClient* client)
143 size_t TraceEventDispatcher::TraceEvent::findParameter(const char* name) cons
    [all...]
InspectorTimelineAgent.h 41 #include "core/inspector/TraceEventDispatcher.h"
237 void onBeginImplSideFrame(const TraceEventDispatcher::TraceEvent&);
238 void onPaintSetupBegin(const TraceEventDispatcher::TraceEvent&);
239 void onPaintSetupEnd(const TraceEventDispatcher::TraceEvent&);
240 void onRasterTaskBegin(const TraceEventDispatcher::TraceEvent&);
241 void onRasterTaskEnd(const TraceEventDispatcher::TraceEvent&);
242 void onImageDecodeBegin(const TraceEventDispatcher::TraceEvent&);
243 void onImageDecodeEnd(const TraceEventDispatcher::TraceEvent&);
244 void onLayerDeleted(const TraceEventDispatcher::TraceEvent&);
245 void onDrawLazyPixelRef(const TraceEventDispatcher::TraceEvent&)
    [all...]
TraceEventDispatcher.h 47 class TraceEventDispatcher {
48 WTF_MAKE_NONCOPYABLE(TraceEventDispatcher);
144 virtual void call(const TraceEventDispatcher::TraceEvent&) = 0;
149 static TraceEventDispatcher* instance()
151 DEFINE_STATIC_LOCAL(TraceEventDispatcher, instance, ());
164 TraceEventDispatcher()
InspectorTimelineAgent.cpp 53 #include "core/inspector/TraceEventDispatcher.h"
145 class InspectorTimelineAgentTraceEventListener : public TraceEventDispatcher::TraceEventListener {
147 typedef void (InspectorTimelineAgent::*TraceEventHandlerMethod)(const TraceEventDispatcher::TraceEvent&);
152 virtual void call(const TraceEventDispatcher::TraceEvent& event) OVERRIDE
163 TraceEventDispatcher::TraceEventListener::trace(visitor);
401 TraceEventDispatcher* dispatcher = TraceEventDispatcher::instance();
446 TraceEventDispatcher::instance()->removeAllListeners(this, m_client);
475 TraceEventDispatcher::instance()->processBackgroundEvents();
600 TraceEventDispatcher::instance()->processBackgroundEvents()
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/
webcore_remaining.target.darwin-arm.mk 445 third_party/WebKit/Source/core/inspector/TraceEventDispatcher.cpp \
    [all...]
webcore_remaining.target.darwin-arm64.mk 445 third_party/WebKit/Source/core/inspector/TraceEventDispatcher.cpp \
    [all...]
webcore_remaining.target.darwin-mips.mk 445 third_party/WebKit/Source/core/inspector/TraceEventDispatcher.cpp \
    [all...]
webcore_remaining.target.darwin-mips64.mk 445 third_party/WebKit/Source/core/inspector/TraceEventDispatcher.cpp \
    [all...]
webcore_remaining.target.darwin-x86.mk 445 third_party/WebKit/Source/core/inspector/TraceEventDispatcher.cpp \
    [all...]
webcore_remaining.target.darwin-x86_64.mk 445 third_party/WebKit/Source/core/inspector/TraceEventDispatcher.cpp \
    [all...]
webcore_remaining.target.linux-arm.mk 445 third_party/WebKit/Source/core/inspector/TraceEventDispatcher.cpp \
    [all...]
webcore_remaining.target.linux-arm64.mk 445 third_party/WebKit/Source/core/inspector/TraceEventDispatcher.cpp \
    [all...]
webcore_remaining.target.linux-mips.mk 445 third_party/WebKit/Source/core/inspector/TraceEventDispatcher.cpp \
    [all...]
webcore_remaining.target.linux-mips64.mk 445 third_party/WebKit/Source/core/inspector/TraceEventDispatcher.cpp \
    [all...]
webcore_remaining.target.linux-x86.mk 445 third_party/WebKit/Source/core/inspector/TraceEventDispatcher.cpp \
    [all...]
webcore_remaining.target.linux-x86_64.mk 445 third_party/WebKit/Source/core/inspector/TraceEventDispatcher.cpp \
    [all...]

Completed in 168 milliseconds