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

  /external/webkit/Source/WebKit2/WebProcess/FullScreen/mac/
WebFullScreenManagerMac.h 56 WebCore::GraphicsLayer* m_fullScreenRootLayer;
WebFullScreenManagerMac.mm 134 if (m_fullScreenRootLayer == layer)
136 m_fullScreenRootLayer = layer;
138 if (!m_fullScreenRootLayer) {
166 if (m_fullScreenRootLayer)
167 m_rootLayer->addChild(m_fullScreenRootLayer);
176 ASSERT(m_fullScreenRootLayer);
186 CALayer* caLayer = m_fullScreenRootLayer->platformLayer();
225 ASSERT(m_fullScreenRootLayer);
235 CALayer* caLayer = m_fullScreenRootLayer->platformLayer();

Completed in 580 milliseconds