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

  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
GraphicsLayer.h 177 bool contentsOpaque() const { return m_contentsOpaque; }
  /external/chromium_org/third_party/WebKit/Source/core/page/scrolling/
ScrollingCoordinator.cpp 348 if (!scrollbarGraphicsLayer->contentsOpaque())
350 scrollbarLayer->layer()->setOpaque(scrollbarGraphicsLayer->contentsOpaque());
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorLayerTreeAgent.cpp 322 GraphicsContext* context = recorder.record(size, layer->contentsOpaque());

Completed in 265 milliseconds