HomeSort by relevance Sort by last modified time
    Searched defs:DrawingAreaProxyImpl (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebKit2/UIProcess/
DrawingAreaProxyImpl.cpp 27 #include "DrawingAreaProxyImpl.h"
45 PassOwnPtr<DrawingAreaProxyImpl> DrawingAreaProxyImpl::create(WebPageProxy* webPageProxy)
47 return adoptPtr(new DrawingAreaProxyImpl(webPageProxy));
50 DrawingAreaProxyImpl::DrawingAreaProxyImpl(WebPageProxy* webPageProxy)
56 , m_discardBackingStoreTimer(RunLoop::current(), this, &DrawingAreaProxyImpl::discardBackingStore)
60 DrawingAreaProxyImpl::~DrawingAreaProxyImpl()
69 void DrawingAreaProxyImpl::paint(BackingStore::PlatformGraphicsContext context, const IntRect& rect, Region& unpaintedRegion
    [all...]
DrawingAreaProxyImpl.h 40 class DrawingAreaProxyImpl : public DrawingAreaProxy {
42 static PassOwnPtr<DrawingAreaProxyImpl> create(WebPageProxy*);
43 virtual ~DrawingAreaProxyImpl();
48 explicit DrawingAreaProxyImpl(WebPageProxy*);
105 RunLoop::Timer<DrawingAreaProxyImpl> m_discardBackingStoreTimer;

Completed in 51 milliseconds