HomeSort by relevance Sort by last modified time
    Searched refs:willResizeImage (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/platform/
PlatformInstrumentation.h 47 virtual void willResizeImage(bool shouldCache) = 0;
64 static void willResizeImage(bool shouldCache);
89 inline void PlatformInstrumentation::willResizeImage(bool shouldCache)
93 m_client->willResizeImage(shouldCache);
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorTimelineAgent.h 213 virtual void willResizeImage(bool shouldCache) OVERRIDE;
InspectorTimelineAgent.cpp 406 void InspectorTimelineAgent::willResizeImage(bool shouldCache)
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/skia/
NativeImageSkia.cpp 301 PlatformInstrumentation::willResizeImage(shouldCache);

Completed in 30 milliseconds