Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/java/src/org/chromium/chrome/browser/
H A DIntentHandler.java559 } else if (IntentHandler.notSecureIsIntentChromeOrFirstParty(intent) in getReferrerUrl()
901 boolean isInternal = notSecureIsIntentChromeOrFirstParty(intent); in shouldIgnoreIntent()
1048 public static boolean notSecureIsIntentChromeOrFirstParty(Intent intent) { in notSecureIsIntentChromeOrFirstParty() method in IntentHandler
1380 && notSecureIsIntentChromeOrFirstParty(intent)) { in getTransitionTypeFromIntent()