Searched refs:windowed_handle_ (Results 1 – 4 of 4) sorted by relevance
232 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 …]
20 : windowed_handle_(0), in WebPluginDelegateImpl()
130 gfx::PluginWindowHandle windowed_handle() const { return windowed_handle_; } in windowed_handle()286 gfx::PluginWindowHandle windowed_handle_; variable
151 : windowed_handle_(gfx::kNullPluginWindow),