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

/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInspectorTimelineAgent.cpp993 unsigned long long pixelRefId = event.asUInt(PlatformInstrumentation::LazyPixelRef); local
994 ASSERT(pixelRefId);
995 if (m_pixelRefToImageInfo.contains(pixelRefId))
996 state.decodedPixelRefId = pixelRefId;
1006 unsigned long long pixelRefId = event.asUInt(PlatformInstrumentation::LazyPixelRef); local
1007 ASSERT(pixelRefId);
1013 m_pixelRefToImageInfo.set(pixelRefId, TimelineImageInfo(nodeId(m_imageBeingPainted->generatingNode()), url));

Completed in 50 milliseconds