Searched refs:g_fileAtom (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/motif/
H A Ddataobj.cpp38 Atom g_fileAtom = 0; variable
94 m_format = g_fileAtom;
126 if (m_format == g_fileAtom)
147 if (!g_fileAtom)
148 g_fileAtom = XInternAtom( wxGlobalDisplay(), "file:ALL", False );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/
H A Ddataobj.cpp35 GdkAtom g_fileAtom = 0; variable
99 m_format = g_fileAtom;
135 if (m_format == g_fileAtom)
169 if (!g_fileAtom)
170 g_fileAtom = gdk_atom_intern( "text/uri-list", FALSE );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk1/
H A Ddataobj.cpp35 GdkAtom g_fileAtom = 0; variable
99 m_format = g_fileAtom;
137 if (m_format == g_fileAtom)
169 if (!g_fileAtom)
170 g_fileAtom = gdk_atom_intern( "text/uri-list", FALSE );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/x11/
H A Ddataobj.cpp34 Atom g_fileAtom = 0; variable
90 m_format = g_fileAtom;
126 if (m_format == g_fileAtom)
149 if (!g_fileAtom)
150 g_fileAtom = XInternAtom( (Display*) wxGetDisplay(), "text/uri-list", FALSE );

Completed in 66 milliseconds