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

  /external/webkit/Source/WebCore/platform/graphics/ca/
PlatformCALayerClient.h 49 virtual bool platformCALayerRespondsToLayoutChanges() const = 0;
GraphicsLayerCA.h 134 virtual bool platformCALayerRespondsToLayoutChanges() const { return false; }
  /external/webkit/Source/WebCore/platform/graphics/ca/win/
PlatformCALayerWin.cpp 188 if (!m_owner || !m_owner->platformCALayerRespondsToLayoutChanges())
  /external/webkit/Source/WebKit/win/
FullscreenVideoController.cpp 183 virtual bool platformCALayerRespondsToLayoutChanges() const { return true; }
  /external/webkit/Source/WebCore/platform/graphics/win/
MediaPlayerPrivateQuickTimeVisualContext.cpp 99 virtual bool platformCALayerRespondsToLayoutChanges() const { return true; }
    [all...]

Completed in 147 milliseconds