Home | History | Annotate | Download | only in plugins

Lines Matching refs:currentWndProc

364         WNDPROC currentWndProc = (WNDPROC)GetWindowLong(platformPluginWidget(), GWL_WNDPROC);
366 if (currentWndProc == PluginViewWndProc)
369 WNDPROC currentWndProc = (WNDPROC)GetWindowLongPtr(platformPluginWidget(), GWLP_WNDPROC);
371 if (currentWndProc == PluginViewWndProc)