Searched defs:WebLayerImpl (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/cc/blink/
H A Dweb_layer_impl.h46 class WebLayerImpl : public blink::WebLayer, public cc::LayerClient { class in namespace:cc_blink
48 CC_BLINK_EXPORT WebLayerImpl();
49 CC_BLINK_EXPORT explicit WebLayerImpl(scoped_refptr<cc::Layer>);
50 virtual ~WebLayerImpl();
147 DISALLOW_COPY_AND_ASSIGN(WebLayerImpl);
H A Dweb_layer_impl.cc48 WebLayerImpl::WebLayerImpl() : layer_(Layer::Create()) { function in class:cc_blink::WebLayerImpl
53 WebLayerImpl::WebLayerImpl(scoped_refptr<Layer> layer) : layer_(layer) { function in class:cc_blink::WebLayerImpl
58 WebLayerImpl::~WebLayerImpl() {
65 bool WebLayerImpl::UsingPictureLayer() {
70 void WebLayerImpl::SetImplSidePaintingEnabled(bool enabled) {
74 int WebLayerImpl::id() const {
78 void WebLayerImpl
[all...]

Completed in 1104 milliseconds