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

  /external/webkit/Tools/WinLauncher/
PrintWebUIDelegate.cpp 28 #include "PrintWebUIDelegate.h"
39 HRESULT PrintWebUIDelegate::QueryInterface(REFIID riid, void** ppvObject)
53 ULONG PrintWebUIDelegate::AddRef(void)
58 ULONG PrintWebUIDelegate::Release(void)
67 HRESULT PrintWebUIDelegate::webViewPrintingMarginRect(IWebView* view, RECT* rect)
97 HRESULT PrintWebUIDelegate::webViewHeaderHeight(IWebView* webView, float* height)
113 HRESULT PrintWebUIDelegate::webViewFooterHeight(IWebView* webView, float* height)
129 HRESULT PrintWebUIDelegate::drawHeaderInRect(
161 HRESULT PrintWebUIDelegate::drawFooterInRect(
PrintWebUIDelegate.h 32 class PrintWebUIDelegate : public IWebUIDelegate {
34 PrintWebUIDelegate() : m_refCount(1) {}
WinLauncher.cpp 37 #include "PrintWebUIDelegate.h"
50 PrintWebUIDelegate* gPrintDelegate = 0;
195 gPrintDelegate = new PrintWebUIDelegate;

Completed in 134 milliseconds