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

  /external/webkit/Source/WebKit2/UIProcess/
DrawingAreaProxy.cpp 27 #include "DrawingAreaProxy.h"
35 DrawingAreaProxy::DrawingAreaProxy(DrawingAreaType type, WebPageProxy* webPageProxy)
42 DrawingAreaProxy::~DrawingAreaProxy()
46 void DrawingAreaProxy::setSize(const IntSize& size, const IntSize& scrollOffset)
DrawingAreaProxy.h 67 class DrawingAreaProxy {
68 WTF_MAKE_NONCOPYABLE(DrawingAreaProxy);
71 virtual ~DrawingAreaProxy();
96 explicit DrawingAreaProxy(DrawingAreaType, WebPageProxy*);

Completed in 115 milliseconds