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

  /external/chromium_org/cc/blink/
web_image_layer_impl.h 17 class WebImageLayerImpl : public blink::WebImageLayer {
19 CC_BLINK_EXPORT WebImageLayerImpl();
20 virtual ~WebImageLayerImpl();
29 DISALLOW_COPY_AND_ASSIGN(WebImageLayerImpl);
web_image_layer_impl.cc 14 WebImageLayerImpl::WebImageLayerImpl() {
21 WebImageLayerImpl::~WebImageLayerImpl() {
24 blink::WebLayer* WebImageLayerImpl::layer() {
28 void WebImageLayerImpl::setImageBitmap(const SkBitmap& bitmap) {
web_compositor_support_impl.cc 69 return new WebImageLayerImpl();

Completed in 486 milliseconds