Searched defs:TRACE_STR_COPY (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/angle/src/third_party/trace_event/
H A Dtrace_event.h110 // 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) \ macro
/external/chromium_org/third_party/webrtc/system_wrappers/interface/
H A Dtrace_event.h132 // 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) \ macro
/external/chromium_org/base/debug/
H A Dtrace_event.h128 // 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) \ macro
/external/chromium_org/third_party/WebKit/Source/platform/
H A DTraceEvent.h131 // 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) \ macro
/external/chromium_org/third_party/skia/src/core/
H A DSkTraceEvent.h129 // 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) \ macro
/external/skia/src/core/
H A DSkTraceEvent.h129 // 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) \ macro

Completed in 1361 milliseconds