Home
last modified time | relevance | path

Searched refs:endPaintSysCall (Results 1 – 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/plugins/win/
DPluginViewWin.cpp141 static unsigned endPaintSysCall; variable
200 : "a" (endPaintSysCall), "g" (lpPaint), "g" (hWnd), "m" (endPaint) in hookedEndPaint()
205 __asm mov eax, endPaintSysCall in hookedEndPaint()
282 …hook("user32.dll", "EndPaint", endPaintSysCall, endPaint, reinterpret_cast<const void *>(reinterpr… in setUpOffscreenPaintingHooks()