OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TRACE_STR_COPY
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/cc/animation/
animation.cc
100
"cc", "Animation", this, "Name",
TRACE_STR_COPY
(name_buffer));
129
TRACE_STR_COPY
(name_buffer),
131
TRACE_STR_COPY
(state_buffer));
/external/chromium_org/third_party/WebKit/Source/platform/
PlatformInstrumentation.h
92
TRACE_EVENT_BEGIN1(CategoryName, ImageDecodeEvent, ImageTypeArgument,
TRACE_STR_COPY
(imageType.ascii().data()));
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
...]
/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/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
...]
Completed in 110 milliseconds