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

/external/webkit/Source/WebKit/win/Interfaces/
H A DIWebFramePrivate.idl112 HRESULT paintScrollViewRectToContextAtPoint([in] RECT rect, [in] POINT pt, [in] OLE_HANDLE deviceContext);
H A DIWebViewPrivate.idl237 HRESULT paintScrollViewRectToContextAtPoint([in] RECT rect, [in] POINT pt, [in] OLE_HANDLE dc);
/external/webkit/Source/WebKit/win/
H A DWebFrame.h247 virtual HRESULT STDMETHODCALLTYPE paintScrollViewRectToContextAtPoint(
H A DWebView.h712 virtual HRESULT STDMETHODCALLTYPE paintScrollViewRectToContextAtPoint(
H A DWebFrame.cpp362 HRESULT STDMETHODCALLTYPE WebFrame::paintScrollViewRectToContextAtPoint( function in class:WebFrame
H A DWebView.cpp5684 HRESULT STDMETHODCALLTYPE WebView::paintScrollViewRectToContextAtPoint(
5695 return m_mainFrame->paintScrollViewRectToContextAtPoint(rect, pt, deviceContext);

Completed in 146 milliseconds