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

  /external/chromium_org/third_party/WebKit/Source/core/page/scrolling/
ScrollingCoordinator.cpp 281 if (!scrollbarGraphicsLayer->contentsOpaque())
283 scrollbarLayer->layer()->setOpaque(scrollbarGraphicsLayer->contentsOpaque());
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
GraphicsLayer.h 307 bool contentsOpaque() const { return m_contentsOpaque; }

Completed in 149 milliseconds