Home
last modified time | relevance | path

Searched refs:BeginDictionaryWithCopiedName (Results 1 – 3 of 3) sorted by relevance

/external/libchrome/base/trace_event/
Dmemory_allocator_dump.cc65 value->BeginDictionaryWithCopiedName(absolute_name_); in AsValueInto()
70 value->BeginDictionaryWithCopiedName(entry.name); in AsValueInto()
Dtrace_event_argument.h51 void BeginDictionaryWithCopiedName(base::StringPiece name);
Dtrace_event_argument.cc159 BeginDictionaryWithCopiedName(name); in SetValueWithCopiedName()
172 void TracedValue::BeginDictionaryWithCopiedName(base::StringPiece name) { in BeginDictionaryWithCopiedName() function in base::trace_event::TracedValue
282 BeginDictionaryWithCopiedName(name); in SetBaseValueWithCopiedName()