HomeSort by relevance Sort by last modified time
    Searched defs:ConvertableToTraceFormat (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/
EventTracer.h 50 class PLATFORM_EXPORT ConvertableToTraceFormat : public RefCounted<ConvertableToTraceFormat> {
53 virtual ~ConvertableToTraceFormat() { }
73 TraceEvent::ConvertableToTraceFormat*[],
  /external/chromium_org/base/debug/
trace_event_impl.h 68 class BASE_EXPORT ConvertableToTraceFormat
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 74 milliseconds