Home
last modified time | relevance | path

Searched refs:sAtoms (Results 1 – 15 of 15) sorted by relevance

/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/src/ui/ws/x11/
H A DX11Display.cpp203 int result = init_atoms(pDisplay, &sAtoms); in init()
567 if (x == sAtoms.X11_XA_PRIMARY) in atom_to_bufid()
569 else if (x == sAtoms.X11_XA_SECONDARY) in atom_to_bufid()
571 else if (x == sAtoms.X11_CLIPBOARD) in atom_to_bufid()
1108 if (type == sAtoms.X11_INCR) in handle_selection_notify()
1347 if (ev->target == sAtoms.X11_TARGETS) in handle_selection_request()
1819 if (type == sAtoms.X11_XdndEnter) in handle_drag_event()
1839 else if (type == sAtoms.X11_XdndLeave) in handle_drag_event()
1893 else if (type == sAtoms.X11_XdndDrop) in handle_drag_event()
2294 sAtoms.X11_XdndTypeList, sAtoms.X11_XA_ATOM, in handle_drag_enter()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/xpcom/ds/
H A DnsGkAtoms.h140 static const nsStaticAtom* const sAtoms; variable
149 return const_cast<nsStaticAtom*>(&sAtoms[aIndex]); in GetAtomByIndex()
H A DnsGkAtoms.cpp70 const nsStaticAtom* const nsGkAtoms::sAtoms = mozilla::detail::gGkAtoms.mAtoms; member in nsGkAtoms
H A DnsAtomTable.cpp469 gAtomTable->RegisterStaticAtoms(nsGkAtoms::sAtoms, nsGkAtoms::sAtomsLen); in NS_InitAtomTable()
/dports/mail/thunderbird/thunderbird-91.8.0/xpcom/ds/
H A DnsGkAtoms.h140 static const nsStaticAtom* const sAtoms; variable
149 return const_cast<nsStaticAtom*>(&sAtoms[aIndex]); in GetAtomByIndex()
H A DnsGkAtoms.cpp70 const nsStaticAtom* const nsGkAtoms::sAtoms = mozilla::detail::gGkAtoms.mAtoms; member in nsGkAtoms
H A DnsAtomTable.cpp468 gAtomTable->RegisterStaticAtoms(nsGkAtoms::sAtoms, nsGkAtoms::sAtomsLen); in NS_InitAtomTable()
/dports/www/firefox/firefox-99.0/xpcom/ds/
H A DnsGkAtoms.h140 static const nsStaticAtom* const sAtoms; variable
149 return const_cast<nsStaticAtom*>(&sAtoms[aIndex]); in GetAtomByIndex()
H A DnsGkAtoms.cpp70 const nsStaticAtom* const nsGkAtoms::sAtoms = mozilla::detail::gGkAtoms.mAtoms; member in nsGkAtoms
H A DnsAtomTable.cpp468 gAtomTable->RegisterStaticAtoms(nsGkAtoms::sAtoms, nsGkAtoms::sAtomsLen); in NS_InitAtomTable()
/dports/www/firefox-esr/firefox-91.8.0/xpcom/ds/
H A DnsGkAtoms.h140 static const nsStaticAtom* const sAtoms; variable
149 return const_cast<nsStaticAtom*>(&sAtoms[aIndex]); in GetAtomByIndex()
H A DnsGkAtoms.cpp70 const nsStaticAtom* const nsGkAtoms::sAtoms = mozilla::detail::gGkAtoms.mAtoms; member in nsGkAtoms
H A DnsAtomTable.cpp468 gAtomTable->RegisterStaticAtoms(nsGkAtoms::sAtoms, nsGkAtoms::sAtomsLen); in NS_InitAtomTable()
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/include/ui/ws/x11/
H A DX11Display.h162 x11_atoms_t sAtoms; variable
269 inline const x11_atoms_t &atoms() const { return sAtoms; } in atoms()
/dports/science/iboview/ibo-view.20150427/src/IboView/
H A DIvOrbitalFile.cpp405 sAtoms = AssocNode.child("atoms").attribute("xlink:href").value(); in LoadBasisSet() local
413 AppendAssociationList(iAtoms, sAtoms, "//atom["); in LoadBasisSet()