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

  /external/chromium_org/content/renderer/compositor_bindings/
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(
70 void WebContentLayerImpl::DidChangeLayerCanUseLCDText() {
85 bool WebContentLayerImpl::FillsBoundsCompletely() const
    [all...]
web_content_layer_impl.h 25 class WebContentLayerImpl : public blink::WebContentLayer,
28 CONTENT_EXPORT explicit WebContentLayerImpl(
37 virtual ~WebContentLayerImpl();
56 DISALLOW_COPY_AND_ASSIGN(WebContentLayerImpl);
web_compositor_support_impl.cc 64 return new WebContentLayerImpl(client);

Completed in 300 milliseconds