Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/plugins/win/
DPluginViewWin.cpp410 LRESULT result = ::CallWindowProc(m_pluginWndProc, hWnd, message, wParam, lParam); in wndProc()
823 if (!m_pluginWndProc) { in setNPWindowRect()
826m_pluginWndProc = (WNDPROC)SetWindowLong(platformPluginWidget(), GWL_WNDPROC, (LONG)PluginViewWndP… in setNPWindowRect()
831m_pluginWndProc = (WNDPROC)SetWindowLongPtr(platformPluginWidget(), GWLP_WNDPROC, (LONG_PTR)Plugin… in setNPWindowRect()
/external/webkit/Source/WebCore/plugins/
DPluginView.h248 WNDPROC pluginWndProc() const { return m_pluginWndProc; } in pluginWndProc()
407 WNDPROC m_pluginWndProc; variable
DPluginView.cpp375 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()