Searched refs:GetCurrentArray (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/base/debug/
H A Dtrace_event_argument.cc60 GetCurrentArray()->AppendInteger(value);
64 GetCurrentArray()->AppendDouble(value);
68 GetCurrentArray()->AppendBoolean(value);
72 GetCurrentArray()->AppendString(value);
77 GetCurrentArray()->Append(array);
83 GetCurrentArray()->Append(dictionary);
89 DCHECK(GetCurrentArray());
101 ListValue* TracedValue::GetCurrentArray() { function in class:base::debug::TracedValue
H A Dtrace_event_argument.h49 ListValue* GetCurrentArray();

Completed in 83 milliseconds