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

  /external/webkit/WebCore/platform/graphics/win/
GraphicsLayerCACF.h 135 ContentsLayerPurpose m_contentsLayerPurpose;
GraphicsLayerCACF.cpp 124 , m_contentsLayerPurpose(NoContentsLayer)
353 m_contentsLayerPurpose = ContentsLayerForImage;
358 m_contentsLayerPurpose = NoContentsLayer;
376 m_contentsLayerPurpose = mediaLayer ? ContentsLayerForMedia : NoContentsLayer;
  /external/webkit/WebCore/platform/graphics/mac/
GraphicsLayerCA.h 338 ContentsLayerPurpose m_contentsLayerPurpose;
GraphicsLayerCA.mm 370 , m_contentsLayerPurpose(NoContentsLayer)
782 m_contentsLayerPurpose = ContentsLayerForImage;
787 m_contentsLayerPurpose = NoContentsLayer;
801 m_contentsLayerPurpose = mediaLayer ? ContentsLayerForMedia : NoContentsLayer;
    [all...]

Completed in 202 milliseconds