Home | History | Annotate | Download | only in WebCoreSupport

Lines Matching refs:pluginParent

1279                     parentWidget = qobject_cast<QWidget*>(m_webFrame->page()->d->client->pluginParent());
1294 parentWidget = qobject_cast<QGraphicsObject*>(m_webFrame->page()->d->client->pluginParent());
1311 if (!client || !qobject_cast<QWidget*>(client->pluginParent())) {