Searched refs:m_tag (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk1/
H A Dtimer.cpp35 // This sets m_tag to -1
58 m_tag = -1;
71 if (m_tag != -1)
72 gtk_timeout_remove( m_tag );
74 m_tag = gtk_timeout_add( m_milli, timeout_callback, this );
81 if (m_tag != -1)
83 gtk_timeout_remove( m_tag );
84 m_tag = -1;
H A Dlistbox.cpp64 gint m_tag; member in struct:wxlistbox_idle_struct
73 gtk_idle_remove( data->m_tag );
1078 data->m_tag = gtk_idle_add_priority( 800, wxlistbox_idle_callback, (gpointer) data );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/
H A Dtimer.cpp36 // This sets m_tag to -1
63 m_tag = -1;
76 if (m_tag != -1)
77 g_source_remove( m_tag );
79 m_tag = g_timeout_add( m_milli, timeout_callback, this );
86 if (m_tag != -1)
88 g_source_remove( m_tag );
89 m_tag = -1;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/gtk/
H A Dtimer.h28 virtual bool IsRunning() const { return m_tag != -1; }
33 int m_tag; member in class:wxTimer
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/gtk1/
H A Dtimer.h28 virtual bool IsRunning() const { return m_tag != -1; }
33 int m_tag; member in class:wxTimer
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/include/wx/mmedia/
H A Dsndoss.h44 int m_tag; member in class:wxSoundStreamOSS
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/include/wx/foldbar/
H A Dcaptionbar.h414 void *m_tag; member in class:wxCaptionBarEvent
421 , m_tag(0)
444 m_tag = tag;
448 return m_tag;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/mmedia/
H A Dsndoss.cpp304 m_tag = gdk_input_add(m_fd, GDK_INPUT_WRITE, _wxSound_OSS_CBack, (gpointer)this);
309 m_tag = gdk_input_add(m_fd, GDK_INPUT_READ, _wxSound_OSS_CBack, (gpointer)this);
328 gdk_input_remove(m_tag);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-compat-howl/include/corby/
H A Dorb.h70 sw_uint32 m_tag; member in struct:_sw_corby_orb_config
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-compat-howl/include/corby/
H A Dorb.h70 sw_uint32 m_tag; member in struct:_sw_corby_orb_config

Completed in 177 milliseconds