Home
last modified time | relevance | path

Searched defs:OnDrop (Results 1 – 25 of 142) sorted by relevance

123456

/dports/lang/rust/rustc-1.58.1-src/src/test/ui/polymorphization/drop_shims/
H A Dsimple.rs4 pub struct OnDrop<F: Fn()>(pub F); struct
6 impl<F: Fn()> Drop for OnDrop<F> { implementation
H A Dtransitive.rs4 pub struct OnDrop<F: Fn()>(pub F); struct
6 impl<F: Fn()> Drop for OnDrop<F> { implementation
/dports/devel/racer/racer-2.1.48/cargo-crates/rustc-ap-rustc_data_structures-718.0.0/src/
H A Dlib.rs114 pub struct OnDrop<F: Fn()>(pub F); struct
116 impl<F: Fn()> OnDrop<F> { impl
125 impl<F: Fn()> Drop for OnDrop<F> { implementation
/dports/devel/racer/racer-2.1.48/cargo-crates/rustc-ap-rustc_data_structures-722.0.0/src/
H A Dlib.rs114 pub struct OnDrop<F: Fn()>(pub F); struct
116 impl<F: Fn()> OnDrop<F> { implementation
125 impl<F: Fn()> Drop for OnDrop<F> { implementation
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_data_structures/src/
H A Dlib.rs111 pub struct OnDrop<F: Fn()>(pub F); struct
113 impl<F: Fn()> OnDrop<F> { implementation
122 impl<F: Fn()> Drop for OnDrop<F> { implementation
/dports/lang/rust/rustc-1.58.1-src/vendor/rustc-ap-rustc_data_structures/src/
H A Dlib.rs114 pub struct OnDrop<F: Fn()>(pub F); struct
116 impl<F: Fn()> OnDrop<F> { implementation
125 impl<F: Fn()> Drop for OnDrop<F> { implementation
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/rust/tokio-core/tests/
H A Dspawn.rs108 struct OnDrop<F: FnMut()>(F); in spawn_in_drop() struct
110 impl<F: FnMut()> Drop for OnDrop<F> { in spawn_in_drop() implementation
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/tokio-core-0.1.17/tests/
H A Dspawn.rs189 struct OnDrop<F: FnMut()>(F); in spawn_in_drop() struct
191 impl<F: FnMut()> Drop for OnDrop<F> { in spawn_in_drop() implementation
/dports/security/sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/cargo-crates/tokio-core-0.1.17/tests/
H A Dspawn.rs189 struct OnDrop<F: FnMut()>(F); in spawn_in_drop() struct
191 impl<F: FnMut()> Drop for OnDrop<F> { in spawn_in_drop() implementation
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/cocoa/tab_contents/
H A Dweb_drag_bookmark_handler_mac.mm44 void WebDragBookmarkHandlerMac::OnDrop() { function
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/x11/
H A Ddnd.cpp48 bool wxTextDropTarget::OnDrop( long x, long y, const void *data, size_t WXUNUSED(size) ) in OnDrop() function in wxTextDropTarget
87 bool wxFileDropTarget::OnDrop(long x, long y, const void *data, size_t size ) in OnDrop() function in wxFileDropTarget
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/motif/
H A Ddnd.cpp47 bool wxTextDropTarget::OnDrop( long x, long y, const void *data, size_t WXUNUSED(size) ) in OnDrop() function in wxTextDropTarget
86 bool wxFileDropTarget::OnDrop(long x, long y, const void *data, size_t size ) in OnDrop() function in wxFileDropTarget
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/x11/
H A Ddnd.cpp51 bool wxTextDropTarget::OnDrop( long x, long y, const void *data, size_t WXUNUSED(size) ) in OnDrop() function in wxTextDropTarget
90 bool wxFileDropTarget::OnDrop(long x, long y, const void *data, size_t size ) in OnDrop() function in wxFileDropTarget
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/motif/
H A Ddnd.cpp47 bool wxTextDropTarget::OnDrop( long x, long y, const void *data, size_t WXUNUSED(size) ) in OnDrop() function in wxTextDropTarget
86 bool wxFileDropTarget::OnDrop(long x, long y, const void *data, size_t size ) in OnDrop() function in wxFileDropTarget
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/x11/
H A Ddnd.cpp51 bool wxTextDropTarget::OnDrop( long x, long y, const void *data, size_t WXUNUSED(size) ) in OnDrop() function in wxTextDropTarget
90 bool wxFileDropTarget::OnDrop(long x, long y, const void *data, size_t size ) in OnDrop() function in wxFileDropTarget
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/motif/
H A Ddnd.cpp47 bool wxTextDropTarget::OnDrop( long x, long y, const void *data, size_t WXUNUSED(size) ) in OnDrop() function in wxTextDropTarget
86 bool wxFileDropTarget::OnDrop(long x, long y, const void *data, size_t size ) in OnDrop() function in wxFileDropTarget
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/aura/tab_contents/
H A Dweb_drag_bookmark_handler_aura.cc59 void WebDragBookmarkHandlerAura::OnDrop() { in OnDrop() function in WebDragBookmarkHandlerAura
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/views/controls/textfield/
H A Dtextfield_controller.cc28 int TextfieldController::OnDrop(const ui::OSExchangeData& data) { in OnDrop() function in views::TextfieldController
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/views/controls/textfield/
H A Dtextfield_controller.cc28 int TextfieldController::OnDrop(const ui::OSExchangeData& data) { in OnDrop() function in views::TextfieldController
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Activities.Core.Presentation/System/Activities/Core/Presentation/
H A DParallelSeparator.xaml.cs56 protected override void OnDrop(DragEventArgs e) in OnDrop() method in System.Activities.Core.Presentation.ParallelSeparator
H A DVerticalConnector.xaml.cs51 protected override void OnDrop(DragEventArgs e) in OnDrop() method in System.Activities.Core.Presentation.VerticalConnector
/dports/ftp/multiget/multiget-1.1.3/src/
H A Ddropurl.cpp48 bool CDropUrl::OnDrop( wxCoord x, wxCoord y ) in OnDrop() function in CDropUrl
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/osx/
H A Ddnd_osx.cpp57 bool wxDropTarget::OnDrop( wxCoord WXUNUSED(x), wxCoord WXUNUSED(y) ) in OnDrop() function in wxDropTarget
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/qt/
H A Ddnd.cpp242 void OnDrop(QEvent* event) in OnDrop() function in wxDropTarget::Impl
287 bool wxDropTarget::OnDrop(wxCoord WXUNUSED(x), wxCoord WXUNUSED(y)) in OnDrop() function in wxDropTarget
/dports/www/firefox/firefox-99.0/third_party/rust/replace_with/src/
H A Dlib.rs93 struct OnDrop<F: FnOnce()>(mem::ManuallyDrop<F>); struct
94 impl<F: FnOnce()> Drop for OnDrop<F> { implementation

123456