Home | History | Annotate | Download | only in win

Lines Matching refs:currentWndProc

825             WNDPROC currentWndProc = (WNDPROC)GetWindowLong(platformPluginWidget(), GWL_WNDPROC);
826 if (currentWndProc != PluginViewWndProc)
830 WNDPROC currentWndProc = (WNDPROC)GetWindowLongPtr(platformPluginWidget(), GWLP_WNDPROC);
831 if (currentWndProc != PluginViewWndProc)