HomeSort by relevance Sort by last modified time
    Searched defs:willResizeImage (Results 1 - 2 of 2) 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.cpp 406 void InspectorTimelineAgent::willResizeImage(bool shouldCache)

Completed in 33 milliseconds