Lines Matching refs:trace_event
1 # we don't support trace_event on libchrome
9 -#include "base/trace_event/memory_usage_estimator.h"
11 +// #include "base/trace_event/memory_usage_estimator.h"
22 - return base::trace_event::EstimateMemoryUsage(string_value_);
24 - return base::trace_event::EstimateMemoryUsage(binary_value_);
26 - return base::trace_event::EstimateMemoryUsage(dict_);
28 - return base::trace_event::EstimateMemoryUsage(list_);
37 +// return base::trace_event::EstimateMemoryUsage(string_value_);
39 +// return base::trace_event::EstimateMemoryUsage(binary_value_);
41 +// return base::trace_event::EstimateMemoryUsage(dict_);
43 +// return base::trace_event::EstimateMemoryUsage(list_);
57 // See base/trace_event/memory_usage_estimator.h for more info.