Home | History | Annotate | Download | only in npapi

Lines Matching defs:proc

517   // Calling SetWindowLongPtrA here makes the window proc ASCII, which is
592 WNDPROC proc = reinterpret_cast<WNDPROC>(msg.time);
597 CallWindowProc(proc, msg.hwnd, msg.message, msg.wParam, msg.lParam);
610 void WebPluginDelegateImpl::ThrottleMessage(WNDPROC proc, HWND hwnd,
614 msg.time = reinterpret_cast<DWORD>(proc);
1287 // event. Flash does this because it passes the event to its window proc,