Searched refs:WebContentLayerImpl (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/cc/blink/
H A Dweb_content_layer_impl.cc21 WebContentLayerImpl::WebContentLayerImpl(blink::WebContentLayerClient* client) function in class:cc_blink::WebContentLayerImpl
31 WebContentLayerImpl::~WebContentLayerImpl() {
38 blink::WebLayer* WebContentLayerImpl::layer() {
42 void WebContentLayerImpl::setDoubleSided(bool double_sided) {
46 void WebContentLayerImpl::setDrawCheckerboardForMissingTiles(bool enable) {
50 void WebContentLayerImpl::PaintContents(
66 void WebContentLayerImpl::DidChangeLayerCanUseLCDText() {
81 bool WebContentLayerImpl
[all...]
H A Dweb_content_layer_impl.h25 class WebContentLayerImpl : public blink::WebContentLayer, class in namespace:cc_blink
28 CC_BLINK_EXPORT explicit WebContentLayerImpl(blink::WebContentLayerClient*);
36 virtual ~WebContentLayerImpl();
54 DISALLOW_COPY_AND_ASSIGN(WebContentLayerImpl);
H A Dweb_compositor_support_impl.cc60 return new WebContentLayerImpl(client);

Completed in 86 milliseconds