Searched refs:m_webPageProxy (Results 1 – 7 of 7) sorted by relevance
131 if (!m_webPageProxy->isViewVisible()) { in visibilityDidChange()133 …m_webPageProxy->process()->send(Messages::DrawingArea::SuspendPainting(), m_webPageProxy->pageID()… in visibilityDidChange()138 …m_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 …]
141 if (!m_webPageProxy->isValid()) in sendSetSize()148 …m_webPageProxy->process()->deprecatedSend(DrawingAreaLegacyMessage::SetSize, m_webPageProxy->pageI… in sendSetSize()
37 , m_webPageProxy(webPageProxy) in DrawingAreaProxy()
47 , m_webPageProxy(webPageProxy) in BackingStore()
74 WebPageProxy* m_webPageProxy; variable
99 WebPageProxy* m_webPageProxy; variable
62 if (CGContextRef containingWindowContext = m_webPageProxy->containingWindowGraphicsContext()) {