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

  /external/chromium_org/third_party/WebKit/Source/platform/
TraceEvent.h 131 // Use TRACE_STR_COPY to force copying of a const char*:
133 // "arg1", TRACE_STR_COPY("string will be copied"));
174 #define TRACE_STR_COPY(str) \
    [all...]
  /external/chromium_org/third_party/angle/src/third_party/trace_event/
trace_event.h 110 // Use TRACE_STR_COPY to force copying of a const char*:
112 // "arg1", TRACE_STR_COPY("string will be copied"));
151 #define TRACE_STR_COPY(str) \
    [all...]
  /external/chromium_org/third_party/webrtc/system_wrappers/interface/
trace_event.h 132 // Use TRACE_STR_COPY to force copying of a const char*:
134 // "arg1", TRACE_STR_COPY("string will be copied"));
147 #define TRACE_STR_COPY(str) \
    [all...]
  /external/chromium_org/base/debug/
trace_event.h 128 // Use TRACE_STR_COPY to force copying of a const char*:
130 // "arg1", TRACE_STR_COPY("string will be copied"));
203 #define TRACE_STR_COPY(str) \
    [all...]
  /external/chromium_org/third_party/skia/src/core/
SkTraceEvent.h 129 // Use TRACE_STR_COPY to force copying of a const char*:
131 // "arg1", TRACE_STR_COPY("string will be copied"));
168 #define TRACE_STR_COPY(str) \
    [all...]
  /external/skia/src/core/
SkTraceEvent.h 129 // Use TRACE_STR_COPY to force copying of a const char*:
131 // "arg1", TRACE_STR_COPY("string will be copied"));
168 #define TRACE_STR_COPY(str) \
    [all...]

Completed in 285 milliseconds