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 WebCore::TraceEvent::ConvertableToTraceFormat*[],
  /external/chromium_org/base/debug/
trace_event_impl.h 67 class ConvertableToTraceFormat : public RefCounted<ConvertableToTraceFormat> {
76 virtual ~ConvertableToTraceFormat() {}
79 friend class RefCounted<ConvertableToTraceFormat>;
120 const scoped_refptr<ConvertableToTraceFormat>* convertable_values,
170 scoped_refptr<ConvertableToTraceFormat> convertable_values_[kTraceMaxNumArgs];
520 const scoped_refptr<ConvertableToTraceFormat>* convertable_values,
533 const scoped_refptr<ConvertableToTraceFormat>* convertable_values,

Completed in 424 milliseconds