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

  /external/webkit/Source/WebCore/plugins/win/
PluginViewWin.cpp 152 HDC WINAPI PluginView::hookedBeginPaint(HWND hWnd, PAINTSTRUCT* lpPaint)
270 static void setUpOffscreenPaintingHooks(HDC (WINAPI*hookedBeginPaint)(HWND, PAINTSTRUCT*), BOOL (WINAPI*hookedEndPaint)(HWND, const PAINTSTRUCT*))
281 hook("user32.dll", "BeginPaint", beginPaintSysCall, beginPaint, reinterpret_cast<const void *>(reinterpret_cast<ptrdiff_t>(hookedBeginPaint)));
961 setUpOffscreenPaintingHooks(hookedBeginPaint, hookedEndPaint);
  /external/webkit/Source/WebCore/plugins/
PluginView.h 314 static HDC WINAPI hookedBeginPaint(HWND, PAINTSTRUCT*);

Completed in 383 milliseconds