Home | History | Annotate | Download | only in win

Lines Matching refs:m_view

127     m_view.adoptCF(WKCACFViewCreate(kWKCACFViewDrawingDestinationImage));
128 WKCACFViewSetContextUserData(m_view.get(), static_cast<AbstractCACFLayerTreeHost*>(this));
129 WKCACFViewSetLayer(m_view.get(), rootLayer()->platformLayer());
130 WKCACFViewSetContextDidChangeCallback(m_view.get(), contextDidChangeCallback, this);
133 WKCACFViewUpdate(m_view.get(), dummyWindow, &bounds);
140 WKCACFViewUpdate(m_view.get(), 0, 0);
141 WKCACFViewSetContextUserData(m_view.get(), 0);
142 WKCACFViewSetLayer(m_view.get(), 0);
143 WKCACFViewSetContextDidChangeCallback(m_view.get(), 0, 0);
199 RetainPtr<WKCACFImageRef> image(AdoptCF, WKCACFViewCopyDrawnImage(m_view.get(), &imageOrigin, &nextDrawTime));
216 WKCACFViewUpdate(m_view.get(), dummyWindow, &bounds);
217 WKCACFViewFlushContext(m_view.get());
223 WKCACFViewFlushContext(m_view.get());
235 ASSERT_ARG(view, view == host->m_view);
292 WKCACFViewFlushContext(m_view.get());