Searched refs:shouldPaintAtLowQuality (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DImageQualityController.h66 bool shouldPaintAtLowQuality(GraphicsContext*, RenderObject*, Image*, const void* layer, const LayoutSize&);
H A DImageQualityController.cpp79 if (shouldPaintAtLowQuality(context, object, image, layer, layoutSize))
156 bool ImageQualityController::shouldPaintAtLowQuality(GraphicsContext* context, RenderObject* object, Image* image, const void *layer, const LayoutSize& layoutSize) function in class:blink::ImageQualityController

Completed in 651 milliseconds