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

  /external/webkit/Source/WebCore/platform/graphics/
GraphicsLayerClient.h 72 virtual void notifySyncRequired(const GraphicsLayer*) = 0;
  /external/webkit/Source/WebCore/platform/graphics/chromium/
GraphicsLayerChromium.h 97 void notifySyncRequired()
100 m_client->notifySyncRequired(this);
LayerChromium.cpp 118 // Call notifySyncRequired(), which for non-root layers plumbs through to
123 m_owner->notifySyncRequired();
  /external/webkit/Source/WebKit2/WebProcess/WebPage/ca/
LayerTreeHostCA.h 71 virtual void notifySyncRequired(const WebCore::GraphicsLayer*);
LayerTreeHostCA.cpp 169 void LayerTreeHostCA::notifySyncRequired(const WebCore::GraphicsLayer*)
  /external/webkit/Source/WebCore/platform/graphics/win/
MediaPlayerPrivateQuickTimeWin.h 71 virtual void notifySyncRequired(const GraphicsLayer*) { }
  /external/webkit/Source/WebCore/rendering/
RenderLayerBacking.h 130 virtual void notifySyncRequired(const GraphicsLayer*);
RenderLayerCompositor.h 194 virtual void notifySyncRequired(const GraphicsLayer*) { scheduleLayerFlush(); }
RenderLayerBacking.cpp     [all...]
  /external/webkit/Source/WebCore/platform/graphics/texmap/
GraphicsLayerTextureMapper.cpp 39 client()->notifySyncRequired(this);
  /external/webkit/Source/WebCore/platform/graphics/qt/
GraphicsLayerQt.cpp 220 void notifySyncRequired();
664 void GraphicsLayerQtImpl::notifySyncRequired()
669 m_layer->client()->notifySyncRequired(m_layer);
679 static QMetaMethod syncMethod = staticMetaObject.method(staticMetaObject.indexOfMethod("notifySyncRequired()"));
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/android/
GraphicsLayerAndroid.cpp     [all...]
  /external/webkit/Source/WebKit/win/
WebView.h     [all...]
WebView.cpp     [all...]
  /external/webkit/Source/WebCore/platform/graphics/ca/
GraphicsLayerCA.cpp     [all...]

Completed in 1033 milliseconds