WebImageLayerImpl   71 webkit/renderer/compositor_bindings/web_compositor_support_impl.cc   return new WebImageLayerImpl();
WebImageLayerImpl   14 webkit/renderer/compositor_bindings/web_image_layer_impl.cc WebImageLayerImpl::WebImageLayerImpl() {
WebImageLayerImpl   21 webkit/renderer/compositor_bindings/web_image_layer_impl.cc WebImageLayerImpl::~WebImageLayerImpl() {}
WebImageLayerImpl   23 webkit/renderer/compositor_bindings/web_image_layer_impl.cc blink::WebLayer* WebImageLayerImpl::layer() { return layer_.get(); }
WebImageLayerImpl   25 webkit/renderer/compositor_bindings/web_image_layer_impl.cc void WebImageLayerImpl::setBitmap(SkBitmap bitmap) {
WebImageLayerImpl   17 webkit/renderer/compositor_bindings/web_image_layer_impl.h class WebImageLayerImpl : public blink::WebImageLayer {
WebImageLayerImpl   19 webkit/renderer/compositor_bindings/web_image_layer_impl.h   WEBKIT_COMPOSITOR_BINDINGS_EXPORT WebImageLayerImpl();
WebImageLayerImpl   20 webkit/renderer/compositor_bindings/web_image_layer_impl.h   virtual ~WebImageLayerImpl();
WebImageLayerImpl   29 webkit/renderer/compositor_bindings/web_image_layer_impl.h   DISALLOW_COPY_AND_ASSIGN(WebImageLayerImpl);