Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/views/payments/
H A Dpayment_request_views_util.h131 std::unique_ptr<views::Label> CreateHintLabel(
H A Dpayment_sheet_view_controller.cc220 currency_label = CreateHintLabel(currency); in CreateInlineCurrencyAmountItem()
296 return CreateWithButton(CreateHintLabel(truncated_content, gfx::ALIGN_LEFT), in CreateWithButton()
544 CreateHintLabel(l10n_util::GetPluralStringFUTF16( in CreatePaymentSheetSummaryRow()
549 CreateHintLabel(l10n_util::GetStringUTF16( in CreatePaymentSheetSummaryRow()
H A Dorder_summary_view_controller.cc82 currency_text = CreateHintLabel(currency); in CreateLineItemView()
H A Dcredit_card_editor_view_controller.cc205 view->AddChildView(CreateHintLabel(l10n_util::GetStringUTF16( in CreateHeaderView()
256 CreateHintLabel( in CreateHeaderView()
H A Deditor_view_controller.cc335 editor_layout->AddView(CreateHintLabel( in CreateEditorView()
H A Dpayment_request_views_util.cc374 std::unique_ptr<views::Label> CreateHintLabel( in CreateHintLabel() function
/dports/graphics/pinta/pinta-1.7.1/Pinta.Gui.Widgets/Dialogs/
H A DSimpleEffectDialog.cs143 AddWidget (CreateHintLabel (localizer.GetString (hint))); in BuildDialog()
351 private Gtk.Label CreateHintLabel (string hint) in CreateHintLabel() method in Pinta.Gui.Widgets.SimpleEffectDialog