Home
last modified time | relevance | path

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

/external/chromium_org/content/child/npapi/
Dwebplugin_delegate_impl_gtk.cc42 plug_(NULL), in WebPluginDelegateImpl()
90 windowless_ ? 0 : gtk_plug_get_id(GTK_PLUG(plug_)); in PlatformInitialize()
109 DCHECK(!plug_); in WindowedCreatePlugin()
123 plug_ = gtk_plug_new(0); in WindowedCreatePlugin()
124 gtk_widget_show(plug_); in WindowedCreatePlugin()
127 gtk_container_add(GTK_CONTAINER(plug_), socket_); in WindowedCreatePlugin()
128 gtk_widget_show_all(plug_); in WindowedCreatePlugin()
132 g_signal_connect(plug_, "delete-event", G_CALLBACK(gtk_true), NULL); in WindowedCreatePlugin()
155 if (plug_) { in WindowedDestroyWindow()
156 plugin_->WillDestroyWindow(gtk_plug_get_id(GTK_PLUG(plug_))); in WindowedDestroyWindow()
[all …]
Dwebplugin_delegate_impl.h335 GtkWidget* plug_; variable