Home | History | Annotate | Download | only in debug

Lines Matching full:base

10 #include "base/debug/trace_event.h"
11 #include "base/memory/scoped_ptr.h"
13 namespace base {
19 class TracedValue : public base::debug::ConvertableToTraceFormat {
21 static scoped_ptr<base::Value> CreateIDRef(const void* id);
23 base::DictionaryValue* dict, const char* object_name, const void* id);
26 base::DictionaryValue* dict,
29 static scoped_refptr<base::debug::ConvertableToTraceFormat> FromValue(
30 base::Value* value);
35 explicit TracedValue(base::Value* value);
38 scoped_ptr<base::Value> value_;