Home
last modified time | relevance | path

Searched refs:didDecodeImage (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/
DPlatformInstrumentation.h46 virtual void didDecodeImage() = 0;
75 static void didDecodeImage();
97 inline void PlatformInstrumentation::didDecodeImage() in didDecodeImage() function
101 m_client->didDecodeImage(); in didDecodeImage()
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/bmp/
DBMPImageDecoder.cpp84 PlatformInstrumentation::didDecodeImage(); in frameBufferAtIndex()
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/webp/
DWEBPImageDecoder.cpp139 PlatformInstrumentation::didDecodeImage(); in frameBufferAtIndex()
162 PlatformInstrumentation::didDecodeImage(); in frameBufferAtIndex()
/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorTimelineAgent.h246 virtual void didDecodeImage() OVERRIDE;
DInspectorTimelineAgent.cpp621 void InspectorTimelineAgent::didDecodeImage() in didDecodeImage() function in WebCore::InspectorTimelineAgent
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/ico/
DICOImageDecoder.cpp126 PlatformInstrumentation::didDecodeImage(); in frameBufferAtIndex()
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/gif/
DGIFImageDecoder.cpp115 PlatformInstrumentation::didDecodeImage(); in frameBufferAtIndex()
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/png/
DPNGImageDecoder.cpp251 PlatformInstrumentation::didDecodeImage(); in frameBufferAtIndex()
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/jpeg/
DJPEGImageDecoder.cpp659 PlatformInstrumentation::didDecodeImage(); in frameBufferAtIndex()