Home
last modified time | relevance | path

Searched refs:willResizeImage (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/
DPlatformInstrumentation.h47 virtual void willResizeImage(bool shouldCache) = 0;
76 static void willResizeImage(bool shouldCache);
104 inline void PlatformInstrumentation::willResizeImage(bool shouldCache) in willResizeImage() function
108 m_client->willResizeImage(shouldCache); in willResizeImage()
/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorTimelineAgent.h247 virtual void willResizeImage(bool shouldCache) OVERRIDE;
DInspectorTimelineAgent.cpp626 void InspectorTimelineAgent::willResizeImage(bool shouldCache) in willResizeImage() function in WebCore::InspectorTimelineAgent
/external/chromium_org/third_party/WebKit/Source/platform/graphics/skia/
DNativeImageSkia.cpp298 PlatformInstrumentation::willResizeImage(shouldCache); in resizedBitmap()