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

  /external/chromium_org/third_party/WebKit/Source/platform/
EventTracer.cpp 66 TraceEvent::TraceEventHandle EventTracer::addTraceEvent(char phase, const unsigned char* categoryEnabledFlag,
70 return blink::Platform::current()->addTraceEvent(phase, categoryEnabledFlag, name, id, numArgs, argNames, argTypes, argValues, flags);
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
546 WebCore::EventTracer::addTraceEvent
584 WebCore::TraceEvent::addTraceEvent( \
598 WebCore::TraceEvent::addTraceEvent( \
617 WebCore::TraceEvent::addTraceEvent( \
    [all...]
  /external/chromium_org/webkit/child/
webkitplatformsupport_impl.cc 478 blink::Platform::TraceEventHandle WebKitPlatformSupportImpl::addTraceEvent(
    [all...]
  /external/chromium_org/third_party/WebKit/public/platform/
Platform.h 446 // addTraceEvent is expected to be called by the trace event macros.
467 // returned from addTraceEvent().
497 // call to addTraceEvent with a BEGIN phase.
505 // string) as temporary so that they will be copied by addTraceEvent.
510 virtual TraceEventHandle addTraceEvent(
  /external/chromium_org/third_party/angle/src/third_party/trace_event/
trace_event.h 130 // not intended to be multithread safe. It optimizes access to addTraceEvent
132 // cause some threads to incorrectly call or skip calling addTraceEvent near
135 // because addTraceEvent is threadsafe internally and checks the enabled state
503 gl::TraceEvent::addTraceEvent( \
517 gl::TraceEvent::addTraceEvent( \
536 gl::TraceEvent::addTraceEvent( \
579 // Specify these values when the corresponding argument of addTraceEvent is not
    [all...]

Completed in 163 milliseconds