OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AddFragment
(Results
1 - 5
of
5
) sorted by null
/external/libchrome/base/trace_event/
trace_buffer.h
109
// JSON output and during
AddFragment
and Finish with following JSON output
111
// TraceResultBuffer::Start/
AddFragment
/Finish.
118
// Call
AddFragment
0 or more times to add trace fragments from TraceLog.
119
void
AddFragment
(const std::string& trace_fragment);
trace_buffer.cc
380
void TraceResultBuffer::
AddFragment
(const std::string& trace_fragment) {
trace_event_unittest.cc
196
trace_buffer_.
AddFragment
(events_str->data());
[
all
...]
memory_dump_manager_unittest.cc
68
buffer->
AddFragment
(json->data());
[
all
...]
/external/libchrome/base/test/
trace_event_analyzer_unittest.cc
44
buffer_.
AddFragment
(json_events_str->data());
Completed in 416 milliseconds