Home
last modified time | relevance | path

Searched refs:IsCancelable (Results 1 – 25 of 32) sorted by relevance

12

/dports/lang/mono/mono-5.10.1.57/mcs/class/WindowsBase/Test/System.ComponentModel/
H A DCurrentChangingEventArgsTest.cs45 Assert.IsTrue (args.IsCancelable, "CTOR1_#2"); in CurrentChangingEventArgsConstructor1Test()
54 Assert.IsFalse (args.IsCancelable, "CTOR2_#2"); in CurrentChangingEventArgsConstructor2Test()
59 Assert.IsTrue (args.IsCancelable, "CTOR1_#4"); in CurrentChangingEventArgsConstructor2Test()
73 Assert.IsFalse (args.IsCancelable, "InvOp_#2"); in ChangeCancelIfNotCancelableTest()
/dports/lang/mono/mono-5.10.1.57/mcs/class/WindowsBase/System.ComponentModel/
H A DCurrentChangingEventArgs.cs51 if(!IsCancelable && value)
57 public bool IsCancelable { property in System.ComponentModel.CurrentChangingEventArgs
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/hashicorp/go-tfe/
H A Dadmin_run_test.go163 assert.Equal(t, true, rTest1.Actions.IsCancelable)
166 assert.Equal(t, true, rTest2.Actions.IsCancelable)
183 assert.Equal(t, true, rTestPlanning.Actions.IsCancelable)
189 assert.Equal(t, true, rTestPending.Actions.IsCancelable)
H A Drun.go121 IsCancelable bool `jsonapi:"attr,is-cancelable"` member
H A Drun_test.go420 assert.Equal(t, run.Actions.IsCancelable, true)
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/public/common/input/
H A Dweb_touch_event.h61 bool IsCancelable() const { return dispatch_type == kBlocking; } in IsCancelable() function
H A Dweb_pointer_event.h78 bool IsCancelable() const { return dispatch_type == kBlocking; } in IsCancelable() function
H A Dweb_mouse_wheel_event.h97 bool IsCancelable() const { return dispatch_type == kBlocking; } in IsCancelable() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/public/common/input/
H A Dweb_touch_event.h63 bool IsCancelable() const { return dispatch_type == DispatchType::kBlocking; } in IsCancelable() function
H A Dweb_pointer_event.h80 bool IsCancelable() const { return dispatch_type == DispatchType::kBlocking; } in IsCancelable() function
H A Dweb_mouse_wheel_event.h97 bool IsCancelable() const { return dispatch_type == DispatchType::kBlocking; } in IsCancelable() function
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/events/
H A Dtouch_event.cc73 GetWebTouchEvent(event)->IsCancelable() ? Cancelable::kYes in TouchEvent()
H A Dwheel_event.cc60 initializer->setCancelable(event.IsCancelable()); in GetMouseEventInitForWheel()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/events/
H A Dtouch_event.cc73 GetWebTouchEvent(event)->IsCancelable() ? Cancelable::kYes in TouchEvent()
H A Dwheel_event.cc53 initializer->setCancelable(event.IsCancelable()); in GetMouseEventInitForWheel()
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vault-plugin-secrets-terraform/vendor/github.com/hashicorp/go-tfe/
H A Drun.go118 IsCancelable bool `json:"is-cancelable"` member
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/go-tfe/
H A Drun.go118 IsCancelable bool `json:"is-cancelable"` member
/dports/sysutils/terraform/terraform-1.0.11/internal/backend/remote/
H A Dbackend_mock.go785 Actions: &tfe.RunActions{IsCancelable: true},
866 r.Actions.IsCancelable = false
873 r.Actions.IsCancelable = false
H A Dbackend_plan.go335 if r.Status == tfe.RunPending && r.Actions.IsCancelable {
H A Dbackend.go807 if r.Actions.IsCancelable {
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.0/
H A DWindowsBase.cs101 public bool IsCancelable { get { throw null; } } property in System.ComponentModel.CurrentChangingEventArgs
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/net_4_x/
H A DWindowsBase.cs103 public bool IsCancelable { get { throw null; } } property in System.ComponentModel.CurrentChangingEventArgs
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v2.0/
H A DWindowsBase.cs160 public bool IsCancelable { get { throw null; } } property in System.ComponentModel.CurrentChangingEventArgs
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5.1/
H A DWindowsBase.cs140 public bool IsCancelable { get { throw null; } } property in System.ComponentModel.CurrentChangingEventArgs
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5.2/
H A DWindowsBase.cs140 public bool IsCancelable { get { throw null; } } property in System.ComponentModel.CurrentChangingEventArgs

12