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

  /external/chromium_org/content/child/npapi/
webplugin_delegate_impl_android.cc 20 : windowed_handle_(0),
webplugin_delegate_impl_win.cc 234 windowed_handle_(NULL),
349 plugin_->SetWindow(windowed_handle_);
473 DCHECK(!windowed_handle_);
478 windowed_handle_ = CreateWindowEx(
491 if (windowed_handle_ == 0)
504 SetWindowLongPtr(windowed_handle_, GWL_STYLE,
507 BOOL result = SetProp(windowed_handle_, kWebPluginDelegateProperty, this);
519 result = SetProp(windowed_handle_,
529 result = SetProp(windowed_handle_,
540 SetWindowLongPtrA(windowed_handle_,
    [all...]
webplugin_delegate_impl_gtk.cc 34 : windowed_handle_(0),
108 DCHECK(!windowed_handle_);
136 windowed_handle_ = gtk_socket_get_id(GTK_SOCKET(socket_));
138 window_.window = reinterpret_cast<void*>(windowed_handle_);
161 windowed_handle_ = 0;
181 if (!windowed_handle_) {
195 instance()->set_window_handle(windowed_handle_);
webplugin_delegate_impl.h 135 gfx::PluginWindowHandle windowed_handle() const { return windowed_handle_; }
297 gfx::PluginWindowHandle windowed_handle_; member in class:content::WebPluginDelegateImpl

Completed in 26 milliseconds