Searched refs:onMainThreadSync (Results 1 – 14 of 14) sorted by relevance
114 WebkitUtils.onMainThreadSync(() -> { in WebViewOnUiThread()134 WebkitUtils.onMainThreadSync(() -> { in createWebView()152 WebkitUtils.onMainThreadSync(() -> { in cleanUp()205 WebkitUtils.onMainThreadSync(webView::destroy); in destroy()214 WebkitUtils.onMainThreadSync(() -> webView.setWebViewClient(webviewClient)); in setWebViewClient()223 WebkitUtils.onMainThreadSync(() -> webView.setWebChromeClient(webChromeClient)); in setWebChromeClient()234 WebkitUtils.onMainThreadSync(() -> WebViewCompat.setWebViewRenderProcessClient( in setWebViewRenderProcessClient()248 WebkitUtils.onMainThreadSync(() -> WebViewCompat.setWebViewRenderProcessClient( in setWebViewRenderProcessClient()258 return WebkitUtils.onMainThreadSync( in getWebViewRenderProcessClient()263 return WebkitUtils.onMainThreadSync(() -> WebViewCompat.createWebMessageChannel(mWebView)); in createWebMessageChannelCompat()[all …]
126 public static <T> T onMainThreadSync(final @NonNull Callable<T> callable) { in onMainThreadSync() method in WebkitUtils143 public static void onMainThreadSync(final @NonNull Runnable runnable) { in onMainThreadSync() method in WebkitUtils
56 mProfileStore = WebkitUtils.onMainThreadSync(ProfileStore::getInstance); in setUp()64 WebkitUtils.onMainThreadSync(() -> { in testCreateProfile()82 WebkitUtils.onMainThreadSync(() -> { in testGetDefaultProfile()95 WebkitUtils.onMainThreadSync( in testDeleteProfile()124 WebkitUtils.onMainThreadSync(() -> ProfileStore.getInstance().getOrCreateProfile( in testSetGetProfile()128 WebkitUtils.onMainThreadSync(() -> WebViewCompat.setProfile(webView, in testSetGetProfile()131 Profile expectedProfile = WebkitUtils.onMainThreadSync( in testSetGetProfile()152 Profile expectedProfile = WebkitUtils.onMainThreadSync( in testGetProfileReturnsDefault()
120 WebkitUtils.onMainThreadSync(() -> {129 WebkitUtils.onMainThreadSync(() -> {139 WebkitUtils.onMainThreadSync(() -> {
46 WebkitUtils.onMainThreadSync( in testOneWebViewGc()67 WebkitUtils.onMainThreadSync( in testManyWebViewGc()
45 return WebkitUtils.onMainThreadSync(renderer::terminate); in terminateRenderProcessOnUiThread()49 return WebkitUtils.onMainThreadSync(() -> WebViewCompat.getWebViewRenderProcess(webView)); in getRenderProcessOnUiThread()
224 WebkitUtils.onMainThreadSync(() -> { in testClose()272 WebkitUtils.onMainThreadSync(() -> channel[0].setWebMessageCallback( in testReceiveMessagePort()308 WebkitUtils.onMainThreadSync(() -> { in testWebMessageHandler()
135 WebkitUtils.onMainThreadSync(() -> { in testSettingCacheConfig()
297 WebkitUtils.onMainThreadSync(() -> in testWebauthnSupport()303 WebkitUtils.onMainThreadSync(() -> { in testWebauthnSupport()
108 WebkitUtils.onMainThreadSync(() -> { in setWebViewSize()
143 WebkitUtils.onMainThreadSync(() -> { in testDeleteBrowsingDataForSiteDeletesCache()
213 WebkitUtils.onMainThreadSync(() -> { in testJavaScriptReplyProxyBasicUsage()
92 WebkitUtils.onMainThreadSync( in testTracingControllerCallbacksOnUI()
333 WebViewRenderProcess renderer = WebkitUtils.onMainThreadSync( in testMultiProcess()