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

  /external/chromium_org/third_party/WebKit/public/platform/
WebLayer.h 103 virtual void setDrawsContent(bool) = 0;
  /external/chromium_org/third_party/WebKit/Source/web/
PageOverlay.cpp 121 m_layer->setDrawsContent(true);
LinkHighlight.cpp 80 m_contentLayer->layer()->setDrawsContent(true);
296 m_contentLayer->layer()->setDrawsContent(true);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
CompositedLayerMapping.cpp     [all...]
  /external/chromium_org/content/renderer/compositor_bindings/
web_layer_impl.h 96 virtual void setDrawsContent(bool draws_content);
web_layer_impl.cc 202 void WebLayerImpl::setDrawsContent(bool draws_content) {
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
GraphicsLayer.cpp 115 m_layer->layer()->setDrawsContent(m_drawsContent && m_contentsVisible);
368 m_layer->layer()->setDrawsContent(m_drawsContent && m_contentsVisible);
370 contentsLayer->setDrawsContent(m_contentsVisible);
453 // It is necessary to call setDrawsContent as soon as we receive the new contentsLayer, for
454 // the correctness of early exit conditions in setDrawsContent() and setContentsVisible().
455 m_contentsLayer->setDrawsContent(m_contentsVisible);
864 void GraphicsLayer::setDrawsContent(bool drawsContent)
867 // WebLayer::setDrawsContent whenever m_contentsLayer is set to a new layer in setupContentsLayer().
878 // WebLayer::setDrawsContent whenever m_contentsLayer is set to a new layer in setupContentsLayer().
    [all...]
GraphicsLayer.h 163 void setDrawsContent(bool);
  /external/chromium_org/content/renderer/
render_widget_fullscreen_pepper.cc 335 layer_->setDrawsContent(true);
  /external/chromium_org/third_party/WebKit/Source/core/frame/
PinchViewport.cpp 274 // scrollbar->setDrawsContent(!page->mainFrame()->view()->hasOverlayScrollbars());
276 // scrollbar->setDrawsContent(!page->mainFrame()->view()->hasOverlayScrollbars());
297 scrollbarGraphicsLayer->setDrawsContent(false);
  /external/chromium_org/third_party/WebKit/Source/core/page/scrolling/
ScrollingCoordinator.cpp 270 scrollbarGraphicsLayer->setDrawsContent(true);
285 scrollbarGraphicsLayer->setDrawsContent(false);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/scroll/
ScrollView.cpp 737 graphicsLayer->setDrawsContent(true);
745 graphicsLayer->setDrawsContent(!cornerRect.isEmpty());
    [all...]

Completed in 224 milliseconds