Searched refs:mWebViewThread (Results 1 – 2 of 2) sorted by relevance
669 if (mWebViewThread == null) { in WebView()2485 return mWebViewThread; in getWebViewLooper()2684 private final Looper mWebViewThread = Looper.myLooper(); field in WebView2689 if (mWebViewThread != null && Looper.myLooper() != mWebViewThread) { in checkThread()2694 "(Expected Looper " + mWebViewThread + " called on " + Looper.myLooper() + in checkThread()
6769 Landroid/webkit/WebView;->mWebViewThread:Landroid/os/Looper;