Searched refs:willResizeImage (Results 1 – 4 of 4) sorted by relevance
47 virtual void willResizeImage(bool shouldCache) = 0;76 static void willResizeImage(bool shouldCache);104 inline void PlatformInstrumentation::willResizeImage(bool shouldCache) in willResizeImage() function108 m_client->willResizeImage(shouldCache); in willResizeImage()
247 virtual void willResizeImage(bool shouldCache) OVERRIDE;
626 void InspectorTimelineAgent::willResizeImage(bool shouldCache) in willResizeImage() function in WebCore::InspectorTimelineAgent
298 PlatformInstrumentation::willResizeImage(shouldCache); in resizedBitmap()