Searched defs:enumeratedIconId (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/infobar/
H A DConfirmInfoBarDelegate.java26 * @param enumeratedIconId ID corresponding to the icon that will be shown for the InfoBar.
35 InfoBar showConfirmInfoBar(long nativeInfoBar, int enumeratedIconId, String message, argument
37 int drawableId = ResourceId.mapToDrawableId(enumeratedIconId);
H A DSavePasswordInfoBarDelegate.java25 * @param enumeratedIconId ID corresponding to the icon that will be shown for the InfoBar.
33 InfoBar showSavePasswordInfoBar(long nativeInfoBar, int enumeratedIconId, String message, argument
35 int drawableId = ResourceId.mapToDrawableId(enumeratedIconId);
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/
H A DWebsiteSettingsPopup.java90 private void addCertificateSection(int enumeratedIconId, String headline, String description, argument
92 View section = addSection(enumeratedIconId, headline, description);
105 private void addDescriptionSection(int enumeratedIconId, String headline, String description) { argument
106 View section = addSection(enumeratedIconId, headline, description);
111 private View addSection(int enumeratedIconId, String headline, String description) { argument
114 int drawableId = ResourceId.mapToDrawableId(enumeratedIconId);

Completed in 82 milliseconds