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

  /external/webkit/Source/WebKit2/UIProcess/
DrawingAreaProxyImpl.cpp 131 if (!m_webPageProxy->isViewVisible()) {
133 m_webPageProxy->process()->send(Messages::DrawingArea::SuspendPainting(), m_webPageProxy->pageID());
138 m_webPageProxy->process()->send(Messages::DrawingArea::ResumePainting(), m_webPageProxy->pageID());
173 m_webPageProxy->process()->send(Messages::DrawingArea::DidUpdate(), m_webPageProxy->pageID());
244 m_backingStore = BackingStore::create(updateInfo.viewSize, m_webPageProxy);
251 m_webPageProxy->scrollView(updateInfo.scrollRect, updateInfo.scrollOffset);
254 m_webPageProxy->setViewNeedsDisplay(updateInfo.updateRects[i])
    [all...]
DrawingAreaProxy.cpp 37 , m_webPageProxy(webPageProxy)
BackingStore.cpp 47 , m_webPageProxy(webPageProxy)
ChunkedUpdateDrawingAreaProxy.cpp 141 if (!m_webPageProxy->isValid())
148 m_webPageProxy->process()->deprecatedSend(DrawingAreaLegacyMessage::SetSize, m_webPageProxy->pageID(), CoreIPC::In(m_size));
BackingStore.h 74 WebPageProxy* m_webPageProxy;
DrawingAreaProxy.h 99 WebPageProxy* m_webPageProxy;
  /external/webkit/Source/WebKit2/UIProcess/mac/
BackingStoreMac.mm 62 if (CGContextRef containingWindowContext = m_webPageProxy->containingWindowGraphicsContext()) {

Completed in 348 milliseconds