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

/macosx-10.10/WebKit2-7600.1.25/WebProcess/WebPage/
H A DDrawingAreaImpl.cpp27 #include "DrawingAreaImpl.h"
45 DrawingAreaImpl::~DrawingAreaImpl()
51 DrawingAreaImpl::DrawingAreaImpl(WebPage& webPage, const WebPageCreationParameters& parameters) function in class:WebKit::DrawingAreaImpl
63 , m_displayTimer(RunLoop::main(), this, &DrawingAreaImpl::displayTimerFired)
64 , m_exitCompositingTimer(RunLoop::main(), this, &DrawingAreaImpl::exitAcceleratedCompositingMode)
73 void DrawingAreaImpl::setNeedsDisplay()
87 void DrawingAreaImpl::setNeedsDisplayInRect(const IntRect& rect)
108 void DrawingAreaImpl
[all...]
H A DDrawingAreaImpl.h43 class DrawingAreaImpl : public DrawingArea { class in namespace:WebKit
45 DrawingAreaImpl(WebPage&, const WebPageCreationParameters&);
46 virtual ~DrawingAreaImpl();
129 RunLoop::Timer<DrawingAreaImpl> m_displayTimer;
130 RunLoop::Timer<DrawingAreaImpl> m_exitCompositingTimer;
H A DDrawingArea.cpp40 #include "DrawingAreaImpl.h"
66 return std::make_unique<DrawingAreaImpl>(webPage, parameters);
/macosx-10.10/WebKit2-7600.1.25/WebProcess/WebPage/gtk/
H A DLayerTreeHostGtk.cpp32 #include "DrawingAreaImpl.h"
355 static_cast<DrawingAreaImpl*>(m_webPage->drawingArea())->layerHostDidFlushLayers();

Completed in 175 milliseconds