Searched refs:m_pluginWndProc (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/plugins/
H A DPluginView.h225 WNDPROC pluginWndProc() const { return m_pluginWndProc; }
361 WNDPROC m_pluginWndProc; member in class:WebCore::PluginView
H A DPluginView.cpp347 SetWindowLong(platformPluginWidget(), GWL_WNDPROC, (LONG)m_pluginWndProc);
352 SetWindowLongPtr(platformPluginWidget(), GWLP_WNDPROC, (LONG_PTR)m_pluginWndProc);
833 , m_pluginWndProc(0)
/macosx-10.10/WebCore-7600.1.25/plugins/win/
H A DPluginViewWin.cpp408 LRESULT result = ::CallWindowProc(m_pluginWndProc, hWnd, message, wParam, lParam);
854 if (!m_pluginWndProc) {
857 m_pluginWndProc = (WNDPROC)SetWindowLong(platformPluginWidget(), GWL_WNDPROC, (LONG)PluginViewWndProc);
862 m_pluginWndProc = (WNDPROC)SetWindowLongPtr(platformPluginWidget(), GWLP_WNDPROC, (LONG_PTR)PluginViewWndProc);

Completed in 81 milliseconds