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

  /external/webkit/Source/WebCore/platform/qt/
QWebPageClient.h 55 virtual void setRootGraphicsLayer(WebCore::PlatformLayer* layer) { }
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
PageClientQt.h 94 virtual void setRootGraphicsLayer(TextureMapperPlatformLayer* layer);
203 virtual void setRootGraphicsLayer(PlatformLayer* layer);
PageClientQt.cpp 156 void PageClientQWidget::setRootGraphicsLayer(TextureMapperPlatformLayer* layer)
330 void PageClientQGraphicsWidget::setRootGraphicsLayer(TextureMapperPlatformLayer* layer)
340 void PageClientQGraphicsWidget::setRootGraphicsLayer(QGraphicsObject* layer)
ChromeClientQt.cpp 624 platformPageClient()->setRootGraphicsLayer(graphicsLayer ? graphicsLayer->platformLayer() : 0);
  /external/webkit/Source/WebKit/chromium/src/
WebViewImpl.h 338 void setRootGraphicsLayer(WebCore::PlatformLayer*);
WebViewImpl.cpp     [all...]
ChromeClientImpl.cpp 832 m_webView->setRootGraphicsLayer(graphicsLayer ? graphicsLayer->platformLayer() : 0);

Completed in 272 milliseconds