HomeSort by relevance Sort by last modified time
    Searched refs:WebContentLayerImpl (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/cc/blink/
web_content_layer_impl.cc 21 WebContentLayerImpl::WebContentLayerImpl(blink::WebContentLayerClient* client)
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::FillsBoundsCompletely() const
    [all...]
web_content_layer_impl.h 25 class WebContentLayerImpl : public blink::WebContentLayer,
28 CC_BLINK_EXPORT explicit WebContentLayerImpl(blink::WebContentLayerClient*);
36 virtual ~WebContentLayerImpl();
54 DISALLOW_COPY_AND_ASSIGN(WebContentLayerImpl);
web_compositor_support_impl.cc 60 return new WebContentLayerImpl(client);

Completed in 59 milliseconds