Home
last modified time | relevance | path

Searched refs:AttachEvent (Results 1 – 25 of 72) sorted by relevance

123

/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/core/client/command/impl/
H A DWebMenuCallback.java27 import com.google.gwt.event.logical.shared.AttachEvent;
48 newMenu.addAttachHandler(new AttachEvent.Handler() in beginMenu()
51 public void onAttachOrDetach(AttachEvent event) in beginMenu()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/lib/gwt/2.8.1/samples/MobileWebApp/src/main/java/com/google/gwt/sample/ui/client/
H A DWindowBasedOrientationHelper.java18 import com.google.gwt.event.logical.shared.AttachEvent;
35 private class CommandSet implements AttachEvent.Handler, HandlerRegistration {
51 public void onAttachOrDetach(AttachEvent event) { in onAttachOrDetach()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/workbench/views/source/editors/text/
H A DAceEditorMonitor.java21 import com.google.gwt.event.logical.shared.AttachEvent;
33 editor_.addAttachHandler((AttachEvent event) -> { in init()
H A DImagePreviewPopup.java28 import com.google.gwt.event.logical.shared.AttachEvent;
95 addAttachHandler(new AttachEvent.Handler() in ImagePreviewPopup()
98 public void onAttachOrDetach(AttachEvent event) in ImagePreviewPopup()
H A DTextEditingTargetIdleMonitor.java35 import com.google.gwt.event.logical.shared.AttachEvent;
145 monitors_.add(display_.addAttachHandler(new AttachEvent.Handler() in beginMonitoring()
148 public void onAttachOrDetach(AttachEvent event) in beginMonitoring()
H A DTextEditingTargetPackageDependencyHelper.java30 import com.google.gwt.event.logical.shared.AttachEvent;
79 docDisplay_.addAttachHandler((AttachEvent event) -> { in toggleHandlers()
H A DScopeTreeManager.java28 import com.google.gwt.event.logical.shared.AttachEvent;
55 docDisplay.addAttachHandler((AttachEvent event) -> { in ScopeTreeManager()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/workbench/
H A DShowDOMElementIDs.java25 import com.google.gwt.event.logical.shared.AttachEvent;
51 panel_.addAttachHandler(new AttachEvent.Handler() in ShowDOMElementIDs()
54 public void onAttachOrDetach(AttachEvent event) in ShowDOMElementIDs()
H A DBrowseAddinsDialog.java24 import com.google.gwt.event.logical.shared.AttachEvent;
91 addAttachHandler((AttachEvent event) -> { in BrowseAddinsDialog()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/application/events/
H A DEventBus.java26 import com.google.gwt.event.logical.shared.AttachEvent;
27 import com.google.gwt.event.logical.shared.AttachEvent.Handler;
145 public void onAttachOrDetach(AttachEvent event) in addHandler()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/workbench/views/source/
H A DTabOverflowPopupPanel.java25 import com.google.gwt.event.logical.shared.AttachEvent;
135 addAttachHandler(new AttachEvent.Handler() in TabOverflowPopupPanel()
138 public void onAttachOrDetach(AttachEvent event) in TabOverflowPopupPanel()
/dports/multimedia/fpc-libvlc/fpc-3.2.2/packages/libvlc/src/
H A Dvlc.pp985 AttachEvent(M,libvlc_MediaPlayerMediaChanged);
987 AttachEvent(M,libvlc_MediaPlayerOpening);
988 AttachEvent(M,libvlc_MediaPlayerBuffering);
989 AttachEvent(M,libvlc_MediaPlayerPlaying);
990 AttachEvent(M,libvlc_MediaPlayerPaused);
991 AttachEvent(M,libvlc_MediaPlayerStopped);
992 AttachEvent(M,libvlc_MediaPlayerForward);
993 AttachEvent(M,libvlc_MediaPlayerBackward);
994 AttachEvent(M,libvlc_MediaPlayerEndReached);
996 AttachEvent(M,libvlc_MediaPlayerTimeChanged);
[all …]
/dports/lang/fpc-source/fpc-3.2.2/packages/libvlc/src/
H A Dvlc.pp985 AttachEvent(M,libvlc_MediaPlayerMediaChanged);
987 AttachEvent(M,libvlc_MediaPlayerOpening);
988 AttachEvent(M,libvlc_MediaPlayerBuffering);
989 AttachEvent(M,libvlc_MediaPlayerPlaying);
990 AttachEvent(M,libvlc_MediaPlayerPaused);
991 AttachEvent(M,libvlc_MediaPlayerStopped);
992 AttachEvent(M,libvlc_MediaPlayerForward);
993 AttachEvent(M,libvlc_MediaPlayerBackward);
994 AttachEvent(M,libvlc_MediaPlayerEndReached);
996 AttachEvent(M,libvlc_MediaPlayerTimeChanged);
[all …]
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/common/mathjax/
H A DMathJax.java56 import com.google.gwt.event.logical.shared.AttachEvent;
83 handlers_.add(popup_.addAttachHandler(new AttachEvent.Handler() in MathJax()
86 public void onAttachOrDetach(AttachEvent event) in MathJax()
104 handlers_.add(docDisplay_.addAttachHandler(new AttachEvent.Handler() in MathJax()
107 public void onAttachOrDetach(AttachEvent event) in MathJax()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/application/ui/addins/
H A DAddinsToolbarButton.java47 import com.google.gwt.event.logical.shared.AttachEvent;
89 addAttachHandler(new AttachEvent.Handler() in AddinsToolbarButton()
92 public void onAttachOrDetach(AttachEvent event) in AddinsToolbarButton()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/workbench/views/source/editors/text/r/
H A DRCompletionToolTip.java36 import com.google.gwt.event.logical.shared.AttachEvent;
52 addAttachHandler(new AttachEvent.Handler() in RCompletionToolTip()
55 public void onAttachOrDetach(AttachEvent event) in RCompletionToolTip()
/dports/games/fs2open/fs2open.github.com-release_21_4_1/lib/libRocket/Source/Core/
H A DEventDispatcher.h62 void AttachEvent(const String& type, EventListener* event_listener, bool in_capture_phase);
H A DEventDispatcher.cpp55 void EventDispatcher::AttachEvent(const String& type, EventListener* listener, bool in_capture_phas… in AttachEvent() function in Rocket::Core::EventDispatcher
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/workbench/views/vcs/
H A DBranchToolbarButton.java25 import com.google.gwt.event.logical.shared.AttachEvent;
113 menu_.addAttachHandler(new AttachEvent.Handler() in BranchToolbarButton()
116 public void onAttachOrDetach(AttachEvent event) in BranchToolbarButton()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/workers/
H A DServiceWorkerPrivate.h165 AttachEvent enumerator
/dports/lang/spidermonkey60/firefox-60.9.0/dom/serviceworkers/
H A DServiceWorkerPrivate.h148 AttachEvent enumerator
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/workbench/views/console/shell/assist/
H A DCompletionManagerBase.java51 import com.google.gwt.event.logical.shared.AttachEvent;
864 docDisplay_.addAttachHandler((AttachEvent event) -> { in defaultHandlers()
884 popup_.addAttachHandler((AttachEvent event) -> { in defaultHandlers()
/dports/www/firefox-esr/firefox-91.8.0/dom/serviceworkers/
H A DServiceWorkerPrivate.h232 AttachEvent, enumerator
/dports/lang/spidermonkey78/firefox-78.9.0/dom/serviceworkers/
H A DServiceWorkerPrivate.h232 AttachEvent, enumerator
/dports/mail/thunderbird/thunderbird-91.8.0/dom/serviceworkers/
H A DServiceWorkerPrivate.h232 AttachEvent, enumerator

123