Searched refs:m_pluginWndProc (Results 1 – 3 of 3) sorted by relevance
/external/webkit/Source/WebCore/plugins/win/ |
D | PluginViewWin.cpp | 410 LRESULT result = ::CallWindowProc(m_pluginWndProc, hWnd, message, wParam, lParam); in wndProc() 823 if (!m_pluginWndProc) { in setNPWindowRect() 826 …m_pluginWndProc = (WNDPROC)SetWindowLong(platformPluginWidget(), GWL_WNDPROC, (LONG)PluginViewWndP… in setNPWindowRect() 831 …m_pluginWndProc = (WNDPROC)SetWindowLongPtr(platformPluginWidget(), GWLP_WNDPROC, (LONG_PTR)Plugin… in setNPWindowRect()
|
/external/webkit/Source/WebCore/plugins/ |
D | PluginView.h | 248 WNDPROC pluginWndProc() const { return m_pluginWndProc; } in pluginWndProc() 407 WNDPROC m_pluginWndProc; variable
|
D | PluginView.cpp | 375 SetWindowLong(platformPluginWidget(), GWL_WNDPROC, (LONG)m_pluginWndProc); in stop() 380 SetWindowLongPtr(platformPluginWidget(), GWLP_WNDPROC, (LONG_PTR)m_pluginWndProc); in stop() 923 , m_pluginWndProc(0) in PluginView()
|