HomeSort by relevance Sort by last modified time
    Searched refs:windowed_handle_ (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/content/child/npapi/
webplugin_delegate_impl_android.cc 20 : windowed_handle_(0),
webplugin_delegate_impl_win.cc 232 windowed_handle_(NULL),
345 plugin_->SetWindow(windowed_handle_);
466 DCHECK(!windowed_handle_);
471 windowed_handle_ = CreateWindowEx(
484 if (windowed_handle_ == 0)
497 SetWindowLongPtr(windowed_handle_, GWL_STYLE,
500 BOOL result = SetProp(windowed_handle_, kWebPluginDelegateProperty, this);
505 SetWindowLongPtrA(windowed_handle_,
513 if (windowed_handle_ != NULL) {
516 GetWindowLongPtr(windowed_handle_, GWLP_WNDPROC))
    [all...]
webplugin_delegate_impl.h 130 gfx::PluginWindowHandle windowed_handle() const { return windowed_handle_; }
286 gfx::PluginWindowHandle windowed_handle_; member in class:content::WebPluginDelegateImpl

Completed in 884 milliseconds