OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pluginParent
(Results
1 - 9
of
9
) sorted by null
/external/webkit/Source/WebCore/platform/qt/
QWebPageClient.h
88
virtual QObject*
pluginParent
() const = 0;
/external/webkit/Source/WebKit/qt/WebCoreSupport/
PageClientQt.h
82
virtual QObject*
pluginParent
() const;
189
virtual QObject*
pluginParent
() const;
PageClientQt.cpp
244
QObject* PageClientQWidget::
pluginParent
() const
463
QObject* PageClientQGraphicsWidget::
pluginParent
() const
QtFallbackWebPopup.cpp
139
if (QGraphicsWebView *webView = qobject_cast<QGraphicsWebView*>(pageClient()->
pluginParent
())) {
FrameLoaderClientQt.cpp
[
all
...]
/external/webkit/Source/WebCore/plugins/symbian/
PluginViewSymbian.cpp
404
if (QGraphicsWebView *webView = qobject_cast<QGraphicsWebView*>(client->
pluginParent
()))
/external/webkit/Source/WebCore/plugins/win/
PluginViewWin.cpp
105
if (QWidget*
pluginParent
= qobject_cast<QWidget*>(client->
pluginParent
()))
106
return
pluginParent
->winId();
/external/webkit/Source/WebCore/plugins/qt/
PluginViewQt.cpp
217
const bool surfaceHasUntransformedContents = client && qobject_cast<QWidget*>(client->
pluginParent
());
302
const bool backingStoreHasUntransformedContents = client && qobject_cast<QWidget*>(client->
pluginParent
());
[
all
...]
/external/webkit/Source/WebCore/plugins/mac/
PluginViewMac.mm
209
if (QWidget* widget = qobject_cast<QWidget*>(client->
pluginParent
()))
Completed in 1130 milliseconds