Home
last modified time | relevance | path

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

/external/chromium_org/content/child/npapi/
Dwebplugin_delegate_impl_win.cc328 WNDPROC current_wnd_proc = reinterpret_cast<WNDPROC>( in ~WebPluginDelegateImpl() local
330 if (current_wnd_proc == DummyWindowProc) { in ~WebPluginDelegateImpl()
550 WNDPROC current_wnd_proc = reinterpret_cast<WNDPROC>( in WindowedDestroyWindow() local
552 if (current_wnd_proc == NativeWndProc) { in WindowedDestroyWindow()
736 WNDPROC current_wnd_proc = reinterpret_cast<WNDPROC>( in EnumFlashWindows() local
738 if (current_wnd_proc != wnd_proc) { in EnumFlashWindows()
865 WNDPROC current_wnd_proc = reinterpret_cast<WNDPROC>( in WindowedSetWindow() local
867 if (current_wnd_proc != NativeWndProc) { in WindowedSetWindow()