Home
last modified time | relevance | path

Searched refs:ALL_KEYS (Results 1 – 25 of 301) sorted by relevance

12345678910>>...13

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/java/src/org/chromium/chrome/browser/signin/account_picker/
H A DAccountPickerProperties.java32 static final PropertyKey[] ALL_KEYS = new PropertyKey[] {ON_CLICK_LISTENER}; field in AccountPickerProperties.AddAccountRowProperties
37 return new PropertyModel.Builder(ALL_KEYS) in createModel()
50 static final PropertyKey[] ALL_KEYS = new PropertyKey[] {ON_CLICK_LISTENER}; field in AccountPickerProperties.IncognitoAccountRowProperties
55 return new PropertyModel.Builder(ALL_KEYS) in createModel()
73 static final PropertyKey[] ALL_KEYS = field in AccountPickerProperties.ExistingAccountRowProperties
80 return new PropertyModel.Builder(ALL_KEYS) in createModel()
H A DAccountPickerBottomSheetProperties.java123 static final PropertyKey[] ALL_KEYS = new PropertyKey[] {ON_SELECTED_ACCOUNT_CLICKED, field in AccountPickerBottomSheetProperties
134 return new PropertyModel.Builder(ALL_KEYS) in createModel()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/features/keyboard_accessory/internal/java/src/org/chromium/chrome/browser/keyboard_accessory/all_passwords_bottom_sheet/
H A DAllPasswordsBottomSheetProperties.java34 static final PropertyKey[] ALL_KEYS = { field in AllPasswordsBottomSheetProperties
39 return new PropertyModel.Builder(ALL_KEYS) in createDefaultModel()
56 static final PropertyKey[] ALL_KEYS = {CREDENTIAL, ON_CLICK_LISTENER, IS_PASSWORD_FIELD}; field in AllPasswordsBottomSheetProperties.CredentialProperties
63 .Builder(AllPasswordsBottomSheetProperties.CredentialProperties.ALL_KEYS) in createCredentialModel()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/password_check/android/internal/java/src/org/chromium/chrome/browser/password_check/
H A DPasswordCheckProperties.java37 static final PropertyKey[] ALL_KEYS = {ITEMS, DELETION_CONFIRMATION_HANDLER, DELETION_ORIGIN, field in PasswordCheckProperties
41 return new PropertyModel.Builder(ALL_KEYS).with(ITEMS, new ListModel<>()).build(); in createDefaultModel()
60 static final PropertyKey[] ALL_KEYS = {COMPROMISED_CREDENTIAL, CREDENTIAL_HANDLER, field in PasswordCheckProperties.CompromisedCredentialProperties
88 static final PropertyKey[] ALL_KEYS = {CHECK_PROGRESS, CHECK_STATUS, CHECK_TIMESTAMP, field in PasswordCheckProperties.HeaderProperties
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/java/src/org/chromium/chrome/browser/omnibox/suggestions/tiles/
H A DTileSuggestionProperties.java12 public static final PropertyKey[] ALL_KEYS = BaseSuggestionViewProperties.ALL_KEYS; field in TileSuggestionProperties
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/java/src/org/chromium/chrome/browser/incognito/interstitial/
H A DIncognitoInterstitialProperties.java24 static final PropertyKey[] ALL_KEYS = field in IncognitoInterstitialProperties
28 return new PropertyModel.Builder(ALL_KEYS) in createModel()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/javatests/src/org/chromium/chrome/browser/omnibox/suggestions/
H A DDropdownItemViewInfoListManagerUnitTest.java343 new PropertyModel(SuggestionCommonProperties.ALL_KEYS), 1), in updateSuggestionsList_uiChangesArePropagatedToSuggestions()
345 new PropertyModel(SuggestionCommonProperties.ALL_KEYS), 1), in updateSuggestionsList_uiChangesArePropagatedToSuggestions()
347 new PropertyModel(SuggestionCommonProperties.ALL_KEYS), 1)); in updateSuggestionsList_uiChangesArePropagatedToSuggestions()
364 new PropertyModel(SuggestionCommonProperties.ALL_KEYS), 2), in updateSuggestionsList_uiChangesArePropagatedToSuggestions()
366 new PropertyModel(SuggestionCommonProperties.ALL_KEYS), 2), in updateSuggestionsList_uiChangesArePropagatedToSuggestions()
368 new PropertyModel(SuggestionCommonProperties.ALL_KEYS), 2), in updateSuggestionsList_uiChangesArePropagatedToSuggestions()
370 new PropertyModel(SuggestionCommonProperties.ALL_KEYS), 2)); in updateSuggestionsList_uiChangesArePropagatedToSuggestions()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/java/src/org/chromium/chrome/browser/omnibox/suggestions/entity/
H A DEntitySuggestionViewProperties.java26 public static final PropertyKey[] ALL_KEYS = field in EntitySuggestionViewProperties
27 PropertyModel.concatKeys(ALL_UNIQUE_KEYS, BaseSuggestionViewProperties.ALL_KEYS);
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/java/src/org/chromium/chrome/browser/omnibox/suggestions/carousel/
H A DBaseCarouselSuggestionViewProperties.java27 public static final PropertyKey[] ALL_KEYS = field in BaseCarouselSuggestionViewProperties
28 PropertyModel.concatKeys(ALL_UNIQUE_KEYS, SuggestionCommonProperties.ALL_KEYS);
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/java/src/org/chromium/chrome/browser/contextmenu/
H A DRevampedContextMenuItemWithIconButtonProperties.java24 public static final PropertyKey[] ALL_KEYS = field in RevampedContextMenuItemWithIconButtonProperties
25 PropertyModel.concatKeys(RevampedContextMenuItemProperties.ALL_KEYS,
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/src/org/eclipse/equinox/p2/internal/repository/tools/
H A DArtifactRepositoryValidator.java43 …IQueryResult<IArtifactKey> queryResult = repository.query(ArtifactKeyQuery.ALL_KEYS, new NullProgr… in validateRepository()
58 …IQueryResult<IArtifactKey> queryResult = repository.query(ArtifactKeyQuery.ALL_KEYS, new NullProgr… in validateComposite()
84 …IQueryResult<IArtifactKey> queryResult = repository.query(ArtifactKeyQuery.ALL_KEYS, new NullProgr… in validateComposite()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/java/src/org/chromium/chrome/browser/omnibox/suggestions/header/
H A DHeaderViewProperties.java35 public static final PropertyKey[] ALL_KEYS = field in HeaderViewProperties
36 PropertyModel.concatKeys(ALL_UNIQUE_KEYS, SuggestionCommonProperties.ALL_KEYS);
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/java/src/org/chromium/chrome/browser/omnibox/suggestions/tail/
H A DTailSuggestionViewProperties.java28 public static final PropertyKey[] ALL_KEYS = field in TailSuggestionViewProperties
29 PropertyModel.concatKeys(ALL_UNIQUE_KEYS, BaseSuggestionViewProperties.ALL_KEYS);
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/java/src/org/chromium/chrome/browser/omnibox/suggestions/answer/
H A DAnswerSuggestionViewProperties.java41 public static final PropertyKey[] ALL_KEYS = field in AnswerSuggestionViewProperties
42 PropertyModel.concatKeys(ALL_UNIQUE_KEYS, BaseSuggestionViewProperties.ALL_KEYS);
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/junit/src/org/chromium/chrome/browser/contextmenu/
H A DRevampedContextMenuHeaderMediatorTest.java63 new PropertyModel.Builder(RevampedContextMenuHeaderProperties.ALL_KEYS) in testPerformanceInfoEnabled()
81 new PropertyModel.Builder(RevampedContextMenuHeaderProperties.ALL_KEYS) in testPerformanceInfoDisabled()
99 new PropertyModel.Builder(RevampedContextMenuHeaderProperties.ALL_KEYS) in testNoPerformanceInfoOnNonAnchor()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/java/src/org/chromium/chrome/browser/download/home/storage/
H A DStorageCoordinator.java23 private final PropertyModel mModel = new PropertyModel(StorageProperties.ALL_KEYS);
54 public static final PropertyKey[] ALL_KEYS = new PropertyKey[] {STORAGE_INFO_TEXT}; field in StorageCoordinator.StorageProperties
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/java/src/org/chromium/chrome/browser/omnibox/suggestions/basic/
H A DSuggestionViewProperties.java62 public static final PropertyKey[] ALL_KEYS = field in SuggestionViewProperties
63 PropertyModel.concatKeys(ALL_UNIQUE_KEYS, BaseSuggestionViewProperties.ALL_KEYS);
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/java/src/org/chromium/chrome/browser/omnibox/suggestions/base/
H A DBaseSuggestionViewProperties.java94 public static final PropertyKey[] ALL_KEYS = field in BaseSuggestionViewProperties
95 PropertyModel.concatKeys(ALL_UNIQUE_KEYS, SuggestionCommonProperties.ALL_KEYS);
/dports/www/py-pywikibot/pywikibot-6.6.3/pywikibot/data/
H A Dwikistats.py73 ALL_KEYS = set(FAMILY_MAPPING.keys()) | ALL_TABLES variable in WikiStats
89 if table not in self.ALL_KEYS:
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/browser_ui/widget/android/java/src/org/chromium/components/browser_ui/widget/scrim/
H A DScrimTest.java183 new PropertyModel.Builder(ScrimProperties.ALL_KEYS) in testGestureDetector()
255 new PropertyModel.Builder(ScrimProperties.ALL_KEYS) in testAffectsNavigationBar_enabled()
275 new PropertyModel.Builder(ScrimProperties.ALL_KEYS) in testAffectsNavigationBar_disabled()
296 new PropertyModel.Builder(ScrimProperties.ALL_KEYS) in testCustomDrawable()
375 : ScrimProperties.ALL_KEYS) in buildModel()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/touch_to_fill/android/javatests/src/org/chromium/chrome/browser/touch_to_fill/
H A DTouchToFillViewTest.java121 new PropertyModel.Builder(HeaderProperties.ALL_KEYS) in testSingleCredentialTitleDisplayed()
142 new PropertyModel.Builder(HeaderProperties.ALL_KEYS) in testMultiCredentialTitleDisplayed()
163 new PropertyModel.Builder(HeaderProperties.ALL_KEYS) in testSecureSubtitleUrlDisplayed()
182 new PropertyModel.Builder(HeaderProperties.ALL_KEYS) in testNonSecureSubtitleUrlDisplayed()
342 new PropertyModel.Builder(TouchToFillProperties.CredentialProperties.ALL_KEYS) in buildSheetItem()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/touch_to_fill/android/internal/java/src/org/chromium/chrome/browser/touch_to_fill/
H A DTouchToFillProperties.java76 static final PropertyKey[] ALL_KEYS = { field in TouchToFillProperties.CredentialProperties
93 static final PropertyKey[] ALL_KEYS = {SINGLE_CREDENTIAL, FORMATTED_URL, ORIGIN_SECURE}; field in TouchToFillProperties.HeaderProperties
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/javatests/src/org/chromium/chrome/browser/contextmenu/
H A DRevampedContextMenuRenderTest.java169 return new PropertyModel.Builder(RevampedContextMenuHeaderProperties.ALL_KEYS) in getHeaderModel()
180 return new PropertyModel.Builder(RevampedContextMenuItemProperties.ALL_KEYS) in getItemModel()
189 return new PropertyModel.Builder(RevampedContextMenuItemWithIconButtonProperties.ALL_KEYS) in getShareItemModel()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests/src/org/eclipse/equinox/p2/tests/artifact/repository/
H A DBug351944.java67 …IQueryResult<IArtifactKey> allArtifactKeys = repo.query(ArtifactKeyQuery.ALL_KEYS, new NullProgres… in testSimpleRepositoryPerformanceOnLoadReadonlyLocalRepository()
105 …Set<IArtifactKey> keys = repository.query(ArtifactKeyQuery.ALL_KEYS, new NullProgressMonitor()).to… in getRequestsForRepository2()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/messages/android/java/src/org/chromium/components/messages/
H A DMessageBannerRenderTest.java59 PropertyModel model = new PropertyModel.Builder(MessageBannerProperties.ALL_KEYS) in testBasic()
85 PropertyModel model = new PropertyModel.Builder(MessageBannerProperties.ALL_KEYS) in testBasic_withSecondaryIcon()

12345678910>>...13