Home
last modified time | relevance | path

Searched refs:m_printContext (Results 1 – 3 of 3) sorted by relevance

/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebKit2/WebProcess/WebPage/
H A DWebPage.cpp427 m_printContext = nullptr; in close()
2169 if (!m_printContext) in beginPrinting()
2170 m_printContext = adoptPtr(new PrintContext(coreFrame)); in beginPrinting()
2180 m_printContext = nullptr; in endPrinting()
2190 if (m_printContext) { in computePagesForPrinting()
2191 resultPageRects = m_printContext->pageRects(); in computePagesForPrinting()
2225 m_printContext->spoolRect(ctx, rect); in drawRectToPDF()
2249 …CGRect mediaBox = m_printContext->pageCount() ? m_printContext->pageRect(0) : CGRectMake(0, 0, 1, … in drawPagesToPDF()
2252 if (page >= m_printContext->pageCount()) in drawPagesToPDF()
2260 ctx.translate(0, -m_printContext->pageRect(page).height()); in drawPagesToPDF()
[all …]
H A DWebPage.h648 OwnPtr<WebCore::PrintContext> m_printContext; variable
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebKit2/
H A DChangeLog-2011-02-167288 (WebKit::WebPage::close): Delete m_printContext while there is still a Frame pointer.
7292 (WebKit::WebPage::endPrinting): Delete m_printContext, implicitly calling end().