OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hookedEndPaint
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/plugins/win/
PluginViewWin.cpp
185
BOOL WINAPI PluginView::
hookedEndPaint
(HWND hWnd, const PAINTSTRUCT* lpPaint)
270
static void setUpOffscreenPaintingHooks(HDC (WINAPI*hookedBeginPaint)(HWND, PAINTSTRUCT*), BOOL (WINAPI*
hookedEndPaint
)(HWND, const PAINTSTRUCT*))
282
hook("user32.dll", "EndPaint", endPaintSysCall, endPaint, reinterpret_cast<const void *>(reinterpret_cast<ptrdiff_t>(
hookedEndPaint
)));
961
setUpOffscreenPaintingHooks(hookedBeginPaint,
hookedEndPaint
);
/external/webkit/Source/WebCore/plugins/
PluginView.h
317
static BOOL WINAPI
hookedEndPaint
(HWND, const PAINTSTRUCT*);
Completed in 200 milliseconds