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

  /external/chromium_org/third_party/WebKit/Source/core/platform/
EventTracer.h 47 static void addTraceEvent(char phase,
EventTracer.cpp 63 void EventTracer::addTraceEvent(char phase, const unsigned char* categoryEnabledFlag,
67 return WebKit::Platform::current()->addTraceEvent(phase, categoryEnabledFlag, name, id, numArgs, argNames, argTypes, argValues, flags);
  /external/chromium_org/third_party/WebKit/Source/core/platform/chromium/
TraceEvent.h 151 // not intended to be multithread safe. It optimizes access to addTraceEvent
153 // cause some threads to incorrectly call or skip calling addTraceEvent near
156 // because addTraceEvent is threadsafe internally and checks the enabled state
498 WebCore::EventTracer::addTraceEvent
528 WebCore::TraceEvent::addTraceEvent( \
542 WebCore::TraceEvent::addTraceEvent( \
561 WebCore::TraceEvent::addTraceEvent( \
604 // Specify these values when the corresponding argument of addTraceEvent is not
    [all...]
  /external/chromium_org/webkit/child/
webkitplatformsupport_impl.h 78 virtual void addTraceEvent(
webkitplatformsupport_impl.cc 447 void WebKitPlatformSupportImpl::addTraceEvent(
    [all...]
  /external/chromium_org/third_party/WebKit/public/platform/
Platform.h 422 // addTraceEvent is expected to be called by the trace event macros.
467 // call to addTraceEvent with a BEGIN phase.
475 // string) as temporary so that they will be copied by addTraceEvent.
480 virtual void addTraceEvent(

Completed in 253 milliseconds