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

/external/chromium_org/third_party/WebKit/Source/platform/
H A DEventTracer.h50 class PLATFORM_EXPORT ConvertableToTraceFormat : public RefCounted<ConvertableToTraceFormat> { class in namespace:blink::TraceEvent
53 virtual ~ConvertableToTraceFormat() { }
73 TraceEvent::ConvertableToTraceFormat*[],
/external/chromium_org/base/debug/
H A Dtrace_event_impl.h68 class BASE_EXPORT ConvertableToTraceFormat class in namespace:base::debug
69 : public RefCounted<ConvertableToTraceFormat> {
84 virtual ~ConvertableToTraceFormat() {}
87 friend class RefCounted<ConvertableToTraceFormat>;
128 const scoped_refptr<ConvertableToTraceFormat>* convertable_values,
178 scoped_refptr<ConvertableToTraceFormat> convertable_values_[kTraceMaxNumArgs];
572 const scoped_refptr<ConvertableToTraceFormat>* convertable_values,
585 const scoped_refptr<ConvertableToTraceFormat>* convertable_values,

Completed in 106 milliseconds