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

  /external/webkit/Source/WebCore/platform/graphics/ca/
PlatformCALayer.h 92 void setContentsChanged();
GraphicsLayerCA.cpp 767 currClone->setContentsChanged();
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/ca/mac/
PlatformCALayerMac.mm 93 - (void)setContentsChanged;
249 void PlatformCALayer::setContentsChanged()
252 [m_layer.get() setContentsChanged];
  /external/webkit/Source/WebCore/platform/graphics/ca/win/
PlatformCALayerWin.cpp 175 void PlatformCALayer::setContentsChanged()
177 // FIXME: There is no equivalent of setContentsChanged in CACF. For now I will

Completed in 57 milliseconds