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

  /external/webkit/Source/WebCore/platform/graphics/chromium/
GraphicsLayerChromium.h 97 void notifySyncRequired()
100 m_client->notifySyncRequired(this);
  /external/webkit/Source/WebKit2/WebProcess/WebPage/ca/
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/
RenderLayerCompositor.h 194 virtual void notifySyncRequired(const GraphicsLayer*) { scheduleLayerFlush(); }
RenderLayerBacking.cpp     [all...]
  /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...]

Completed in 66 milliseconds