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

  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
GraphicsLayer.h 352 void setContentsToMedia(WebKit::WebLayer*); // video or plug-in
357 // Should unify setContentsToMedia and setContentsToCanvas
358 void setContentsToPlatformLayer(WebKit::WebLayer* layer) { setContentsToMedia(layer); }
GraphicsLayer.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderLayerBacking.cpp 462 m_graphicsLayer->setContentsToMedia(pluginView->platformLayer());
465 m_graphicsLayer->setContentsToMedia(mediaElement->platformLayer());
    [all...]

Completed in 278 milliseconds