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

/external/webkit/Source/WebKit/win/Interfaces/
H A DIWebFramePrivate.idl84 HRESULT paintDocumentRectToContext([in] RECT rect, [in] OLE_HANDLE deviceContext);
H A DIWebViewPrivate.idl141 HRESULT paintDocumentRectToContext([in] RECT rect, [in] OLE_HANDLE dc);
/external/webkit/Source/WebKit/win/
H A DWebFrame.h243 virtual HRESULT STDMETHODCALLTYPE paintDocumentRectToContext(
H A DWebView.h708 virtual HRESULT STDMETHODCALLTYPE paintDocumentRectToContext(
H A DWebFrame.cpp330 HRESULT STDMETHODCALLTYPE WebFrame::paintDocumentRectToContext( function in class:WebFrame
H A DWebView.cpp5671 HRESULT STDMETHODCALLTYPE WebView::paintDocumentRectToContext(
5681 return m_mainFrame->paintDocumentRectToContext(rect, deviceContext);

Completed in 461 milliseconds