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

  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
GraphicsLayer.cpp 96 , m_paintingPhase(GraphicsLayerPaintAllWithOverflowClip)
337 m_client->paintContents(this, context, m_paintingPhase, clip);
687 if ((flags & LayerTreeIncludesPaintingPhases) && m_paintingPhase) {
690 if (m_paintingPhase & GraphicsLayerPaintBackground) {
694 if (m_paintingPhase & GraphicsLayerPaintForeground) {
698 if (m_paintingPhase & GraphicsLayerPaintMask) {
702 if (m_paintingPhase & GraphicsLayerPaintChildClippingMask) {
706 if (m_paintingPhase & GraphicsLayerPaintOverflowContents) {
710 if (m_paintingPhase & GraphicsLayerPaintCompositedScroll) {
    [all...]
GraphicsLayer.h 333 GraphicsLayerPaintingPhase m_paintingPhase;

Completed in 400 milliseconds