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

  /external/webkit/Source/WebKit/chromium/src/
GraphicsContext3DChromium.cpp 112 WebKit::WebGraphicsContext3D* webContext = WebKit::webKitClient()->createGraphicsContext3D();
113 if (!webContext)
121 if (!webContext->initialize(webAttributes, m_webViewImpl, renderDirectlyToHostWindow)) {
122 delete webContext;
125 m_impl.set(webContext);
    [all...]