Home
last modified time | relevance | path

Searched refs:nameAtom (Results 1 – 25 of 137) sorted by relevance

123456

/dports/lang/spidermonkey78/firefox-78.9.0/dom/l10n/
H A DL10nOverlays.cpp33 if (nameAtom == nsGkAtoms::title || nameAtom == nsGkAtoms::aria_label || in IsAttrNameLocalizable()
43 return nameAtom == nsGkAtoms::download || nameAtom == nsGkAtoms::alt; in IsAttrNameLocalizable()
302 nameAtom == nsGkAtoms::small || nameAtom == nsGkAtoms::s || in IsElementAllowed()
303 nameAtom == nsGkAtoms::cite || nameAtom == nsGkAtoms::q || in IsElementAllowed()
304 nameAtom == nsGkAtoms::dfn || nameAtom == nsGkAtoms::abbr || in IsElementAllowed()
306 nameAtom == nsGkAtoms::code || nameAtom == nsGkAtoms::var || in IsElementAllowed()
308 nameAtom == nsGkAtoms::sub || nameAtom == nsGkAtoms::sup || in IsElementAllowed()
309 nameAtom == nsGkAtoms::i || nameAtom == nsGkAtoms::b || in IsElementAllowed()
310 nameAtom == nsGkAtoms::u || nameAtom == nsGkAtoms::mark || in IsElementAllowed()
311 nameAtom == nsGkAtoms::bdi || nameAtom == nsGkAtoms::bdo || in IsElementAllowed()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/dom/l10n/
H A DL10nOverlays.cpp33 if (nameAtom == nsGkAtoms::title || nameAtom == nsGkAtoms::aria_label || in IsAttrNameLocalizable()
43 return nameAtom == nsGkAtoms::download || nameAtom == nsGkAtoms::alt; in IsAttrNameLocalizable()
303 nameAtom == nsGkAtoms::small || nameAtom == nsGkAtoms::s || in IsElementAllowed()
304 nameAtom == nsGkAtoms::cite || nameAtom == nsGkAtoms::q || in IsElementAllowed()
305 nameAtom == nsGkAtoms::dfn || nameAtom == nsGkAtoms::abbr || in IsElementAllowed()
307 nameAtom == nsGkAtoms::code || nameAtom == nsGkAtoms::var || in IsElementAllowed()
309 nameAtom == nsGkAtoms::sub || nameAtom == nsGkAtoms::sup || in IsElementAllowed()
310 nameAtom == nsGkAtoms::i || nameAtom == nsGkAtoms::b || in IsElementAllowed()
311 nameAtom == nsGkAtoms::u || nameAtom == nsGkAtoms::mark || in IsElementAllowed()
312 nameAtom == nsGkAtoms::bdi || nameAtom == nsGkAtoms::bdo || in IsElementAllowed()
[all …]
/dports/www/firefox/firefox-99.0/dom/l10n/
H A DL10nOverlays.cpp33 if (nameAtom == nsGkAtoms::title || nameAtom == nsGkAtoms::aria_label || in IsAttrNameLocalizable()
43 return nameAtom == nsGkAtoms::download || nameAtom == nsGkAtoms::alt; in IsAttrNameLocalizable()
303 nameAtom == nsGkAtoms::small || nameAtom == nsGkAtoms::s || in IsElementAllowed()
304 nameAtom == nsGkAtoms::cite || nameAtom == nsGkAtoms::q || in IsElementAllowed()
305 nameAtom == nsGkAtoms::dfn || nameAtom == nsGkAtoms::abbr || in IsElementAllowed()
307 nameAtom == nsGkAtoms::code || nameAtom == nsGkAtoms::var || in IsElementAllowed()
309 nameAtom == nsGkAtoms::sub || nameAtom == nsGkAtoms::sup || in IsElementAllowed()
310 nameAtom == nsGkAtoms::i || nameAtom == nsGkAtoms::b || in IsElementAllowed()
311 nameAtom == nsGkAtoms::u || nameAtom == nsGkAtoms::mark || in IsElementAllowed()
312 nameAtom == nsGkAtoms::bdi || nameAtom == nsGkAtoms::bdo || in IsElementAllowed()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/dom/l10n/
H A DL10nOverlays.cpp33 if (nameAtom == nsGkAtoms::title || nameAtom == nsGkAtoms::aria_label || in IsAttrNameLocalizable()
43 return nameAtom == nsGkAtoms::download || nameAtom == nsGkAtoms::alt; in IsAttrNameLocalizable()
303 nameAtom == nsGkAtoms::small || nameAtom == nsGkAtoms::s || in IsElementAllowed()
304 nameAtom == nsGkAtoms::cite || nameAtom == nsGkAtoms::q || in IsElementAllowed()
305 nameAtom == nsGkAtoms::dfn || nameAtom == nsGkAtoms::abbr || in IsElementAllowed()
307 nameAtom == nsGkAtoms::code || nameAtom == nsGkAtoms::var || in IsElementAllowed()
309 nameAtom == nsGkAtoms::sub || nameAtom == nsGkAtoms::sup || in IsElementAllowed()
310 nameAtom == nsGkAtoms::i || nameAtom == nsGkAtoms::b || in IsElementAllowed()
311 nameAtom == nsGkAtoms::u || nameAtom == nsGkAtoms::mark || in IsElementAllowed()
312 nameAtom == nsGkAtoms::bdi || nameAtom == nsGkAtoms::bdo || in IsElementAllowed()
[all …]
/dports/x11/xkbutils/xkbutils-1.0.4/
H A Dxkbbell.c46 static Atom nameAtom = None; variable
214 if (force && (nameAtom != None)) in main()
217 nameAtom = XInternAtom(dpy, bellName, 0); in main()
224 ok = XkbBellEvent(dpy, win, volume, nameAtom); in main()
226 ok = XkbBell(dpy, win, volume, nameAtom); in main()
241 nameAtom); in main()
243 ok = XkbDeviceBell(dpy, win, devSpec, class, id, volume, nameAtom); in main()
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/gnu/gcj/xlib/
H A DWindow.java81 public native void setProperty(int nameAtom, int typeAtom, byte[] data); in setProperty() argument
83 public void setProperty(int nameAtom, int typeAtom, String data) in setProperty() argument
91 setProperty(nameAtom, typeAtom, byteData); in setProperty()
97 public void setProperty(String nameAtom, String typeAtom, String data) in setProperty() argument
99 int xaName = display.getAtom(nameAtom); in setProperty()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/libjava/gnu/gcj/xlib/
H A DWindow.java79 public native void setProperty(int nameAtom, int typeAtom, byte[] data); in setProperty() argument
81 public void setProperty(int nameAtom, int typeAtom, String data) in setProperty() argument
89 setProperty(nameAtom, typeAtom, byteData); in setProperty()
95 public void setProperty(String nameAtom, String typeAtom, String data) in setProperty() argument
97 int xaName = display.getAtom(nameAtom); in setProperty()
/dports/lang/gnat_util/gcc-6-20180516/libjava/gnu/gcj/xlib/
H A DWindow.java81 public native void setProperty(int nameAtom, int typeAtom, byte[] data); in setProperty() argument
83 public void setProperty(int nameAtom, int typeAtom, String data) in setProperty() argument
91 setProperty(nameAtom, typeAtom, byteData); in setProperty()
97 public void setProperty(String nameAtom, String typeAtom, String data) in setProperty() argument
99 int xaName = display.getAtom(nameAtom); in setProperty()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/gnu/gcj/xlib/
H A DWindow.java81 public native void setProperty(int nameAtom, int typeAtom, byte[] data); in setProperty() argument
83 public void setProperty(int nameAtom, int typeAtom, String data) in setProperty() argument
91 setProperty(nameAtom, typeAtom, byteData); in setProperty()
97 public void setProperty(String nameAtom, String typeAtom, String data) in setProperty() argument
99 int xaName = display.getAtom(nameAtom); in setProperty()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/libjava/gnu/gcj/xlib/
H A DWindow.java79 public native void setProperty(int nameAtom, int typeAtom, byte[] data); in setProperty() argument
81 public void setProperty(int nameAtom, int typeAtom, String data) in setProperty() argument
89 setProperty(nameAtom, typeAtom, byteData); in setProperty()
95 public void setProperty(String nameAtom, String typeAtom, String data) in setProperty() argument
97 int xaName = display.getAtom(nameAtom); in setProperty()
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/gnu/gcj/xlib/
H A DWindow.java81 public native void setProperty(int nameAtom, int typeAtom, byte[] data); in setProperty() argument
83 public void setProperty(int nameAtom, int typeAtom, String data) in setProperty() argument
91 setProperty(nameAtom, typeAtom, byteData); in setProperty()
97 public void setProperty(String nameAtom, String typeAtom, String data) in setProperty() argument
99 int xaName = display.getAtom(nameAtom); in setProperty()
/dports/lang/gcc48/gcc-4.8.5/libjava/gnu/gcj/xlib/
H A DWindow.java81 public native void setProperty(int nameAtom, int typeAtom, byte[] data); in setProperty() argument
83 public void setProperty(int nameAtom, int typeAtom, String data) in setProperty() argument
91 setProperty(nameAtom, typeAtom, byteData); in setProperty()
97 public void setProperty(String nameAtom, String typeAtom, String data) in setProperty() argument
99 int xaName = display.getAtom(nameAtom); in setProperty()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/base/
H A DCustomElementRegistry.cpp594 nsCOMPtr<nsIAtom> nameAtom(NS_Atomize(aName)); in Define() local
595 if (!nsContentUtils::IsCustomElementName(nameAtom)) { in Define()
604 if (mCustomDefinitions.Get(nameAtom)) { in Define()
761 new CustomElementDefinition(nameAtom, in Define()
771 mCustomDefinitions.Put(nameAtom, definition); in Define()
777 UpgradeCandidates(cx, nameAtom, definition); in Define()
799 nsCOMPtr<nsIAtom> nameAtom(NS_Atomize(aName)); in Get() local
821 nsCOMPtr<nsIAtom> nameAtom(NS_Atomize(aName)); in WhenDefined() local
827 if (mCustomDefinitions.Get(nameAtom)) { in WhenDefined()
832 if (mWhenDefinedPromiseMap.Contains(nameAtom)) { in WhenDefined()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/dom/base/
H A DCustomElementRegistry.cpp748 RefPtr<nsAtom> nameAtom(NS_Atomize(aName)); in Define() local
760 if (mCustomDefinitions.GetWeak(nameAtom)) { in Define()
829 if (!nsContentUtils::IsNameWithDash(nameAtom)) { in Define()
994 UpgradeCandidates(nameAtom, def, aRv); in Define()
1031 mElementCreationCallbacks.Remove(nameAtom); in Define()
1037 RefPtr<nsAtom> nameAtom(NS_Atomize(aName)); in SetElementCreationCallback() local
1038 if (mElementCreationCallbacks.GetWeak(nameAtom) || in SetElementCreationCallback()
1039 mCustomDefinitions.GetWeak(nameAtom)) { in SetElementCreationCallback()
1072 RefPtr<nsAtom> nameAtom(NS_Atomize(aName)); in Get() local
1101 RefPtr<nsAtom> nameAtom(NS_Atomize(aName)); in WhenDefined() local
[all …]
H A DAttr.cpp142 RefPtr<nsAtom> nameAtom = mNodeInfo->NameAtom(); in GetValue() local
143 element->GetAttr(mNodeInfo->NamespaceID(), nameAtom, aValue); in GetValue()
157 RefPtr<nsAtom> nameAtom = mNodeInfo->NameAtom(); in SetValue() local
158 aRv = element->SetAttr(mNodeInfo->NamespaceID(), nameAtom, in SetValue()
H A DnsDOMAttributeMap.cpp218 nsAtom* nameAtom = name->LocalName(); in SetNamedItemNS() local
221 if (aAttr.NodeInfo()->Equals(nameAtom, attrNS)) { in SetNamedItemNS()
223 nameAtom, name->GetPrefix(), aAttr.NodeInfo()->NamespaceID(), in SetNamedItemNS()
356 nsAtom* nameAtom = name->LocalName(); in GetAttrNodeInfo() local
359 if (nameSpaceID == attrNS && nameAtom->Equals(aLocalName)) { in GetAttrNodeInfo()
362 nameAtom, name->GetPrefix(), nameSpaceID, nsINode::ATTRIBUTE_NODE); in GetAttrNodeInfo()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/base/
H A DCustomElementRegistry.cpp742 RefPtr<nsAtom> nameAtom(NS_Atomize(aName)); in Define() local
754 if (mCustomDefinitions.GetWeak(nameAtom)) { in Define()
823 if (!nsContentUtils::IsNameWithDash(nameAtom)) { in Define()
970 UpgradeCandidates(nameAtom, def, aRv); in Define()
1007 mElementCreationCallbacks.Remove(nameAtom); in Define()
1013 RefPtr<nsAtom> nameAtom(NS_Atomize(aName)); in SetElementCreationCallback() local
1014 if (mElementCreationCallbacks.GetWeak(nameAtom) || in SetElementCreationCallback()
1015 mCustomDefinitions.GetWeak(nameAtom)) { in SetElementCreationCallback()
1048 RefPtr<nsAtom> nameAtom(NS_Atomize(aName)); in Get() local
1068 RefPtr<nsAtom> nameAtom(NS_Atomize(aName)); in WhenDefined() local
[all …]
H A DAttr.cpp142 RefPtr<nsAtom> nameAtom = mNodeInfo->NameAtom(); in GetValue() local
143 element->GetAttr(mNodeInfo->NamespaceID(), nameAtom, aValue); in GetValue()
157 RefPtr<nsAtom> nameAtom = mNodeInfo->NameAtom(); in SetValue() local
158 aRv = element->SetAttr(mNodeInfo->NamespaceID(), nameAtom, in SetValue()
H A DnsDOMAttributeMap.cpp223 nsAtom* nameAtom = name->LocalName(); in SetNamedItemNS() local
226 if (aAttr.NodeInfo()->Equals(nameAtom, attrNS)) { in SetNamedItemNS()
228 nameAtom, name->GetPrefix(), aAttr.NodeInfo()->NamespaceID(), in SetNamedItemNS()
361 nsAtom* nameAtom = name->LocalName(); in GetAttrNodeInfo() local
364 if (nameSpaceID == attrNS && nameAtom->Equals(aLocalName)) { in GetAttrNodeInfo()
367 nameAtom, name->GetPrefix(), nameSpaceID, nsINode::ATTRIBUTE_NODE); in GetAttrNodeInfo()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/base/
H A DCustomElementRegistry.cpp748 RefPtr<nsAtom> nameAtom(NS_Atomize(aName)); in Define() local
760 if (mCustomDefinitions.GetWeak(nameAtom)) { in Define()
829 if (!nsContentUtils::IsNameWithDash(nameAtom)) { in Define()
994 UpgradeCandidates(nameAtom, def, aRv); in Define()
1031 mElementCreationCallbacks.Remove(nameAtom); in Define()
1037 RefPtr<nsAtom> nameAtom(NS_Atomize(aName)); in SetElementCreationCallback() local
1038 if (mElementCreationCallbacks.GetWeak(nameAtom) || in SetElementCreationCallback()
1039 mCustomDefinitions.GetWeak(nameAtom)) { in SetElementCreationCallback()
1072 RefPtr<nsAtom> nameAtom(NS_Atomize(aName)); in Get() local
1101 RefPtr<nsAtom> nameAtom(NS_Atomize(aName)); in WhenDefined() local
[all …]
H A DAttr.cpp142 RefPtr<nsAtom> nameAtom = mNodeInfo->NameAtom(); in GetValue() local
143 element->GetAttr(mNodeInfo->NamespaceID(), nameAtom, aValue); in GetValue()
157 RefPtr<nsAtom> nameAtom = mNodeInfo->NameAtom(); in SetValue() local
158 aRv = element->SetAttr(mNodeInfo->NamespaceID(), nameAtom, in SetValue()
/dports/www/firefox/firefox-99.0/dom/base/
H A DCustomElementRegistry.cpp808 RefPtr<nsAtom> nameAtom(NS_Atomize(aName)); in Define() local
820 if (mCustomDefinitions.GetWeak(nameAtom)) { in Define()
889 if (!nsContentUtils::IsNameWithDash(nameAtom)) { in Define()
1056 UpgradeCandidates(nameAtom, def, aRv); in Define()
1093 mElementCreationCallbacks.Remove(nameAtom); in Define()
1099 RefPtr<nsAtom> nameAtom(NS_Atomize(aName)); in SetElementCreationCallback() local
1100 if (mElementCreationCallbacks.GetWeak(nameAtom) || in SetElementCreationCallback()
1101 mCustomDefinitions.GetWeak(nameAtom)) { in SetElementCreationCallback()
1134 RefPtr<nsAtom> nameAtom(NS_Atomize(aName)); in Get() local
1163 RefPtr<nsAtom> nameAtom(NS_Atomize(aName)); in WhenDefined() local
[all …]
H A DAttr.cpp142 RefPtr<nsAtom> nameAtom = mNodeInfo->NameAtom(); in GetValue() local
143 element->GetAttr(mNodeInfo->NamespaceID(), nameAtom, aValue); in GetValue()
157 RefPtr<nsAtom> nameAtom = mNodeInfo->NameAtom(); in SetValue() local
158 aRv = element->SetAttr(mNodeInfo->NamespaceID(), nameAtom, in SetValue()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/base/
H A DCustomElementRegistry.cpp526 RefPtr<nsAtom> nameAtom(NS_Atomize(aName)); in Define() local
527 if (!nsContentUtils::IsCustomElementName(nameAtom)) { in Define()
536 if (mCustomDefinitions.GetWeak(nameAtom)) { in Define()
752 if (!mConstructors.put(constructorUnwrapped, nameAtom)) { in Define()
762 mCustomDefinitions.Put(nameAtom, definition.forget()); in Define()
770 UpgradeCandidates(nameAtom, def, aRv); in Define()
789 RefPtr<nsAtom> nameAtom(NS_Atomize(aName)); in Get() local
809 RefPtr<nsAtom> nameAtom(NS_Atomize(aName)); in WhenDefined() local
810 if (!nsContentUtils::IsCustomElementName(nameAtom)) { in WhenDefined()
815 if (mCustomDefinitions.GetWeak(nameAtom)) { in WhenDefined()
[all …]
/dports/www/firefox/firefox-99.0/dom/html/
H A DHTMLElement.cpp95 nsAtom* nameAtom = NodeInfo()->NameAtom(); in AttachInternals() local
104 NodeInfo()->GetDocument(), nameAtom, NodeInfo()->NamespaceID(), in AttachInternals()
113 NS_ConvertUTF16toUTF8(nameAtom->GetUTF16String()).get())); in AttachInternals()
122 NS_ConvertUTF16toUTF8(nameAtom->GetUTF16String()).get())); in AttachInternals()
135 NS_ConvertUTF16toUTF8(nameAtom->GetUTF16String()).get())); in AttachInternals()

123456