HomeSort by relevance Sort by last modified time
    Searched refs:hookedBeginPaint (Results 1 - 2 of 2) sorted by null

  /external/webkit/WebCore/plugins/win/
PluginViewWin.cpp 148 HDC WINAPI PluginView::hookedBeginPaint(HWND hWnd, PAINTSTRUCT* lpPaint)
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);
    [all...]
  /external/webkit/WebCore/plugins/
PluginView.h 269 static HDC WINAPI hookedBeginPaint(HWND, PAINTSTRUCT*);

Completed in 412 milliseconds