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

  /external/webkit/WebCore/plugins/win/
PluginViewWin.cpp 181 BOOL WINAPI PluginView::hookedEndPaint(HWND hWnd, const PAINTSTRUCT* lpPaint)
266 static void setUpOffscreenPaintingHooks(HDC (WINAPI*hookedBeginPaint)(HWND, PAINTSTRUCT*), BOOL (WINAPI*hookedEndPaint)(HWND, const PAINTSTRUCT*))
278 hook("user32.dll", "EndPaint", endPaintSysCall, endPaint, reinterpret_cast<const void *>(reinterpret_cast<ptrdiff_t>(hookedEndPaint)));
1005 setUpOffscreenPaintingHooks(hookedBeginPaint, hookedEndPaint);
    [all...]
  /external/webkit/WebCore/plugins/
PluginView.h 270 static BOOL WINAPI hookedEndPaint(HWND, const PAINTSTRUCT*);

Completed in 26 milliseconds