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

  /external/webkit/Source/WebCore/platform/graphics/chromium/
GraphicsLayerChromium.cpp 94 , m_contentsLayerPurpose(NoContentsLayer)
351 if (!m_contentsLayer.get() || m_contentsLayerPurpose != ContentsLayerForImage) {
355 m_contentsLayerPurpose = ContentsLayerForImage;
382 m_contentsLayerPurpose = ContentsLayerForCanvas;
404 if (!m_contentsLayer.get() || m_contentsLayerPurpose != ContentsLayerForVideo) {
407 m_contentsLayerPurpose = ContentsLayerForVideo;
GraphicsLayerChromium.h 144 ContentsLayerPurpose m_contentsLayerPurpose;
  /external/webkit/Source/WebCore/platform/graphics/win/
GraphicsLayerCACF.h 130 ContentsLayerPurpose m_contentsLayerPurpose;
GraphicsLayerCACF.cpp 127 , m_contentsLayerPurpose(NoContentsLayer)
353 m_contentsLayerPurpose = ContentsLayerForImage;
358 m_contentsLayerPurpose = NoContentsLayer;
376 m_contentsLayerPurpose = mediaLayer ? ContentsLayerForMedia : NoContentsLayer;
  /external/webkit/Source/WebCore/platform/graphics/ca/
GraphicsLayerCA.h 355 ContentsLayerPurpose m_contentsLayerPurpose;
GraphicsLayerCA.cpp 254 , m_contentsLayerPurpose(NoContentsLayer)
694 m_contentsLayerPurpose = ContentsLayerForImage;
700 m_contentsLayerPurpose = NoContentsLayer;
722 m_contentsLayerPurpose = mediaLayer ? ContentsLayerForMedia : NoContentsLayer;
736 m_contentsLayerPurpose = canvasLayer ? ContentsLayerForCanvas : NoContentsLayer;
    [all...]

Completed in 296 milliseconds