HomeSort by relevance Sort by last modified time
    Searched refs:PageClientImpl (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/WebKit2/UIProcess/API/mac/
PageClientImpl.mm 27 #import "PageClientImpl.h"
112 PassOwnPtr<PageClientImpl> PageClientImpl::create(WKView* wkView)
114 return adoptPtr(new PageClientImpl(wkView));
117 PageClientImpl::PageClientImpl(WKView* wkView)
123 PageClientImpl::~PageClientImpl()
127 PassOwnPtr<DrawingAreaProxy> PageClientImpl::createDrawingAreaProxy()
132 void PageClientImpl::setViewNeedsDisplay(const WebCore::IntRect& rect
    [all...]
PageClientImpl.h 44 class PageClientImpl : public PageClient {
46 static PassOwnPtr<PageClientImpl> create(WKView*);
47 virtual ~PageClientImpl();
50 PageClientImpl(WKView*);
WKView.mm 41 #import "PageClientImpl.h"
112 OwnPtr<PageClientImpl> _pageClient;
232 _data->_pageClient = PageClientImpl::create(self);
    [all...]

Completed in 57 milliseconds