Home
last modified time | relevance | path

Searched defs:lpPaint (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/plugins/win/
DPluginViewWin.cpp152 HDC WINAPI PluginView::hookedBeginPaint(HWND hWnd, PAINTSTRUCT* lpPaint) in hookedBeginPaint()
185 BOOL WINAPI PluginView::hookedEndPaint(HWND hWnd, const PAINTSTRUCT* lpPaint) in hookedEndPaint()
/external/chromium/chrome/browser/autocomplete/
Dautocomplete_edit_view_win.cc327 HDC WINAPI BeginPaintIntercept(HWND hWnd, LPPAINTSTRUCT lpPaint) { in BeginPaintIntercept()
336 BOOL WINAPI EndPaintIntercept(HWND hWnd, const PAINTSTRUCT* lpPaint) { in EndPaintIntercept()