Home
last modified time | relevance | path

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

/external/chromium_org/content/child/npapi/
Dwebplugin_delegate_impl.h365 static LRESULT CALLBACK MouseHookProc(int code, WPARAM wParam,
Dwebplugin_delegate_impl_win.cc214 LRESULT CALLBACK WebPluginDelegateImpl::MouseHookProc( in MouseHookProc() function in content::WebPluginDelegateImpl
392 mouse_hook_ = SetWindowsHookEx(WH_MOUSE, MouseHookProc, NULL, in PlatformInitialize()