OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PlatformLayerProxyQt
(Results
1 - 3
of
3
) sorted by null
/external/webkit/Source/WebKit/qt/WebCoreSupport/
PageClientQt.cpp
40
class
PlatformLayerProxyQt
: public QObject, public virtual TextureMapperLayerClient {
42
PlatformLayerProxyQt
(QWebFrame* frame, TextureMapperContentLayer* layer, QObject* object)
57
virtual ~
PlatformLayerProxyQt
()
78
class PlatformLayerProxyQWidget : public
PlatformLayerProxyQt
{
81
:
PlatformLayerProxyQt
(frame, layer, widget)
120
class PlatformLayerProxyQGraphicsObject : public
PlatformLayerProxyQt
{
123
:
PlatformLayerProxyQt
(frame, layer, object)
PageClientQt.h
107
PlatformLayerProxyQt
* platformLayerProxy;
219
PlatformLayerProxyQt
* platformLayerProxy;
/external/webkit/Source/WebKit/qt/Api/
qwebframe.h
59
class
PlatformLayerProxyQt
;
235
friend class WebCore::
PlatformLayerProxyQt
;
Completed in 701 milliseconds