Searched refs:DrawingAreaProxyImpl (Results 1 - 4 of 4) sorted by relevance

/external/webkit/Source/WebKit2/UIProcess/
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...]
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;
/external/webkit/Source/WebKit2/UIProcess/win/
H A DWebView.cpp30 #include "DrawingAreaProxyImpl.h"
631 if (DrawingAreaProxyImpl* drawingArea = static_cast<DrawingAreaProxyImpl*>(m_page->drawingArea())) {
918 return DrawingAreaProxyImpl::create(m_page.get());
/external/webkit/Source/WebKit2/UIProcess/API/mac/
H A DWKView.mm32 #import "DrawingAreaProxyImpl.h"
1805 if (DrawingAreaProxyImpl* drawingArea = static_cast<DrawingAreaProxyImpl*>(_data->_page->drawingArea())) {
1940 return DrawingAreaProxyImpl::create(_data->_page.get());

Completed in 29 milliseconds