Searched refs:paintDocumentRectToContext (Results 1 - 6 of 6) sorted by relevance

/external/webkit/WebKit/win/Interfaces/
H A DIWebFramePrivate.idl86 HRESULT paintDocumentRectToContext([in] RECT rect, [in] OLE_HANDLE deviceContext);
H A DIWebViewPrivate.idl141 HRESULT paintDocumentRectToContext([in] RECT rect, [in] OLE_HANDLE dc);
/external/webkit/WebKit/win/
H A DWebFrame.h233 virtual HRESULT STDMETHODCALLTYPE paintDocumentRectToContext(
H A DWebView.h688 virtual HRESULT STDMETHODCALLTYPE paintDocumentRectToContext(
H A DWebFrame.cpp329 HRESULT STDMETHODCALLTYPE WebFrame::paintDocumentRectToContext( function in class:WebFrame
H A DWebView.cpp5536 HRESULT STDMETHODCALLTYPE WebView::paintDocumentRectToContext(
5546 return m_mainFrame->paintDocumentRectToContext(rect, deviceContext);

Completed in 41 milliseconds