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/platform/
PlatformInstrumentation.h 47 virtual void willResizeImage(bool shouldCache) = 0;
76 static void willResizeImage(bool shouldCache);
104 inline void PlatformInstrumentation::willResizeImage(bool shouldCache)
108 m_client->willResizeImage(shouldCache);
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorTimelineAgent.cpp 666 void InspectorTimelineAgent::willResizeImage(bool shouldCache)
    [all...]

Completed in 590 milliseconds