Searched refs:CoordinatedLayerTreeHost (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10/WebKit2-7600.1.25/WebProcess/WebPage/CoordinatedGraphics/
H A DCoordinatedLayerTreeHost.cpp31 #include "CoordinatedLayerTreeHost.h"
50 PassRefPtr<CoordinatedLayerTreeHost> CoordinatedLayerTreeHost::create(WebPage* webPage)
52 return adoptRef(new CoordinatedLayerTreeHost(webPage));
55 CoordinatedLayerTreeHost::~CoordinatedLayerTreeHost()
59 CoordinatedLayerTreeHost::CoordinatedLayerTreeHost(WebPage* webPage) function in class:WebKit::CoordinatedLayerTreeHost
65 , m_layerFlushTimer(this, &CoordinatedLayerTreeHost::layerFlushTimerFired)
79 void CoordinatedLayerTreeHost
[all...]
H A DCoordinatedLayerTreeHost.messages.in23 messages -> CoordinatedLayerTreeHost LegacyReceiver {
H A DCoordinatedLayerTreeHost.h40 class CoordinatedLayerTreeHost : public LayerTreeHost, public WebCore::CompositingCoordinator::Client class in namespace:WebKit
43 static PassRefPtr<CoordinatedLayerTreeHost> create(WebPage*);
44 virtual ~CoordinatedLayerTreeHost();
77 explicit CoordinatedLayerTreeHost(WebPage*);
80 // CoordinatedLayerTreeHost
88 void layerFlushTimerFired(WebCore::Timer<CoordinatedLayerTreeHost>*);
105 WebCore::Timer<CoordinatedLayerTreeHost> m_layerFlushTimer;
/macosx-10.10/WebKit2-7600.1.25/WebProcess/WebPage/
H A DLayerTreeHost.cpp30 #include "CoordinatedLayerTreeHost.h"
44 return CoordinatedLayerTreeHost::create(webPage);
H A DWebPage.cpp459 WebProcess::shared().addMessageReceiver(Messages::CoordinatedLayerTreeHost::messageReceiverName(), m_pageID, *this);
518 WebProcess::shared().removeMessageReceiver(Messages::CoordinatedLayerTreeHost::messageReceiverName(), m_pageID);
3482 if (decoder.messageReceiverName() == Messages::CoordinatedLayerTreeHost::messageReceiverName()) {
/macosx-10.10/WebKit2-7600.1.25/UIProcess/CoordinatedGraphics/
H A DCoordinatedLayerTreeHostProxy.cpp85 m_drawingAreaProxy->page()->process().send(Messages::CoordinatedLayerTreeHost::SetVisibleContentsRect(rect, trajectoryVector), m_drawingAreaProxy->page()->pageID());
92 m_drawingAreaProxy->page()->process().send(Messages::CoordinatedLayerTreeHost::RenderNextFrame(), m_drawingAreaProxy->page()->pageID());
97 m_drawingAreaProxy->page()->process().send(Messages::CoordinatedLayerTreeHost::PurgeBackingStores(), m_drawingAreaProxy->page()->pageID());
110 m_drawingAreaProxy->page()->process().send(Messages::CoordinatedLayerTreeHost::CommitScrollOffset(layerID, offset), m_drawingAreaProxy->page()->pageID());

Completed in 90 milliseconds