Home
last modified time | relevance | path

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

/external/webkit/WebKit/win/Interfaces/
DIWebFramePrivate.idl86 HRESULT paintDocumentRectToContext([in] RECT rect, [in] OLE_HANDLE deviceContext);
/external/webkit/WebKit/win/
DWebFrame.h235 /* [in] */ OLE_HANDLE deviceContext);
DWebFrame.cpp331 /* [in] */ OLE_HANDLE deviceContext) in paintDocumentRectToContext() argument
344 HDC dc = (HDC)(ULONG64)deviceContext; in paintDocumentRectToContext()
DWebView.cpp5538 /* [in] */ OLE_HANDLE deviceContext) in paintDocumentRectToContext() argument
5540 if (!deviceContext) in paintDocumentRectToContext()
5546 return m_mainFrame->paintDocumentRectToContext(rect, deviceContext); in paintDocumentRectToContext()