Searched refs:PrintWebUIDelegate (Results 1 – 4 of 4) sorted by relevance
40 HRESULT PrintWebUIDelegate::QueryInterface(REFIID riid, void** ppvObject) in QueryInterface()54 ULONG PrintWebUIDelegate::AddRef(void) in AddRef()59 ULONG PrintWebUIDelegate::Release(void) in Release()68 HRESULT PrintWebUIDelegate::webViewPrintingMarginRect(IWebView* view, RECT* rect) in webViewPrintingMarginRect()98 HRESULT PrintWebUIDelegate::webViewHeaderHeight(IWebView* webView, float* height) in webViewHeaderHeight()114 HRESULT PrintWebUIDelegate::webViewFooterHeight(IWebView* webView, float* height) in webViewFooterHeight()130 HRESULT PrintWebUIDelegate::drawHeaderInRect( in drawHeaderInRect()162 HRESULT PrintWebUIDelegate::drawFooterInRect( in drawFooterInRect()
32 class PrintWebUIDelegate : public IWebUIDelegate {34 PrintWebUIDelegate() : m_refCount(1) {} in PrintWebUIDelegate() function
50 PrintWebUIDelegate* gPrintDelegate = 0;195 gPrintDelegate = new PrintWebUIDelegate; in _tWinMain()
3660 * WinLauncher/PrintWebUIDelegate.cpp:3661 (PrintWebUIDelegate::webViewPrintingMarginRect): Provide slightly3663 (PrintWebUIDelegate::webViewHeaderHeight): Compute header height based3665 (PrintWebUIDelegate::webViewFooterHeight): Compute footer height based3667 (PrintWebUIDelegate::drawHeaderInRect): Write useful header, along3669 (PrintWebUIDelegate::drawFooterInRect):3670 * WinLauncher/PrintWebUIDelegate.h: Remove stubs.6368 * WinLauncher/PrintWebUIDelegate.cpp: Added.6369 (PrintWebUIDelegate::QueryInterface):6370 (PrintWebUIDelegate::AddRef):[all …]