Home
last modified time | relevance | path

Searched refs:PluginViewWndProc (Results 1 – 6 of 6) sorted by relevance

/external/webkit/WebCore/plugins/win/
DPluginViewWin.cpp326 LRESULT CALLBACK PluginView::PluginViewWndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lPara… in PluginViewWndProc() function in WebCore::PluginView
826 if (currentWndProc != PluginViewWndProc) in setNPWindowRect()
827 …uginWndProc = (WNDPROC)SetWindowLong(platformPluginWidget(), GWL_WNDPROC, (LONG)PluginViewWndProc); in setNPWindowRect()
831 if (currentWndProc != PluginViewWndProc) in setNPWindowRect()
832 …WndProc = (WNDPROC)SetWindowLongPtr(platformPluginWidget(), GWLP_WNDPROC, (LONG)PluginViewWndProc); in setNPWindowRect()
/external/webkit/WebCore/plugins/
DPluginView.h216 static LRESULT CALLBACK PluginViewWndProc(HWND, UINT, WPARAM, LPARAM);
DPluginView.cpp366 if (currentWndProc == PluginViewWndProc) in stop()
371 if (currentWndProc == PluginViewWndProc) in stop()
/external/webkit/WebCore/
DChangeLog-2007-10-149337 (WebCore::PluginViewWndProc):
10012 (WebCore::PluginViewWndProc):
19670 (WebCore::PluginViewWndProc):
23176 (WebCore::PluginViewWndProc):
31052 (WebCore::PluginViewWndProc):
32498 (WebCore::PluginViewWndProc):
33012 (WebCore::PluginViewWndProc):
DChangeLog-2008-08-1052754 (WebCore::PluginViewWndProc):
DChangeLog-2010-01-2957490 the corresponding PluginViewWndProc has the same guard in the header file.