Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/java/src/org/chromium/chrome/browser/browserservices/
H A DBrowserServicesIntentDataProvider.java40 CustomTabsUiType.READER_MODE, CustomTabsUiType.MINIMAL_UI_WEBAPP,
48 int READER_MODE = 4; field
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/java/src/org/chromium/chrome/browser/customtabs/
H A DIncognitoCustomTabIntentDataProvider.java114 if (isForReaderMode(intent)) return CustomTabsUiType.READER_MODE; in getUiType()
133 return (isTrustedIntent(intent) && (requestedUiType == CustomTabsUiType.READER_MODE)); in isForReaderMode()
H A DCustomTabAppMenuPropertiesDelegate.java149 } else if (mUiType == CustomTabsUiType.READER_MODE) { in prepareMenu()
H A DCustomTabIntentDataProvider.java272 intent.putExtra(EXTRA_UI_TYPE, CustomTabsUiType.READER_MODE); in addReaderModeUIExtras()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/java/src/org/chromium/chrome/browser/dom_distiller/
H A DReaderModeManager.java159 if (tab == null || uiType != CustomTabsUiType.READER_MODE in onLoadUrl()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/javatests/src/org/chromium/chrome/browser/customtabs/
H A DCustomTabActivityTest.java558 intent.putExtra(CustomTabIntentDataProvider.EXTRA_UI_TYPE, CustomTabsUiType.READER_MODE); in testAppMenuForReaderMode()