Searched refs:lazyPixelRefId (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/
H A DPlatformInstrumentation.h78 static void didDrawLazyPixelRef(unsigned long long lazyPixelRefId);
79 static void willDecodeLazyPixelRef(unsigned long long lazyPixelRefId);
80 static void didDecodeLazyPixelRef(unsigned long long lazyPixelRefId);
118 inline void PlatformInstrumentation::didDrawLazyPixelRef(unsigned long long lazyPixelRefId) argument
120 TRACE_EVENT_INSTANT1(CategoryName, DrawLazyPixelRefEvent, LazyPixelRef, lazyPixelRefId);
123 inline void PlatformInstrumentation::willDecodeLazyPixelRef(unsigned long long lazyPixelRefId) argument
125 TRACE_EVENT_BEGIN1(CategoryName, DecodeLazyPixelRefEvent, LazyPixelRef, lazyPixelRefId);
128 inline void PlatformInstrumentation::didDecodeLazyPixelRef(unsigned long long lazyPixelRefId) argument
130 TRACE_EVENT_END1(CategoryName, DecodeLazyPixelRefEvent, LazyPixelRef, lazyPixelRefId);

Completed in 91 milliseconds