Searched defs:hookedBeginPaint (Results 1 - 1 of 1) sorted by relevance

/external/webkit/WebCore/plugins/win/
H A DPluginViewWin.cpp148 HDC WINAPI PluginView::hookedBeginPaint(HWND hWnd, PAINTSTRUCT* lpPaint) function in class:WebCore::PluginView
266 static void setUpOffscreenPaintingHooks(HDC (WINAPI*hookedBeginPaint)(HWND, PAINTSTRUCT*), BOOL (WINAPI*hookedEndPaint)(HWND, const PAINTSTRUCT*))
277 hook("user32.dll", "BeginPaint", beginPaintSysCall, beginPaint, reinterpret_cast<const void *>(reinterpret_cast<ptrdiff_t>(hookedBeginPaint)));
1005 setUpOffscreenPaintingHooks(hookedBeginPaint, hookedEndPaint);

Completed in 12 milliseconds