Searched refs:shouldCache (Results 1 – 10 of 10) 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() argument106 TRACE_EVENT_BEGIN1(CategoryName, ImageResizeEvent, CachedArgument, shouldCache); in willResizeImage()108 m_client->willResizeImage(shouldCache); in willResizeImage()
117 public boolean shouldCache(){ in shouldCache() method in AudioKey
295 bool shouldCache = isDataComplete() in resizedBitmap() local298 PlatformInstrumentation::willResizeImage(shouldCache); in resizedBitmap()303 if (!shouldCache) in resizedBitmap()
196 PassRefPtr<JSONObject> TimelineRecordFactory::createResizeImageData(bool shouldCache) in createResizeImageData() argument199 data->setBoolean("cached", shouldCache); in createResizeImageData()
85 static PassRefPtr<JSONObject> createResizeImageData(bool shouldCache);
247 virtual void willResizeImage(bool shouldCache) OVERRIDE;
626 void InspectorTimelineAgent::willResizeImage(bool shouldCache) in willResizeImage() argument628 RefPtr<JSONObject> data = TimelineRecordFactory::createResizeImageData(shouldCache); in willResizeImage()
232 if (key.shouldCache()){ in loadAsset()290 if (key.shouldCache()) in loadAsset()
125 public boolean shouldCache(){ in shouldCache() method in AssetKey
85 public boolean shouldCache(){ in shouldCache() method in GLSLLoader.GlslDependKey