Searched defs:DrawingAreaProxyImpl (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebKit2/UIProcess/
H A DDrawingAreaProxyImpl.h40 class DrawingAreaProxyImpl : public DrawingAreaProxy { class in namespace:WebKit
42 static PassOwnPtr<DrawingAreaProxyImpl> create(WebPageProxy*);
43 virtual ~DrawingAreaProxyImpl();
48 explicit DrawingAreaProxyImpl(WebPageProxy*);
105 RunLoop::Timer<DrawingAreaProxyImpl> m_discardBackingStoreTimer;
H A DDrawingAreaProxyImpl.cpp27 #include "DrawingAreaProxyImpl.h"
45 PassOwnPtr<DrawingAreaProxyImpl> DrawingAreaProxyImpl::create(WebPageProxy* webPageProxy)
47 return adoptPtr(new DrawingAreaProxyImpl(webPageProxy));
50 DrawingAreaProxyImpl::DrawingAreaProxyImpl(WebPageProxy* webPageProxy) function in class:WebKit::DrawingAreaProxyImpl
56 , m_discardBackingStoreTimer(RunLoop::current(), this, &DrawingAreaProxyImpl::discardBackingStore)
60 DrawingAreaProxyImpl::~DrawingAreaProxyImpl()
69 void DrawingAreaProxyImpl
[all...]

Completed in 93 milliseconds