Searched refs:drawHeaderInRect (Results 1 – 7 of 7) sorted by relevance
553 - (void)webView:(WebView *)sender drawHeaderInRect:(NSRect)rect;
4135 SEL selector = @selector(webView:drawHeaderInRect:);
268 virtual HRESULT STDMETHODCALLTYPE drawHeaderInRect( in drawHeaderInRect() function
311 HRESULT STDMETHODCALLTYPE UIDelegate::drawHeaderInRect( in drawHeaderInRect() function in UIDelegate
267 virtual HRESULT STDMETHODCALLTYPE drawHeaderInRect(
710 …cussion 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] OLE_HANDLE drawingContext);
1864 …ui->drawHeaderInRect(d->webView, &headerRect, static_cast<OLE_HANDLE>(reinterpret_cast<LONG64>(pct… in drawHeader()