Home
last modified time | relevance | path

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

/external/chromium_org/content/child/npapi/
Dwebplugin_delegate_impl_win.cc236 plugin_wnd_proc_(NULL), in WebPluginDelegateImpl()
555 reinterpret_cast<LONG_PTR>(plugin_wnd_proc_)); in WindowedDestroyWindow()
868 plugin_wnd_proc_ = reinterpret_cast<WNDPROC>( in WindowedSetWindow()
960 WebPluginDelegateImpl::ThrottleMessage(delegate->plugin_wnd_proc_, hwnd, in NativeWndProc()
1023 delegate->plugin_wnd_proc_, hwnd, message, wparam, lparam); in NativeWndProc()
Dwebplugin_delegate_impl.h310 WNDPROC plugin_wnd_proc_; variable