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

  /external/chromium_org/content/renderer/compositor_bindings/
web_nine_patch_layer_impl.h 17 class WebNinePatchLayerImpl : public blink::WebNinePatchLayer {
19 CONTENT_EXPORT WebNinePatchLayerImpl();
20 virtual ~WebNinePatchLayerImpl();
36 DISALLOW_COPY_AND_ASSIGN(WebNinePatchLayerImpl);
web_nine_patch_layer_impl.cc 16 WebNinePatchLayerImpl::WebNinePatchLayerImpl() {
20 WebNinePatchLayerImpl::~WebNinePatchLayerImpl() {
23 blink::WebLayer* WebNinePatchLayerImpl::layer() {
27 void WebNinePatchLayerImpl::setBitmap(SkBitmap bitmap,
37 void WebNinePatchLayerImpl::setBitmap(SkBitmap bitmap) {
43 void WebNinePatchLayerImpl::setAperture(const blink::WebRect& aperture) {
49 void WebNinePatchLayerImpl::setBorder(const blink::WebRect& border) {
55 void WebNinePatchLayerImpl::setFillCenter(bool fill_center)
    [all...]

Completed in 86 milliseconds