Home | History | Annotate | Download | only in jni

Lines Matching refs:webRequestContext

3879     // We cannot create a WebRequestContext, because we might not know it this is a private tab or not yet
3887 // We cannot create a WebRequestContext, because we might not know it this is a private tab or not yet
3894 WebRequestContext* WebViewCore::webRequestContext()
3898 m_webRequestContext = new WebRequestContext(settings && settings->privateBrowsingEnabled());