OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
316
static HDC WINAPI
hookedBeginPaint
(HWND, PAINTSTRUCT*);
Completed in 25 milliseconds