Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/java/src/org/chromium/chrome/browser/toolbar/
H A DToolbarDataProvider.java68 boolean isUsingBrandColor(); in isUsingBrandColor() method
H A DLocationBarModel.java266 return !isUsingBrandColor() && !isIncognito(); in shouldEmphasizeHttpsScheme()
360 public boolean isUsingBrandColor() { in isUsingBrandColor() method in LocationBarModel
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/java/src/org/chromium/chrome/browser/omnibox/
H A DLocationBarDataProvider.java90 boolean isUsingBrandColor(); in isUsingBrandColor() method
H A DLocationBarLayout.java1063 if (mLocationBarDataProvider.isUsingBrandColor()) updateVisualsForState(); in onUrlFocusChange()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/java/src/org/chromium/chrome/browser/searchwidget/
H A DSearchBoxDataProvider.java43 public boolean isUsingBrandColor() { in isUsingBrandColor() method in SearchBoxDataProvider
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/java/src/org/chromium/chrome/browser/toolbar/top/
H A DToolbarLayout.java283 public boolean isUsingBrandColor() { in onFinishInflate()
H A DToolbarPhone.java2369 if (getToolbarDataProvider().isUsingBrandColor()) return VisualState.BRAND_COLOR; in computeVisualState()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/javatests/src/org/chromium/chrome/browser/omnibox/voice/
H A DVoiceRecognitionHandlerTest.java290 public boolean isUsingBrandColor() { in isUsingBrandColor() method in VoiceRecognitionHandlerTest.TestDataProvider