/external/webkit/Source/WebCore/platform/graphics/chromium/ |
D | GraphicsLayerChromium.h | 97 void notifySyncRequired() in notifySyncRequired() function 100 m_client->notifySyncRequired(this); in notifySyncRequired()
|
D | LayerChromium.cpp | 123 m_owner->notifySyncRequired(); in setNeedsCommit()
|
/external/webkit/Source/WebCore/platform/graphics/ |
D | GraphicsLayerClient.h | 72 virtual void notifySyncRequired(const GraphicsLayer*) = 0;
|
/external/webkit/Source/WebKit2/WebProcess/WebPage/ca/ |
D | LayerTreeHostCA.h | 71 virtual void notifySyncRequired(const WebCore::GraphicsLayer*);
|
D | LayerTreeHostCA.cpp | 169 void LayerTreeHostCA::notifySyncRequired(const WebCore::GraphicsLayer*) in notifySyncRequired() function in WebKit::LayerTreeHostCA
|
/external/webkit/Source/WebCore/platform/graphics/win/ |
D | MediaPlayerPrivateQuickTimeWin.h | 71 virtual void notifySyncRequired(const GraphicsLayer*) { } in notifySyncRequired() function
|
/external/webkit/Source/WebCore/rendering/ |
D | RenderLayerBacking.h | 130 virtual void notifySyncRequired(const GraphicsLayer*);
|
D | RenderLayerCompositor.h | 194 virtual void notifySyncRequired(const GraphicsLayer*) { scheduleLayerFlush(); } in notifySyncRequired() function
|
D | RenderLayerBacking.cpp | 1407 void RenderLayerBacking::notifySyncRequired(const GraphicsLayer*) in paintIntoLayer() function in WebCore::RenderLayerBacking
|
/external/webkit/Source/WebCore/platform/graphics/texmap/ |
D | GraphicsLayerTextureMapper.cpp | 39 client()->notifySyncRequired(this); in notifyChange()
|
/external/webkit/Source/WebCore/platform/graphics/qt/ |
D | GraphicsLayerQt.cpp | 220 void notifySyncRequired(); 664 void GraphicsLayerQtImpl::notifySyncRequired() in notifySyncRequired() function in WebCore::GraphicsLayerQtImpl 669 m_layer->client()->notifySyncRequired(m_layer); in notifySyncRequired()
|
/external/webkit/Source/WebCore/platform/graphics/android/ |
D | GraphicsLayerAndroid.cpp | 1108 m_client->notifySyncRequired(this); in askForSync()
|
/external/webkit/Source/WebKit/win/ |
D | WebView.h | 961 virtual void notifySyncRequired(const WebCore::GraphicsLayer*);
|
D | WebView.cpp | 6457 void WebView::notifySyncRequired(const GraphicsLayer*) in notifySyncRequired() function in WebView
|
D | ChangeLog | 1447 (WebView::notifySyncRequired): Updated for rename. 1599 (WebView::notifySyncRequired): Added. Just schedule a sync.
|
/external/webkit/Source/WebCore/platform/graphics/ca/ |
D | GraphicsLayerCA.cpp | 2380 m_client->notifySyncRequired(this); in noteLayerPropertyChanged()
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2011-02-16 | 25824 (WebCore::RenderLayerBacking::notifySyncRequired): 25829 (WebCore::RenderLayerCompositor::notifySyncRequired): 30840 (WebCore::RenderLayerCompositor::notifySyncRequired): 31610 (WebCore::RenderLayerCompositor::notifySyncRequired):
|
D | ChangeLog-2010-05-24 | 34414 (WebCore::GraphicsLayerQtImpl::notifySyncRequired): 39439 bouncing notifySyncRequired calls back and forth. After discussion 39440 we decided it would be better to avoid notifySyncRequired entirely,
|
D | ChangeLog-2010-12-06 | 23021 [Qt] GraphicsLayer: Don't notifySyncRequired() more than necessary 23024 Don't queue multiple meta method invocations for notifySyncRequired() 23030 (WebCore::GraphicsLayerQtImpl::notifySyncRequired): 47879 (WebCore::RenderLayerBacking::notifySyncRequired): Moved.
|
D | ChangeLog-2010-01-29 | 4672 (WebCore::MediaPlayerPrivate::notifySyncRequired): New, callback from compositing layer
|
/external/webkit/Source/WebKit2/ |
D | ChangeLog-2011-02-16 | 3848 (WebKit::LayerTreeHostMac::notifySyncRequired):
|