Home
last modified time | relevance | path

Searched refs:showFeedback (Results 1 – 25 of 79) sorted by relevance

1234

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/java/src/org/chromium/chrome/browser/feedback/
H A DHelpAndFeedbackLauncherImpl.java72 protected void showFeedback(Activity activity, @Nonnull FeedbackCollector collector) { in showFeedback() method in HelpAndFeedbackLauncherImpl
107 public void showFeedback(final Activity activity, Profile profile, @Nullable String url, in showFeedback() method in HelpAndFeedbackLauncherImpl
112 collector -> showFeedback(activity, collector)); in showFeedback()
126 public void showFeedback(final Activity activity, Profile profile, @Nullable String url, in showFeedback() method in HelpAndFeedbackLauncherImpl
132 collector -> showFeedback(activity, collector)); in showFeedback()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/feedback/android/java/src/org/chromium/chrome/browser/feedback/
H A DHelpAndFeedbackLauncher.java40 void showFeedback(final Activity activity, Profile profile, @Nullable String url, in showFeedback() method
53 void showFeedback(final Activity activity, Profile profile, @Nullable String url, in showFeedback() method
/dports/devel/flex-sdk/flex-sdk-4.6.0.23201/frameworks/projects/framework/src/mx/managers/marshalClasses/
H A DDragManagerMarshalMixin.as89 dragManager.addEventListener("showFeedback", showFeedbackHandler);
189 me.name = "showFeedback";
191 // trace("-->dispatch showFeedback for DragManagerImpl", sm, feedback);
193 // trace("<--dispatch showFeedback for DragManagerImpl", sm, feedback);
195 // trace("<--showFeedback for DragManagerImpl", sm, feedback);
320 case "showFeedback":
323 // trace("--marshaled showFeedback for DragManagerImpl", sm, marshalEvent.value);
324 dragManager.showFeedback(marshalEvent.value);
/dports/deskutils/ausweisapp2/AusweisApp2-1.22.2/resources/qml/Governikus/SettingsView/+desktop/
H A DDebugSettings.qml31 ApplicationModel.showFeedback("Created new logfile.")
39 ApplicationModel.showFeedback("Created new history entry.")
/dports/deskutils/ausweisapp2/AusweisApp2-1.22.2/resources/qml/Governikus/InformationView/+mobile/
H A DVersionInformation.qml71 …ApplicationModel.showFeedback(qsTr("%1 more presses to toggle the advanced settings.").arg(10 - ad…
75 ApplicationModel.showFeedback(
/dports/devel/flex-sdk35/flex-sdk3-3.5.0.12683_1/frameworks/projects/framework/src/mx/managers/
H A DDragManagerImpl.as374 public function showFeedback(feedback:String):void method in DragManagerImpl
376 // trace("-->showFeedback for DragManagerImpl", sm, feedback);
387 me.name = "showFeedback";
389 // trace("-->dispatch showFeedback for DragManagerImpl", sm, feedback);
391 // trace("<--dispatch showFeedback for DragManagerImpl", sm, feedback);
393 // trace("<--showFeedback for DragManagerImpl", sm, feedback);
539 case "showFeedback":
542 // trace("--marshaled showFeedback for DragManagerImpl", sm, marshalEvent.value);
543 showFeedback(marshalEvent.value);
H A DIDragManager.as39 function showFeedback(feedback:String):void;
/dports/x11-wm/wmx/wmx-8/
H A DMenu.h57 virtual void showFeedback(int) { } in showFeedback() function
75 virtual void showFeedback(int);
H A DBorder.h38 void showFeedback(int x, int y, int w, int h);
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/features/autofill_assistant/java/src/org/chromium/chrome/browser/autofill_assistant/
H A DAssistantCoordinator.java87 public void showFeedback(String debugContext) { in showFeedback() method in AssistantCoordinator
91 HelpAndFeedbackLauncherImpl.getInstance().showFeedback(mActivity, profile, in showFeedback()
/dports/security/keybase/client-v5.7.1/shared/login/loading/
H A Dindex.tsx30 const [showFeedback, setShowFeedback] = React.useState(false)
53 … {(props.onRetry || showFeedback) && allowFeedback && <Feedback onFeedback={props.onFeedback} />}
/dports/deskutils/ausweisapp2/AusweisApp2-1.22.2/resources/qml/Governikus/SelfAuthenticationView/+mobile/
H A DSelfAuthenticationView.qml29 …ApplicationModel.showFeedback(qsTr("%1 more presses to toggle the testmode for the self-authentica…
35 ApplicationModel.showFeedback(qsTr("Testmode for the self-authentication activated."), true)
38 ApplicationModel.showFeedback(qsTr("Testmode for the self-authentication deactivated."), true)
/dports/x11-toolkits/open-motif/motif-2.3.8/clients/mwm/
H A DWmCPlace.c146 if (wmGD.showFeedback & WM_SHOW_FB_PLACEMENT) in SetupPlacement()
407 if (wmGD.showFeedback & WM_SHOW_FB_PLACEMENT) in HandlePlacementKeyEvent()
537 if (wmGD.showFeedback & WM_SHOW_FB_PLACEMENT) in HandlePlacementMotionEvent()
/dports/graphics/pixen/Pixen-0.1/
H A DPXPanelManager.h19 - (IBAction)showFeedback:sender;
H A DPXPanelManager.m74 - (IBAction)showFeedback:sender
/dports/deskutils/ausweisapp2/AusweisApp2-1.22.2/resources/qml/Governikus/IdentifyView/+desktop/
H A DIdentifyController.qml72 …ApplicationModel.showFeedback(qsTr("Process finished successfully. You may now remove your ID card…
75 ApplicationModel.showFeedback(qsTr("You may now remove your ID card from the device."))
/dports/devel/flex-sdk/flex-sdk-4.6.0.23201/frameworks/projects/framework/src/mx/managers/
H A DIDragManager.as39 function showFeedback(feedback:String):void;
H A DDragManagerImpl.as412 public function showFeedback(feedback:String):void method in DragManagerImpl
414 // trace("-->showFeedback for DragManagerImpl", sm, feedback);
423 if (hasEventListener("showFeedback"))
424 dispatchEvent(new Request("showFeedback", false, false, feedback));
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.addons.swt/src/org/eclipse/e4/ui/workbench/addons/dndaddon/
H A DSplitDropAgent2.java237 showFeedback(); in dragEnter()
370 showFeedback(); in track()
375 private void showFeedback() { in showFeedback() method in SplitDropAgent2
/dports/deskutils/ausweisapp2/AusweisApp2-1.22.2/resources/qml/Governikus/InformationView/+desktop/
H A DVersionInformation.qml56 ApplicationModel.showFeedback(
/dports/devel/flex-sdk35/flex-sdk3-3.5.0.12683_1/frameworks/projects/airframework/src/mx/managers/
H A DNativeDragManagerImpl.as406 public function showFeedback(feedback:String):void method in NativeDragManagerImpl
421 me.name = "showFeedback";
423 // trace("-->dispatch showFeedback for DragManagerImpl", sm, feedback);
425 // trace("<--dispatch showFeedback for DragManagerImpl", sm, feedback);
735 case "showFeedback":
738 // trace("--marshaled showFeedback for DragManagerImpl", sm, marshalEvent.value);
739 showFeedback(marshalEvent.value);
/dports/devel/ta-lib/ta-lib/src/tools/ta_regtest/
H A Dta_test_priv.h206 void showFeedback(void);
/dports/devel/flex-sdk/flex-sdk-4.6.0.23201/frameworks/projects/airframework/src/mx/managers/
H A DNativeDragManagerImpl.as450 public function showFeedback(feedback:String):void method in NativeDragManagerImpl
465 me.name = "showFeedback";
467 // trace("-->dispatch showFeedback for DragManagerImpl", sm, feedback);
469 // trace("<--dispatch showFeedback for DragManagerImpl", sm, feedback);
870 case "showFeedback":
873 // trace("--marshaled showFeedback for DragManagerImpl", sm, marshalEvent.value);
874 showFeedback(marshalEvent.value);
/dports/deskutils/ausweisapp2/AusweisApp2-1.22.2/src/ui/qml/
H A DApplicationModel.h119 Q_INVOKABLE void showFeedback(const QString& pMessage, bool pReplaceExisting = false);
/dports/deskutils/ausweisapp2/AusweisApp2-1.22.2/resources/qml/Governikus/ChangePinView/+desktop/
H A DChangePinController.qml72 ApplicationModel.showFeedback(qsTr("You may now remove your ID card from the device."))

1234