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

  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
GraphicsLayer.h 339 OwnPtr<ContentLayerDelegate> m_contentLayerDelegate;
GraphicsLayer.cpp 115 m_contentLayerDelegate = adoptPtr(new ContentLayerDelegate(this));
116 m_layer = adoptPtr(Platform::current()->compositorSupport()->createContentLayer(m_contentLayerDelegate.get()));
827 m_contentLayerDelegate->setOpaque(m_contentsOpaque);
    [all...]

Completed in 321 milliseconds