Home
last modified time | relevance | path

Searched refs:setDownstream (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/jogamp-jogl/jogl/src/newt/classes/com/jogamp/newt/event/awt/
H A DAWTAdapter.java172 setDownstream(downstream); in AWTAdapter()
186 …public synchronized AWTAdapter setDownstream(final com.jogamp.newt.Window downstream) throws Illeg… in setDownstream() method in AWTAdapter
/dports/deskutils/recoll/recoll-1.31.2/utils/
H A Dreadfile.cpp116 virtual void setDownstream(FileScanDo *down) { in setDownstream() function in FileScanUpstream
130 setDownstream(down); in FileScanSource()
143 setDownstream(sink); in insertAtSink()
149 m_up->setDownstream(this); in insertAtSink()
159 m_up->setDownstream(m_down); in pop()
/dports/graphics/jogamp-jogl/jogl/src/newt/classes/jogamp/newt/awt/event/
H A DAWTParentWindowAdapter.java56 …public AWTParentWindowAdapter setDownstream(final NativeWindow downstreamParent, final com.jogamp.… in setDownstream() method in AWTParentWindowAdapter
57 setDownstream(downstream); in setDownstream()
/dports/graphics/jogamp-jogl/jogl/src/newt/classes/com/jogamp/newt/awt/
H A DNewtCanvasAWT.java979 awtWinAdapter.setDownstream(jawtWindow, newtChild); in configureNewtChild()
993 awtMouseAdapter.setDownstream(newtChild); in configureNewtChild()
996 awtKeyAdapter.setDownstream(newtChild); in configureNewtChild()