Searched defs:notifySyncRequired (Results 1 - 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/chromium/
H A DGraphicsLayerChromium.h97 void notifySyncRequired() function in class:WebCore::GraphicsLayerChromium
100 m_client->notifySyncRequired(this);
/external/webkit/Source/WebCore/platform/graphics/win/
H A DMediaPlayerPrivateQuickTimeWin.h71 virtual void notifySyncRequired(const GraphicsLayer*) { } function in class:WebCore::MediaPlayerPrivate
/external/webkit/Source/WebKit2/WebProcess/WebPage/ca/
H A DLayerTreeHostCA.cpp169 void LayerTreeHostCA::notifySyncRequired(const WebCore::GraphicsLayer*) function in class:WebKit::LayerTreeHostCA
/external/webkit/Source/WebCore/rendering/
H A DRenderLayerCompositor.h194 virtual void notifySyncRequired(const GraphicsLayer*) { scheduleLayerFlush(); } function in class:WebCore::RenderLayerCompositor
H A DRenderLayerBacking.cpp1407 void RenderLayerBacking::notifySyncRequired(const GraphicsLayer*) function in class:WebCore::RenderLayerBacking
/external/webkit/Source/WebCore/platform/graphics/qt/
H A DGraphicsLayerQt.cpp220 void notifySyncRequired();
664 void GraphicsLayerQtImpl::notifySyncRequired() function in class:WebCore::GraphicsLayerQtImpl
669 m_layer->client()->notifySyncRequired(m_layer);
679 static QMetaMethod syncMethod = staticMetaObject.method(staticMetaObject.indexOfMethod("notifySyncRequired()"));

Completed in 1194 milliseconds