Home
last modified time | relevance | path

Searched refs:WebNinePatchLayerImpl (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/cc/blink/
Dweb_nine_patch_layer_impl.cc16 WebNinePatchLayerImpl::WebNinePatchLayerImpl() { in WebNinePatchLayerImpl() function in cc_blink::WebNinePatchLayerImpl
20 WebNinePatchLayerImpl::~WebNinePatchLayerImpl() { in ~WebNinePatchLayerImpl()
23 blink::WebLayer* WebNinePatchLayerImpl::layer() { in layer()
27 void WebNinePatchLayerImpl::setBitmap(const SkBitmap& bitmap) { in setBitmap()
33 void WebNinePatchLayerImpl::setAperture(const blink::WebRect& aperture) { in setAperture()
39 void WebNinePatchLayerImpl::setBorder(const blink::WebRect& border) { in setBorder()
Dweb_nine_patch_layer_impl.h17 class WebNinePatchLayerImpl : public blink::WebNinePatchLayer {
19 CC_BLINK_EXPORT WebNinePatchLayerImpl();
20 virtual ~WebNinePatchLayerImpl();
32 DISALLOW_COPY_AND_ASSIGN(WebNinePatchLayerImpl);
Dweb_compositor_support_impl.cc73 return new WebNinePatchLayerImpl(); in createNinePatchLayer()