Searched refs:flushPendingLayerChangesNow (Results 1 – 9 of 9) sorted by relevance
42 virtual void flushPendingLayerChangesNow() = 0;
70 virtual void flushPendingLayerChangesNow();
89 hosts[i]->flushPendingLayerChangesNow(); in hookFired()
282 void CACFLayerTreeHost::flushPendingLayerChangesNow() in flushPendingLayerChangesNow() function in WebCore::CACFLayerTreeHost
72 virtual void flushPendingLayerChangesNow();
281 void LayerTreeHostCAWin::flushPendingLayerChangesNow() in flushPendingLayerChangesNow() function in WebKit::LayerTreeHostCAWin
998 m_layerTreeHost->flushPendingLayerChangesNow(); in paint()
14742 (WebCore::CACFLayerTreeHost::flushPendingLayerChangesNow): Moved code to react to the14867 (WebCore::CACFLayerTreeHost::flushPendingLayerChangesNow): Moved code to flush the context15700 (WebCore::CACFLayerTreeHost::flushPendingLayerChangesNow): Added a call to19897 CACFLayerTreeHost::flushPendingLayerChangesNow.19898 … 5) CACFLayerTreeHost::flushPendingLayerChangesNow schedules the render timer so the changes19934 flushPendingLayerChangesNow, which is called via the above-described mechanism.19937 … (WebCore::CACFLayerTreeHost::flushPendingLayerChangesNow): Added. Some of this code came from19943 CACFLayerTreeHostClient::shouldRender. Added flushPendingLayerChangesNow and
3732 (WebKit::LayerTreeHostCAWin::flushPendingLayerChangesNow): Added. Performs the flush. This