HomeSort by relevance Sort by last modified time
    Searched defs:setRenderingContext (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/content/renderer/compositor_bindings/
web_layer_impl.cc 214 void WebLayerImpl::setRenderingContext(int context) {
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
GraphicsLayer.cpp 463 m_contentsLayer->setRenderingContext(m_3dRenderingContext);
846 void GraphicsLayer::setRenderingContext(int context)
852 m_layer->layer()->setRenderingContext(context);
855 m_contentsLayer->setRenderingContext(m_3dRenderingContext);
    [all...]

Completed in 97 milliseconds