Searched defs:TracedValue (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/cc/debug/
H A Dtraced_value.h19 class TracedValue : public base::debug::ConvertableToTraceFormat { class in namespace:cc
35 explicit TracedValue(base::Value* value);
36 virtual ~TracedValue();
40 DISALLOW_COPY_AND_ASSIGN(TracedValue);
H A Dtraced_value.cc13 scoped_ptr<base::Value> TracedValue::CreateIDRef(const void* id) {
19 void TracedValue::MakeDictIntoImplicitSnapshot(
24 void TracedValue::MakeDictIntoImplicitSnapshotWithCategory(
33 scoped_refptr<base::debug::ConvertableToTraceFormat> TracedValue::FromValue(
36 new TracedValue(value));
39 TracedValue::TracedValue(base::Value* value) function in class:cc::TracedValue
43 TracedValue::~TracedValue() {
46 void TracedValue
[all...]

Completed in 230 milliseconds