Searched refs:keyboard_shortcut_icon (Results 1 – 1 of 1) sorted by relevance
113 std::unique_ptr<views::ImageView> keyboard_shortcut_icon; in ClipboardNudgeView() local114 keyboard_shortcut_icon = std::make_unique<views::ImageView>(); in ClipboardNudgeView()115 keyboard_shortcut_icon->SetImage(shortcut_icon); in ClipboardNudgeView()116 keyboard_shortcut_icon->SetBorder(views::CreateEmptyBorder(2, 4, 0, -2)); in ClipboardNudgeView()138 icon_style.custom_view = keyboard_shortcut_icon.get(); in ClipboardNudgeView()139 label_->AddCustomView(std::move(keyboard_shortcut_icon)); in ClipboardNudgeView()