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

  /external/chromium_org/third_party/WebKit/Source/core/platform/
PlatformInstrumentation.h 77 TRACE_EVENT_BEGIN1(CategoryName, ImageDecodeEvent, ImageTypeArgument, TRACE_STR_COPY(imageType.ascii().data()));
  /external/chromium_org/cc/animation/
animation.cc 101 "cc", "Animation", this, "Name", TRACE_STR_COPY(name_buffer));
130 TRACE_STR_COPY(name_buffer),
132 TRACE_STR_COPY(state_buffer));
  /external/chromium_org/base/debug/
trace_event_unittest.cc     [all...]
trace_event.h 128 // Use TRACE_STR_COPY to force copying of a const char*:
130 // "arg1", TRACE_STR_COPY("string will be copied"));
202 #define TRACE_STR_COPY(str) \
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/platform/chromium/
TraceEvent.h 131 // Use TRACE_STR_COPY to force copying of a const char*:
133 // "arg1", TRACE_STR_COPY("string will be copied"));
173 #define TRACE_STR_COPY(str) \
    [all...]

Completed in 2491 milliseconds