Home | History | Annotate | Download | only in src

Lines Matching defs:webContext

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);