Searched refs:onMainThread (Results 1 – 7 of 7) sorted by relevance
71 public static <T> @NonNull ListenableFuture<T> onMainThread( in onMainThread() method in WebkitUtils81 public static void onMainThread(final @NonNull Runnable runnable) { in onMainThread() method in WebkitUtils130 return waitForFuture(onMainThread(callable)); in onMainThreadSync()148 onMainThread(() -> { in onMainThreadSync() method
384 WebkitUtils.onMainThread(() -> mWebView.evaluateJavascript(script, result)); in evaluateJavascript()552 WebkitUtils.onMainThread((Runnable) () -> { in pumpMessages()
56 WebkitUtils.onMainThread(() -> { in startAndGetRenderProcess()74 WebkitUtils.onMainThread(() -> webView.setWebViewClient(new WebViewClient() { in catchRenderProcessTermination()
184 WebkitUtils.onMainThread(() -> { in testMessageChannel()343 WebkitUtils.onMainThread(() -> { in testWebMessageDefaultHandler()
93 WebkitUtils.onMainThread(scriptHandler::remove); in testAddDocumentStartJavaScriptRemoveScript()
92 WebkitUtils.onMainThread( in testDeleteBrowsingDataDeletesCache()
162 WebkitUtils.onMainThread(() -> in clearCookies()