• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10.1/WebKit2-7600.1.25/UIProcess/CoordinatedGraphics/

Lines Matching defs:CoordinatedDrawingAreaProxy

30 #include "CoordinatedDrawingAreaProxy.h"
47 CoordinatedDrawingAreaProxy::CoordinatedDrawingAreaProxy(WebPageProxy* webPageProxy)
54 , m_discardBackingStoreTimer(RunLoop::current(), this, &CoordinatedDrawingAreaProxy::discardBackingStore)
61 CoordinatedDrawingAreaProxy::~CoordinatedDrawingAreaProxy()
68 void CoordinatedDrawingAreaProxy::paint(BackingStore::PlatformGraphicsContext context, const IntRect& rect, Region& unpaintedRegion)
111 void CoordinatedDrawingAreaProxy::updateViewport()
116 WebCore::IntRect CoordinatedDrawingAreaProxy::contentsRect() const
121 void CoordinatedDrawingAreaProxy::sizeDidChange()
126 void CoordinatedDrawingAreaProxy::deviceScaleFactorDidChange()
131 void CoordinatedDrawingAreaProxy::visibilityDidChange()
139 void CoordinatedDrawingAreaProxy::setBackingStoreIsDiscardable(bool isBackingStoreDiscardable)
151 void CoordinatedDrawingAreaProxy::waitForBackingStoreUpdateOnNextPaint()
156 void CoordinatedDrawingAreaProxy::update(uint64_t backingStoreStateID, const UpdateInfo& updateInfo)
168 void CoordinatedDrawingAreaProxy::didUpdateBackingStoreState(uint64_t backingStoreStateID, const UpdateInfo& updateInfo, const LayerTreeContext& layerTreeContext)
207 void CoordinatedDrawingAreaProxy::enterAcceleratedCompositingMode(uint64_t backingStoreStateID, const LayerTreeContext& layerTreeContext)
216 void CoordinatedDrawingAreaProxy::exitAcceleratedCompositingMode(uint64_t backingStoreStateID, const UpdateInfo& updateInfo)
227 void CoordinatedDrawingAreaProxy::updateAcceleratedCompositingMode(uint64_t backingStoreStateID, const LayerTreeContext& layerTreeContext)
236 void CoordinatedDrawingAreaProxy::incorporateUpdate(const UpdateInfo& updateInfo)
264 void CoordinatedDrawingAreaProxy::backingStoreStateDidChange(RespondImmediatelyOrNot respondImmediatelyOrNot)
270 void CoordinatedDrawingAreaProxy::sendUpdateBackingStoreState(RespondImmediatelyOrNot respondImmediatelyOrNot)
295 // Wait for the DidUpdateBackingStoreState message. Normally we do this in CoordinatedDrawingAreaProxy::paint, but that
301 void CoordinatedDrawingAreaProxy::waitForAndDispatchDidUpdateBackingStoreState()
319 void CoordinatedDrawingAreaProxy::enterAcceleratedCompositingMode(const LayerTreeContext& layerTreeContext)
330 void CoordinatedDrawingAreaProxy::setVisibleContentsRect(const WebCore::FloatRect& visibleContentsRect, const WebCore::FloatPoint& trajectoryVector)
336 void CoordinatedDrawingAreaProxy::exitAcceleratedCompositingMode()
344 void CoordinatedDrawingAreaProxy::updateAcceleratedCompositingMode(const LayerTreeContext& layerTreeContext)
352 void CoordinatedDrawingAreaProxy::discardBackingStoreSoon()
364 void CoordinatedDrawingAreaProxy::discardBackingStore()