Home
last modified time | relevance | path

Searched refs:m_webPageProxy (Results 1 – 7 of 7) sorted by relevance

/external/webkit/Source/WebKit2/UIProcess/
DDrawingAreaProxyImpl.cpp131 if (!m_webPageProxy->isViewVisible()) { in visibilityDidChange()
133m_webPageProxy->process()->send(Messages::DrawingArea::SuspendPainting(), m_webPageProxy->pageID()… in visibilityDidChange()
138m_webPageProxy->process()->send(Messages::DrawingArea::ResumePainting(), m_webPageProxy->pageID()); in visibilityDidChange()
173 m_webPageProxy->process()->send(Messages::DrawingArea::DidUpdate(), m_webPageProxy->pageID()); in update()
244 m_backingStore = BackingStore::create(updateInfo.viewSize, m_webPageProxy); in incorporateUpdate()
251 m_webPageProxy->scrollView(updateInfo.scrollRect, updateInfo.scrollOffset); in incorporateUpdate()
254 m_webPageProxy->setViewNeedsDisplay(updateInfo.updateRects[i]); in incorporateUpdate()
257 m_webPageProxy->flashBackingStoreUpdates(updateInfo.updateRects); in incorporateUpdate()
260 m_webPageProxy->displayView(); in incorporateUpdate()
273 if (!m_webPageProxy->isValid()) in sendUpdateBackingStoreState()
[all …]
DChunkedUpdateDrawingAreaProxy.cpp141 if (!m_webPageProxy->isValid()) in sendSetSize()
148m_webPageProxy->process()->deprecatedSend(DrawingAreaLegacyMessage::SetSize, m_webPageProxy->pageI… in sendSetSize()
DDrawingAreaProxy.cpp37 , m_webPageProxy(webPageProxy) in DrawingAreaProxy()
DBackingStore.cpp47 , m_webPageProxy(webPageProxy) in BackingStore()
DBackingStore.h74 WebPageProxy* m_webPageProxy; variable
DDrawingAreaProxy.h99 WebPageProxy* m_webPageProxy; variable
/external/webkit/Source/WebKit2/UIProcess/mac/
DBackingStoreMac.mm62 if (CGContextRef containingWindowContext = m_webPageProxy->containingWindowGraphicsContext()) {