Home
last modified time | relevance | path

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

/external/chromium_org/content/child/npapi/
Dwebplugin_delegate_impl_win.cc232 windowed_handle_(NULL), in WebPluginDelegateImpl()
345 plugin_->SetWindow(windowed_handle_); in PlatformInitialize()
466 DCHECK(!windowed_handle_); in WindowedCreatePlugin()
471 windowed_handle_ = CreateWindowEx( in WindowedCreatePlugin()
484 if (windowed_handle_ == 0) in WindowedCreatePlugin()
497 SetWindowLongPtr(windowed_handle_, GWL_STYLE, in WindowedCreatePlugin()
500 BOOL result = SetProp(windowed_handle_, kWebPluginDelegateProperty, this); in WindowedCreatePlugin()
505 SetWindowLongPtrA(windowed_handle_, in WindowedCreatePlugin()
513 if (windowed_handle_ != NULL) { in WindowedDestroyWindow()
516 GetWindowLongPtr(windowed_handle_, GWLP_WNDPROC)); in WindowedDestroyWindow()
[all …]
Dwebplugin_delegate_impl_android.cc20 : windowed_handle_(0), in WebPluginDelegateImpl()
Dwebplugin_delegate_impl.h130 gfx::PluginWindowHandle windowed_handle() const { return windowed_handle_; } in windowed_handle()
286 gfx::PluginWindowHandle windowed_handle_; variable
Dwebplugin_delegate_impl_mac.mm151 : windowed_handle_(gfx::kNullPluginWindow),