Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/
DPlatformInstrumentation.h45 virtual void willDecodeImage(const String& imageType) = 0;
74 static void willDecodeImage(const String& imageType);
90 inline void PlatformInstrumentation::willDecodeImage(const String& imageType) in willDecodeImage() function
94 m_client->willDecodeImage(imageType); in willDecodeImage()
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/bmp/
DBMPImageDecoder.cpp82 PlatformInstrumentation::willDecodeImage("BMP"); in frameBufferAtIndex()
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/webp/
DWEBPImageDecoder.cpp137 PlatformInstrumentation::willDecodeImage("WEBP"); in frameBufferAtIndex()
160 PlatformInstrumentation::willDecodeImage("WEBP"); in frameBufferAtIndex()
/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorTimelineAgent.h245 virtual void willDecodeImage(const String& imageType) OVERRIDE;
DInspectorTimelineAgent.cpp613 void InspectorTimelineAgent::willDecodeImage(const String& imageType) in willDecodeImage() function in WebCore::InspectorTimelineAgent
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/ico/
DICOImageDecoder.cpp124 PlatformInstrumentation::willDecodeImage("ICO"); in frameBufferAtIndex()
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/gif/
DGIFImageDecoder.cpp113 PlatformInstrumentation::willDecodeImage("GIF"); in frameBufferAtIndex()
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/png/
DPNGImageDecoder.cpp249 PlatformInstrumentation::willDecodeImage("PNG"); in frameBufferAtIndex()
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/jpeg/
DJPEGImageDecoder.cpp657 PlatformInstrumentation::willDecodeImage("JPEG"); in frameBufferAtIndex()