Home
last modified time | relevance | path

Searched refs:PrintWebUIDelegate (Results 1 – 4 of 4) sorted by relevance

/external/webkit/WebKitTools/WinLauncher/
DPrintWebUIDelegate.cpp40 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()
DPrintWebUIDelegate.h32 class PrintWebUIDelegate : public IWebUIDelegate {
34 PrintWebUIDelegate() : m_refCount(1) {} in PrintWebUIDelegate() function
DWinLauncher.cpp50 PrintWebUIDelegate* gPrintDelegate = 0;
195 gPrintDelegate = new PrintWebUIDelegate; in _tWinMain()
/external/webkit/WebKitTools/
DChangeLog3660 * WinLauncher/PrintWebUIDelegate.cpp:
3661 (PrintWebUIDelegate::webViewPrintingMarginRect): Provide slightly
3663 (PrintWebUIDelegate::webViewHeaderHeight): Compute header height based
3665 (PrintWebUIDelegate::webViewFooterHeight): Compute footer height based
3667 (PrintWebUIDelegate::drawHeaderInRect): Write useful header, along
3669 (PrintWebUIDelegate::drawFooterInRect):
3670 * WinLauncher/PrintWebUIDelegate.h: Remove stubs.
6368 * WinLauncher/PrintWebUIDelegate.cpp: Added.
6369 (PrintWebUIDelegate::QueryInterface):
6370 (PrintWebUIDelegate::AddRef):
[all …]