Home
last modified time | relevance | path

Searched refs:ui_delegate_ (Results 1 – 25 of 30) sorted by relevance

12

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/translate/
H A Dtranslate_bubble_model_impl.cc16 : ui_delegate_(std::move(ui_delegate)), in TranslateBubbleModelImpl()
64 ui_delegate_->OnErrorShown(error_type); in ShowError()
100 return ui_delegate_->IsLanguageBlocked(); in ShouldNeverTranslateLanguage()
104 ui_delegate_->SetLanguageBlocked(value); in SetNeverTranslateLanguage()
112 ui_delegate_->SetSiteBlacklist(value); in SetNeverTranslateSite()
116 return ui_delegate_->CanBlacklistSite(); in CanBlocklistSite()
124 ui_delegate_->SetAlwaysTranslate(value); in SetAlwaysTranslate()
129 ui_delegate_->Translate(); in Translate()
133 ui_delegate_->RevertTranslation(); in RevertTranslation()
140 ui_delegate_->OnUIClosedByUser(); in OnBubbleClosing()
[all …]
H A Dtranslate_bubble_model_impl.h59 std::unique_ptr<translate::TranslateUIDelegate> ui_delegate_;
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/android/autofill_assistant/
H A Dui_controller_android.cc353 if (ui_delegate_) { in Detach()
362 if (ui_delegate_) { in ~UiControllerAndroid()
598 if (ui_delegate_) in DestroySelf()
671 OnFormChanged(ui_delegate_->GetForm(), ui_delegate_->GetFormResult()); in RestoreUi()
831 if (ui_delegate_) in OnUserActionSelected()
878 if (ui_delegate_) in OnKeyboardVisibilityChanged()
908 if (!ui_delegate_ || !ui_delegate_->IsRunningLiteScript()) { in OnBackButtonClicked()
939 if (!ui_delegate_ || in CloseOrCancel()
996 if (ui_delegate_ && ui_delegate_->ShouldShowOverlay()) { in SetOverlayState()
1053 if (ui_delegate_) in OnUserInteractionInsideTouchableArea()
[all …]
H A Dui_controller_android.h75 bool IsAttached() { return ui_delegate_ != nullptr; } in IsAttached()
79 return ui_delegate_ == ui_delegate; in IsAttachedTo()
221 UiDelegate* ui_delegate_ = nullptr; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/translate/core/browser/
H A Dtranslate_infobar_delegate.cc155 ui_delegate_.OnErrorShown(error_type); in OnErrorShown()
159 ui_delegate_.Translate(); in Translate()
163 ui_delegate_.RevertTranslation(); in RevertTranslation()
168 ui_delegate_.RevertTranslation(); in RevertWithoutClosingInfobar()
178 ui_delegate_.TranslationDeclined(true); in TranslationDeclined()
191 ui_delegate_.SetLanguageBlocked(!ui_delegate_.IsLanguageBlocked()); in ToggleTranslatableLanguageByPrefs()
199 ui_delegate_.SetSiteBlacklist(!ui_delegate_.IsSiteBlacklisted()); in ToggleSiteBlacklist()
207 ui_delegate_.SetAlwaysTranslate(!ui_delegate_.ShouldAlwaysTranslate()); in ToggleAlwaysTranslate()
212 ui_delegate_.SetAlwaysTranslate(true); in AlwaysTranslatePageLanguage()
218 ui_delegate_.SetLanguageBlocked(true); in NeverTranslatePageLanguage()
[all …]
H A Dtranslate_infobar_delegate.h111 return ui_delegate_.GetOriginalLanguageCode(); in original_language_code()
119 return ui_delegate_.GetTargetLanguageCode(); in target_language_code()
253 TranslateUIDelegate ui_delegate_; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/ios/chrome/browser/infobars/
H A Dinfobar_ios.mm30 ui_delegate_(ui_delegate), function
33 DCHECK(ui_delegate_);
34 [ui_delegate_ setDelegate:this];
38 ui_delegate_.delegate = nullptr;
39 [ui_delegate_ detachView];
40 ui_delegate_ = nil;
62 DCHECK(ui_delegate_);
63 return ui_delegate_;
67 DCHECK(ui_delegate_);
68 [ui_delegate_ removeView];
[all …]
H A Dinfobar_ios.h90 id<InfobarUIDelegate> ui_delegate_ = nil; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/chromeos/components/bloom/
H A Dbloom_controller_impl.cc22 ui_delegate_(nullptr), in BloomControllerImpl()
39 ui_delegate_ = std::move(value); in SetUiDelegate()
44 DCHECK(ui_delegate_); in StartInteraction()
52 ui_delegate_->OnInteractionStarted(); in StartInteraction()
60 ui_delegate_->OnShowUI(); in ShowUI()
64 ui_delegate_->OnShowResult(result); in ShowResult()
76 ui_delegate_->OnInteractionFinished(resolution); in StopInteraction()
H A Dbloom_controller_impl.h54 std::unique_ptr<BloomUiDelegate> ui_delegate_; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/autofill/core/browser/payments/
H A Dfull_card_request.cc40 ui_delegate_(nullptr), in FullCardRequest()
103 ui_delegate_ = ui_delegate; in GetFullCard()
107 if (ui_delegate_) { in GetFullCard()
108 ui_delegate_->ShowUnmaskPrompt(request_->card, reason, in GetFullCard()
138 if (ui_delegate_) in OnUnmaskPromptAccepted()
147 if (ui_delegate_) { in OnUnmaskPromptAccepted()
153 ui_delegate_->UserOptedInToFidoFromSettingsPageOnMobile(); in OnUnmaskPromptAccepted()
172 return ui_delegate_ && ui_delegate_->ShouldOfferFidoAuth(); in ShouldOfferFidoAuth()
209 if (ui_delegate_) in OnDidGetRealPan()
210 ui_delegate_->OnUnmaskVerificationResult(result); in OnDidGetRealPan()
[all …]
H A Dfull_card_request.h180 base::WeakPtr<UIDelegate> ui_delegate_; variable
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/autofill/core/browser/payments/
H A Dfull_card_request.cc45 ui_delegate_(nullptr), in FullCardRequest()
108 ui_delegate_ = ui_delegate; in GetFullCard()
112 if (ui_delegate_) { in GetFullCard()
113 ui_delegate_->ShowUnmaskPrompt(request_->card, reason, in GetFullCard()
143 if (ui_delegate_) in OnUnmaskPromptAccepted()
144 ui_delegate_->OnUnmaskVerificationResult(AutofillClient::SUCCESS); in OnUnmaskPromptAccepted()
163 return ui_delegate_ && ui_delegate_->ShouldOfferFidoAuth(); in ShouldOfferFidoAuth()
197 if (ui_delegate_) in OnDidGetRealPan()
198 ui_delegate_->OnUnmaskVerificationResult(result); in OnDidGetRealPan()
257 ui_delegate_ = nullptr; in Reset()
H A Dfull_card_request.h171 base::WeakPtr<UIDelegate> ui_delegate_; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/arc/usb/
H A Dusb_host_bridge.cc132 DCHECK(ui_delegate_); in RequestPermission()
134 ui_delegate_->RequestUsbAccessPermission( in RequestPermission()
234 if (ui_delegate_) in OnConnectionClosed()
235 ui_delegate_->ClearPermissionRequests(); in OnConnectionClosed()
241 ui_delegate_ = nullptr; in Shutdown()
245 ui_delegate_ = ui_delegate; in SetUiDelegate()
270 DCHECK(ui_delegate_); in GetEventReceiverPackages()
307 DCHECK(ui_delegate_); in HasPermissionForDevice()
309 return ui_delegate_->HasUsbAccessPermission( in HasPermissionForDevice()
318 DCHECK(ui_delegate_); in HandleScanDeviceListRequest()
[all …]
H A Dusb_host_bridge.h120 ArcUsbHostUiDelegate* ui_delegate_ = nullptr; variable
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/arc/usb/
H A Dusb_host_bridge.cc132 DCHECK(ui_delegate_); in RequestPermission()
134 ui_delegate_->RequestUsbAccessPermission( in RequestPermission()
234 if (ui_delegate_) in OnConnectionClosed()
235 ui_delegate_->ClearPermissionRequests(); in OnConnectionClosed()
241 ui_delegate_ = nullptr; in Shutdown()
245 ui_delegate_ = ui_delegate; in SetUiDelegate()
270 DCHECK(ui_delegate_); in GetEventReceiverPackages()
307 DCHECK(ui_delegate_); in HasPermissionForDevice()
309 return ui_delegate_->HasUsbAccessPermission( in HasPermissionForDevice()
318 DCHECK(ui_delegate_); in HandleScanDeviceListRequest()
[all …]
H A Dusb_host_bridge.h121 ArcUsbHostUiDelegate* ui_delegate_ = nullptr; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/ios/web_view/internal/
H A Dweb_view_java_script_dialog_presenter.mm19 : ui_delegate_(ui_delegate), web_view_(web_view) {}
49 if (![ui_delegate_ respondsToSelector:@selector
56 [ui_delegate_ webView:web_view_
70 if (![ui_delegate_ respondsToSelector:@selector
77 [ui_delegate_ webView:web_view_
92 if (![ui_delegate_ respondsToSelector:@selector
99 [ui_delegate_ webView:web_view_
119 ui_delegate_ = ui_delegate;
H A Dweb_view_java_script_dialog_presenter.h53 __weak id<CWVUIDelegate> ui_delegate_ = nil; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/bloom/
H A Dbloom_ui_controller_impl.cc12 : ui_delegate_(std::make_unique<BloomUiDelegateImpl>()) {} in BloomUiControllerImpl()
17 return *ui_delegate_; in GetUiDelegate()
H A Dbloom_ui_controller_impl.h23 std::unique_ptr<chromeos::bloom::BloomUiDelegate> ui_delegate_;
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/system/unified/
H A Dunified_system_tray.cc122 ui_delegate_(std::make_unique<UiDelegate>(this)), in UnifiedSystemTray()
251 ui_delegate_->SetTrayBubbleHeight(height); in SetTrayBubbleHeight()
370 ui_delegate_->ui_controller()->ShowMessageCenterBubble(show_by_click); in ShowBubble()
375 ui_delegate_->ui_controller()->HideMessageCenterBubble(); in CloseBubble()
488 return ui_delegate_->GetPopupViewForNotificationID(notification_id); in GetPopupViewForNotificationID()
/dports/www/chromium-legacy/chromium-88.0.4324.182/extensions/browser/api/networking_private/
H A Dnetworking_private_delegate.h62 ui_delegate_ = std::move(ui_delegate); in set_ui_delegate()
65 const UIDelegate* ui_delegate() { return ui_delegate_.get(); } in ui_delegate()
161 std::unique_ptr<UIDelegate> ui_delegate_;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/extensions/browser/api/networking_private/
H A Dnetworking_private_delegate.h56 ui_delegate_ = std::move(ui_delegate); in set_ui_delegate()
59 const UIDelegate* ui_delegate() { return ui_delegate_.get(); } in ui_delegate()
167 std::unique_ptr<UIDelegate> ui_delegate_;

12