Searched refs:drawFooterInRect (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10.1/WebKit-7600.1.25/mac/WebView/
H A DWebUIDelegate.h555 @discussion The height returned will be used to calculate the rect passed to webView:drawFooterInRect:.
568 @method webView:drawFooterInRect:
573 - (void)webView:(WebView *)sender drawFooterInRect:(NSRect)rect;
H A DWebView.mm7048 SEL selector = @selector(webView:drawFooterInRect:);
/macosx-10.10.1/WebKit-7600.1.25/win/WebCoreSupport/
H A DWebInspectorDelegate.h250 virtual HRESULT STDMETHODCALLTYPE drawFooterInRect(IWebView*, RECT*, ULONG_PTR, UINT, UINT) { return E_NOTIMPL; } function in class:WebInspectorDelegate
/macosx-10.10.1/WebKit-7600.1.25/win/Interfaces/
H A DIWebUIDelegate.idl721 @discussion The height returned will be used to calculate the rect passed to webView:drawFooterInRect:.
738 @method webView:drawFooterInRect:
743 - (void)webView:(WebView *)sender drawFooterInRect:(NSRect)rect;
745 HRESULT drawFooterInRect([in] IWebView* webView, [in] RECT* rect, [in] ULONG_PTR drawingContext, [in] UINT pageIndex, [in] UINT pageCount);
/macosx-10.10.1/WebKit-7600.1.25/win/
H A DWebFrame.cpp1588 ui->drawFooterInRect(d->webView, &footerRect, reinterpret_cast<ULONG_PTR>(pctx), page + 1, pageCount);
1670 ui->drawFooterInRect(d->webView, &footerRect, reinterpret_cast<ULONG_PTR>(hdc), page+1, pageCount);

Completed in 131 milliseconds