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

  /external/webkit/WebCore/platform/graphics/
GraphicsLayerClient.h 62 virtual void notifySyncRequired(const GraphicsLayer*) = 0;
  /external/webkit/WebCore/platform/graphics/win/
GraphicsLayerCACF.h 94 void notifySyncRequired() { if (m_client) m_client->notifySyncRequired(this); }
MediaPlayerPrivateQuickTimeWin.h 70 virtual void notifySyncRequired(const GraphicsLayer*);
MediaPlayerPrivateQuickTimeWin.cpp 859 void MediaPlayerPrivate::notifySyncRequired(const GraphicsLayer*)
863 videoGraphicsLayer->notifySyncRequired();
WKCACFLayer.cpp 283 // Call notifySyncRequired(), which in this implementation plumbs through to
287 m_owner->notifySyncRequired();
  /external/webkit/WebCore/rendering/
RenderLayerBacking.h 118 virtual void notifySyncRequired(const GraphicsLayer*);
RenderLayerBacking.cpp     [all...]
  /external/webkit/WebCore/platform/graphics/android/
GraphicsLayerAndroid.cpp 851 m_client->notifySyncRequired(this);
  /external/webkit/WebCore/platform/graphics/qt/
GraphicsLayerQt.cpp 357 m_layer->client()->notifySyncRequired(m_layer);
    [all...]
  /external/webkit/WebCore/platform/graphics/mac/
GraphicsLayerCA.mm     [all...]

Completed in 1677 milliseconds