Home
last modified time | relevance | path

Searched refs:deviceContext (Results 1 – 4 of 4) sorted by relevance

/external/webkit/WebKit/win/Interfaces/
DIWebFramePrivate.idl85 HRESULT paintDocumentRectToContext([in] RECT rect, [in] OLE_HANDLE deviceContext);
/external/webkit/WebKit/win/
DWebFrame.h229 /* [in] */ OLE_HANDLE deviceContext);
DWebFrame.cpp309 /* [in] */ OLE_HANDLE deviceContext) in paintDocumentRectToContext() argument
322 HDC dc = (HDC)(ULONG64)deviceContext; in paintDocumentRectToContext()
DWebView.cpp5092 /* [in] */ OLE_HANDLE deviceContext) in paintDocumentRectToContext() argument
5094 if (!deviceContext) in paintDocumentRectToContext()
5100 return m_mainFrame->paintDocumentRectToContext(rect, deviceContext); in paintDocumentRectToContext()