Home
last modified time | relevance | path

Searched refs:BeginDictionary (Results 1 – 10 of 10) sorted by relevance

/external/libchrome/base/trace_event/
Dtrace_event_argument_unittest.cc49 value->BeginDictionary(); in TEST()
55 value->BeginDictionary("dict1"); in TEST()
56 value->BeginDictionary("dict2"); in TEST()
87 value->BeginDictionary(); in TEST()
118 value->BeginDictionary("outer_dict"); in TEST()
157 nested_dict_value->BeginDictionary("g"); in TEST()
Dtrace_event_argument.h40 void BeginDictionary(const char* name);
59 void BeginDictionary();
Dtrace_event_argument.cc150 BeginDictionary(name); in SetValue()
165 void TracedValue::BeginDictionary(const char* name) { in BeginDictionary() function in base::trace_event::TracedValue
229 void TracedValue::BeginDictionary() { in BeginDictionary() function in base::trace_event::TracedValue
336 BeginDictionary(); in AppendBaseValue()
Dblame_context.cc88 state->BeginDictionary("parent"); in AsValueInto()
Dtrace_event_impl.cc464 value->BeginDictionary("id2"); in AsConvertableToTraceFormat()
467 value->BeginDictionary("id2"); in AsConvertableToTraceFormat()
Dmemory_allocator_dump.cc67 value->BeginDictionary("attrs"); in AsValueInto()
Dprocess_memory_dump.cc369 value->BeginDictionary("allocators"); in SerializeAllocatorDumpsInto()
378 value->BeginDictionary(); in SerializeAllocatorDumpsInto()
/external/libchrome/base/task/sequence_manager/
Dtime_domain.cc120 state->BeginDictionary(); in AsValueInto()
Dtask_queue_impl.cc492 state->BeginDictionary(); in AsValueInto()
755 state->BeginDictionary(); in TaskAsValueInto()
Dsequence_manager_impl.cc594 state->BeginDictionary("selector"); in AsValueWithSelectorResult()