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

  /external/webkit/Source/WebCore/plugins/
PluginView.h 485 static gboolean plugRemovedCallback(GtkSocket*, PluginView*);
  /external/webkit/Source/WebCore/plugins/gtk/
PluginViewGtk.cpp 767 gboolean PluginView::plugRemovedCallback(GtkSocket* socket, PluginView* view)
817 g_signal_connect(platformPluginWidget(), "plug-removed", G_CALLBACK(PluginView::plugRemovedCallback), this);

Completed in 83 milliseconds