Home
last modified time | relevance | path

Searched refs:startChromeLauncherActivityForTrustedIntent (Results 1 – 3 of 3) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/java/src/org/chromium/chrome/browser/customtabs/content/
H A DCustomTabActivityNavigationController.java278 IntentHandler.startChromeLauncherActivityForTrustedIntent(intent); in openCurrentUrlInBrowser()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/java/src/org/chromium/chrome/browser/tab/
H A DTabContextMenuItemDelegate.java305 IntentHandler.startChromeLauncherActivityForTrustedIntent(chromeIntent); in onOpenInChrome()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/java/src/org/chromium/chrome/browser/
H A DIntentHandler.java736 public static void startChromeLauncherActivityForTrustedIntent(Intent intent) { in startChromeLauncherActivityForTrustedIntent() method in IntentHandler