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

  /external/chromium_org/content/renderer/compositor_bindings/
web_image_layer_impl.cc 14 WebImageLayerImpl::WebImageLayerImpl() {
21 WebImageLayerImpl::~WebImageLayerImpl() {
24 blink::WebLayer* WebImageLayerImpl::layer() {
28 void WebImageLayerImpl::setBitmap(SkBitmap bitmap) {
web_image_layer_impl.h 17 class WebImageLayerImpl : public blink::WebImageLayer {
19 CONTENT_EXPORT WebImageLayerImpl();
20 virtual ~WebImageLayerImpl();
29 DISALLOW_COPY_AND_ASSIGN(WebImageLayerImpl);

Completed in 1212 milliseconds