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

/macosx-10.10.1/WebKit-7600.1.25/mac/WebView/
H A DWebUIDelegate.h546 @discussion The height returned will be used to calculate the rect passed to webView:drawHeaderInRect:.
560 @method webView:drawHeaderInRect:
565 - (void)webView:(WebView *)sender drawHeaderInRect:(NSRect)rect;
H A DWebView.mm7025 SEL selector = @selector(webView:drawHeaderInRect:);
/macosx-10.10.1/WebKit-7600.1.25/win/WebCoreSupport/
H A DWebInspectorDelegate.h248 virtual HRESULT STDMETHODCALLTYPE drawHeaderInRect(IWebView*, RECT*, ULONG_PTR) { return E_NOTIMPL; } function in class:WebInspectorDelegate
/macosx-10.10.1/WebKit-7600.1.25/win/Interfaces/
H A DIWebUIDelegate.idl710 @discussion The height returned will be used to calculate the rect passed to webView:drawHeaderInRect:.
728 @method webView:drawHeaderInRect:
733 - (void)webView:(WebView *)sender drawHeaderInRect:(NSRect)rect;
735 HRESULT drawHeaderInRect([in] IWebView* webView, [in] RECT* rect, [in] ULONG_PTR drawingContext);
/macosx-10.10.1/WebKit-7600.1.25/win/
H A DWebFrame.cpp1580 ui->drawHeaderInRect(d->webView, &headerRect, reinterpret_cast<ULONG_PTR>(pctx));
1659 ui->drawHeaderInRect(d->webView, &headerRect, reinterpret_cast<ULONG_PTR>(hdc));

Completed in 204 milliseconds