Home
last modified time | relevance | path

Searched refs:aOutDescription (Results 1 – 18 of 18) sorted by relevance

/dports/lang/spidermonkey78/firefox-78.9.0/accessible/base/
H A DLogging.cpp360 aOutDescription.AppendLiteral("null"); in DescribeNode()
364 aOutDescription.AppendPrintf("0x%p, ", (void*)aNode); in DescribeNode()
365 aOutDescription.Append(aNode->NodeInfo()->QualifiedName()); in DescribeNode()
377 aOutDescription.AppendPrintf("@id=\"%s\" ", id.get()); in DescribeNode()
379 aOutDescription.Append(' '); in DescribeNode()
387 aOutDescription.AppendLiteral("[ "); in DescribeNode()
400 aOutDescription.Append(name); in DescribeNode()
402 aOutDescription.AppendLiteral("=\""); in DescribeNode()
410 aOutDescription.Append(value); in DescribeNode()
411 aOutDescription.AppendLiteral("\" "); in DescribeNode()
[all …]
/dports/www/firefox/firefox-99.0/accessible/base/
H A DLogging.cpp384 aOutDescription.AppendLiteral("null"); in DescribeNode()
388 aOutDescription.AppendPrintf("0x%p, ", (void*)aNode); in DescribeNode()
389 aOutDescription.Append(aNode->NodeInfo()->QualifiedName()); in DescribeNode()
401 aOutDescription.AppendPrintf("@id=\"%s\" ", id.get()); in DescribeNode()
403 aOutDescription.Append(' '); in DescribeNode()
411 aOutDescription.AppendLiteral("[ "); in DescribeNode()
424 aOutDescription.Append(name); in DescribeNode()
426 aOutDescription.AppendLiteral("=\""); in DescribeNode()
434 aOutDescription.Append(value); in DescribeNode()
435 aOutDescription.AppendLiteral("\" "); in DescribeNode()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/accessible/base/
H A DLogging.cpp367 aOutDescription.AppendLiteral("null"); in DescribeNode()
371 aOutDescription.AppendPrintf("0x%p, ", (void*)aNode); in DescribeNode()
372 aOutDescription.Append(aNode->NodeInfo()->QualifiedName()); in DescribeNode()
384 aOutDescription.AppendPrintf("@id=\"%s\" ", id.get()); in DescribeNode()
386 aOutDescription.Append(' '); in DescribeNode()
394 aOutDescription.AppendLiteral("[ "); in DescribeNode()
407 aOutDescription.Append(name); in DescribeNode()
409 aOutDescription.AppendLiteral("=\""); in DescribeNode()
417 aOutDescription.Append(value); in DescribeNode()
418 aOutDescription.AppendLiteral("\" "); in DescribeNode()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/accessible/base/
H A DLogging.cpp367 aOutDescription.AppendLiteral("null"); in DescribeNode()
371 aOutDescription.AppendPrintf("0x%p, ", (void*)aNode); in DescribeNode()
372 aOutDescription.Append(aNode->NodeInfo()->QualifiedName()); in DescribeNode()
384 aOutDescription.AppendPrintf("@id=\"%s\" ", id.get()); in DescribeNode()
386 aOutDescription.Append(' '); in DescribeNode()
394 aOutDescription.AppendLiteral("[ "); in DescribeNode()
407 aOutDescription.Append(name); in DescribeNode()
409 aOutDescription.AppendLiteral("=\""); in DescribeNode()
417 aOutDescription.Append(value); in DescribeNode()
418 aOutDescription.AppendLiteral("\" "); in DescribeNode()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/base/
H A DnsIContent.h1021 virtual void Describe(nsAString& aOutDescription) const { in Describe() argument
1022 aOutDescription = NS_LITERAL_STRING("(not an element)"); in Describe()
H A DElement.cpp2815 Element::DescribeAttribute(uint32_t index, nsAString& aOutDescription) const in DescribeAttribute()
2818 mAttrsAndChildren.AttrNameAt(index)->GetQualifiedName(aOutDescription); in DescribeAttribute()
2821 aOutDescription.AppendLiteral("=\""); in DescribeAttribute()
2828 aOutDescription.Append(value); in DescribeAttribute()
2829 aOutDescription.Append('"'); in DescribeAttribute()
2967 Element::Describe(nsAString& aOutDescription) const in Describe()
2969 aOutDescription.Append(mNodeInfo->QualifiedName()); in Describe()
2970 aOutDescription.AppendPrintf("@%p", (void *)this); in Describe()
2974 aOutDescription.Append(' '); in Describe()
2977 aOutDescription.Append(attributeDescription); in Describe()
H A DElement.h557 void Describe(nsAString& aOutDescription) const override;
583 void DescribeAttribute(uint32_t index, nsAString& aOutDescription) const;
/dports/lang/spidermonkey60/firefox-60.9.0/dom/base/
H A DnsIContent.h921 virtual void Describe(nsAString& aOutDescription) const { in Describe() argument
922 aOutDescription = NS_LITERAL_STRING("(not an element)"); in Describe()
H A DElement.cpp2779 nsAString& aOutDescription) const { in DescribeAttribute()
2781 mAttrsAndChildren.AttrNameAt(index)->GetQualifiedName(aOutDescription); in DescribeAttribute()
2784 aOutDescription.AppendLiteral("=\""); in DescribeAttribute()
2790 aOutDescription.Append(value); in DescribeAttribute()
2791 aOutDescription.Append('"'); in DescribeAttribute()
2926 void Element::Describe(nsAString& aOutDescription) const { in Describe()
2927 aOutDescription.Append(mNodeInfo->QualifiedName()); in Describe()
2928 aOutDescription.AppendPrintf("@%p", (void*)this); in Describe()
2932 aOutDescription.Append(' '); in Describe()
2935 aOutDescription.Append(attributeDescription); in Describe()
H A DElement.h965 void Describe(nsAString& aOutDescription) const override;
989 void DescribeAttribute(uint32_t index, nsAString& aOutDescription) const;
/dports/lang/spidermonkey78/firefox-78.9.0/dom/base/
H A DElement.cpp2691 nsAString& aOutDescription) const { in DescribeAttribute()
2693 mAttrs.AttrNameAt(index)->GetQualifiedName(aOutDescription); in DescribeAttribute()
2696 aOutDescription.AppendLiteral("=\""); in DescribeAttribute()
2702 aOutDescription.Append(value); in DescribeAttribute()
2703 aOutDescription.Append('"'); in DescribeAttribute()
2790 void Element::Describe(nsAString& aOutDescription) const { in Describe()
2791 aOutDescription.Append(mNodeInfo->QualifiedName()); in Describe()
2792 aOutDescription.AppendPrintf("@%p", (void*)this); in Describe()
2796 aOutDescription.Append(' '); in Describe()
2799 aOutDescription.Append(attributeDescription); in Describe()
H A DElement.h1006 void Describe(nsAString& aOutDescription) const;
1030 void DescribeAttribute(uint32_t index, nsAString& aOutDescription) const;
/dports/www/firefox-esr/firefox-91.8.0/dom/base/
H A DElement.cpp2835 nsAString& aOutDescription) const { in DescribeAttribute()
2837 mAttrs.AttrNameAt(index)->GetQualifiedName(aOutDescription); in DescribeAttribute()
2840 aOutDescription.AppendLiteral("=\""); in DescribeAttribute()
2846 aOutDescription.Append(value); in DescribeAttribute()
2847 aOutDescription.Append('"'); in DescribeAttribute()
2934 void Element::Describe(nsAString& aOutDescription) const { in Describe()
2935 aOutDescription.Append(mNodeInfo->QualifiedName()); in Describe()
2936 aOutDescription.AppendPrintf("@%p", (void*)this); in Describe()
2940 aOutDescription.Append(' '); in Describe()
2943 aOutDescription.Append(attributeDescription); in Describe()
H A DElement.h1057 void Describe(nsAString& aOutDescription) const;
1081 void DescribeAttribute(uint32_t index, nsAString& aOutDescription) const;
/dports/mail/thunderbird/thunderbird-91.8.0/dom/base/
H A DElement.cpp2835 nsAString& aOutDescription) const { in DescribeAttribute()
2837 mAttrs.AttrNameAt(index)->GetQualifiedName(aOutDescription); in DescribeAttribute()
2840 aOutDescription.AppendLiteral("=\""); in DescribeAttribute()
2846 aOutDescription.Append(value); in DescribeAttribute()
2847 aOutDescription.Append('"'); in DescribeAttribute()
2934 void Element::Describe(nsAString& aOutDescription) const { in Describe()
2935 aOutDescription.Append(mNodeInfo->QualifiedName()); in Describe()
2936 aOutDescription.AppendPrintf("@%p", (void*)this); in Describe()
2940 aOutDescription.Append(' '); in Describe()
2943 aOutDescription.Append(attributeDescription); in Describe()
H A DElement.h1057 void Describe(nsAString& aOutDescription) const;
1081 void DescribeAttribute(uint32_t index, nsAString& aOutDescription) const;
/dports/www/firefox/firefox-99.0/dom/base/
H A DElement.cpp2917 nsAString& aOutDescription) const { in DescribeAttribute()
2919 mAttrs.AttrNameAt(index)->GetQualifiedName(aOutDescription); in DescribeAttribute()
2922 aOutDescription.AppendLiteral("=\""); in DescribeAttribute()
2928 aOutDescription.Append(value); in DescribeAttribute()
2929 aOutDescription.Append('"'); in DescribeAttribute()
3016 void Element::Describe(nsAString& aOutDescription) const { in Describe()
3017 aOutDescription.Append(mNodeInfo->QualifiedName()); in Describe()
3018 aOutDescription.AppendPrintf("@%p", (void*)this); in Describe()
3022 aOutDescription.Append(' '); in Describe()
3025 aOutDescription.Append(attributeDescription); in Describe()
H A DElement.h1064 void Describe(nsAString& aOutDescription) const;
1088 void DescribeAttribute(uint32_t index, nsAString& aOutDescription) const;