Home
last modified time | relevance | path

Searched refs:LookupNamespaceURI (Results 1 – 25 of 42) sorted by relevance

12

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/editing/serializers/
H A Dmarkup_accumulator.cc95 AtomicString LookupNamespaceURI(const AtomicString& prefix) const { in LookupNamespaceURI() function in blink::MarkupAccumulator::NamespaceContext
282 if (!candidate_prefix.IsNull() && LookupNamespaceURI(candidate_prefix)) { in AppendStartTagOpen()
399 if (!candidate_prefix || LookupNamespaceURI(candidate_prefix)) { in AppendAttributeAsXMLWithNamespace()
431 return !EqualIgnoringNullity(LookupNamespaceURI(candidate_prefix), in ShouldAddNamespaceAttribute()
437 AtomicString found_uri = LookupNamespaceURI(prefix); in AppendNamespace()
476 AtomicString ns_for_preferred = LookupNamespaceURI(preferred_prefix); in RetrievePreferredPrefixString()
501 AtomicString ns_for_candaite = LookupNamespaceURI(candidate_prefix); in RetrievePreferredPrefixString()
520 AtomicString MarkupAccumulator::LookupNamespaceURI(const AtomicString& prefix) { in LookupNamespaceURI() function in blink::MarkupAccumulator
521 return namespace_stack_.back().LookupNamespaceURI(prefix); in LookupNamespaceURI()
534 } while (LookupNamespaceURI(generated_prefix)); in GeneratePrefix()
H A Dmarkup_accumulator.h97 AtomicString LookupNamespaceURI(const AtomicString& prefix);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/editing/serializers/
H A Dmarkup_accumulator.cc91 AtomicString LookupNamespaceURI(const AtomicString& prefix) const { in LookupNamespaceURI() function in blink::MarkupAccumulator::NamespaceContext
280 if (!candidate_prefix.IsNull() && LookupNamespaceURI(candidate_prefix)) { in AppendStartTagOpen()
398 if (!candidate_prefix || LookupNamespaceURI(candidate_prefix)) { in AppendAttributeAsXMLWithNamespace()
430 return !EqualIgnoringNullity(LookupNamespaceURI(candidate_prefix), in ShouldAddNamespaceAttribute()
436 AtomicString found_uri = LookupNamespaceURI(prefix); in AppendNamespace()
475 AtomicString ns_for_preferred = LookupNamespaceURI(preferred_prefix); in RetrievePreferredPrefixString()
500 AtomicString ns_for_candaite = LookupNamespaceURI(candidate_prefix); in RetrievePreferredPrefixString()
519 AtomicString MarkupAccumulator::LookupNamespaceURI(const AtomicString& prefix) { in LookupNamespaceURI() function in blink::MarkupAccumulator
520 return namespace_stack_.back().LookupNamespaceURI(prefix); in LookupNamespaceURI()
533 } while (LookupNamespaceURI(generated_prefix)); in GeneratePrefix()
H A Dmarkup_accumulator.h101 AtomicString LookupNamespaceURI(const AtomicString& prefix);
/dports/www/firefox-esr/firefox-91.8.0/dom/xslt/xpath/
H A DXPathEvaluator.cpp151 mResolver->LookupNamespaceURI(prefix, ns, rv); in resolveNamespacePrefix()
159 mResolverNode->LookupNamespaceURI(prefix, ns); in resolveNamespacePrefix()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/xslt/xpath/
H A DXPathEvaluator.cpp150 mResolver->LookupNamespaceURI(prefix, ns, rv); in resolveNamespacePrefix()
158 mResolverNode->LookupNamespaceURI(prefix, ns); in resolveNamespacePrefix()
/dports/www/firefox/firefox-99.0/dom/xslt/xpath/
H A DXPathEvaluator.cpp151 mResolver->LookupNamespaceURI(prefix, ns, rv); in resolveNamespacePrefix()
159 mResolverNode->LookupNamespaceURI(prefix, ns); in resolveNamespacePrefix()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/xslt/xpath/
H A DXPathEvaluator.cpp149 mResolver->LookupNamespaceURI(prefix, ns, rv); in resolveNamespacePrefix()
157 mResolverNode->LookupNamespaceURI(prefix, ns); in resolveNamespacePrefix()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/xslt/xpath/
H A DXPathEvaluator.cpp151 mResolver->LookupNamespaceURI(prefix, ns, rv); in resolveNamespacePrefix()
159 mResolverNode->LookupNamespaceURI(prefix, ns); in resolveNamespacePrefix()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/xslt/xpath/
H A DXPathEvaluator.cpp218 mResolver->LookupNamespaceURI(prefix, ns, rv); in resolveNamespacePrefix()
226 mResolverNode->LookupNamespaceURI(prefix, ns); in resolveNamespacePrefix()
/dports/www/kf5-khtml/khtml-5.89.0/src/ecma/
H A Dkjs_xpath.h107 LookupNamespaceURI in DEFINE_PSEUDO_CONSTRUCTOR() enumerator
H A Dkjs_xpath.cpp193 case XPathNSResolver::LookupNamespaceURI: in callAsFunction()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/base/
H A DnsINode.h1406 LookupNamespaceURI(EmptyString(), defaultNamespace); in IsDefaultNamespace()
1409 void LookupNamespaceURI(const nsAString& aNamespacePrefix,
2311 NS_IMETHOD LookupNamespaceURI(const nsAString& aPrefix, nsAString& aResult) __VA_ARGS__ override \
2313 nsINode::LookupNamespaceURI(aPrefix, aResult); \
/dports/editors/lazarus/lazarus/components/lazutils/
H A Dlaz2_dom.pas298 function LookupNamespaceURI(const APrefix: DOMString): DOMString; in LookupNamespaceURI() function
1516 function TDOMNode.LookupNamespaceURI(const APrefix: DOMString): DOMString; in LookupNamespaceURI() function
1548 result := GetAncestorElement(Self).LookupNamespaceURI(APrefix);
3157 if Original.LookupNamespaceURI(result) = nsURI then
3168 if Original.LookupNamespaceURI(result) = nsURI then
3196 nsuri := LookupNamespaceURI(Copy(AttrName, 1, ColonPos-1));
H A Dlaz2_xpath.pas324 function LookupNamespaceURI(const aPrefix: DOMString): DOMString; virtual; in LookupNamespaceURI() function
2902 function TXPathNSResolver.LookupNamespaceURI(const aPrefix: DOMString): DOMString; in LookupNamespaceURI() function
2905 result := FNode.LookupNamespaceURI(aPrefix)
/dports/editors/lazarus-qt5/lazarus/components/lazutils/
H A Dlaz2_dom.pas298 function LookupNamespaceURI(const APrefix: DOMString): DOMString; in LookupNamespaceURI() function
1516 function TDOMNode.LookupNamespaceURI(const APrefix: DOMString): DOMString; in LookupNamespaceURI() function
1548 result := GetAncestorElement(Self).LookupNamespaceURI(APrefix);
3157 if Original.LookupNamespaceURI(result) = nsURI then
3168 if Original.LookupNamespaceURI(result) = nsURI then
3196 nsuri := LookupNamespaceURI(Copy(AttrName, 1, ColonPos-1));
H A Dlaz2_xpath.pas324 function LookupNamespaceURI(const aPrefix: DOMString): DOMString; virtual; in LookupNamespaceURI() function
2902 function TXPathNSResolver.LookupNamespaceURI(const aPrefix: DOMString): DOMString; in LookupNamespaceURI() function
2905 result := FNode.LookupNamespaceURI(aPrefix)
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/lazutils/
H A Dlaz2_dom.pas298 function LookupNamespaceURI(const APrefix: DOMString): DOMString; in LookupNamespaceURI() function
1516 function TDOMNode.LookupNamespaceURI(const APrefix: DOMString): DOMString; in LookupNamespaceURI() function
1548 result := GetAncestorElement(Self).LookupNamespaceURI(APrefix);
3157 if Original.LookupNamespaceURI(result) = nsURI then
3168 if Original.LookupNamespaceURI(result) = nsURI then
3196 nsuri := LookupNamespaceURI(Copy(AttrName, 1, ColonPos-1));
H A Dlaz2_xpath.pas324 function LookupNamespaceURI(const aPrefix: DOMString): DOMString; virtual; in LookupNamespaceURI() function
2902 function TXPathNSResolver.LookupNamespaceURI(const aPrefix: DOMString): DOMString; in LookupNamespaceURI() function
2905 result := FNode.LookupNamespaceURI(aPrefix)
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/lazutils/
H A Dlaz2_dom.pas298 function LookupNamespaceURI(const APrefix: DOMString): DOMString; in LookupNamespaceURI() function
1516 function TDOMNode.LookupNamespaceURI(const APrefix: DOMString): DOMString; in LookupNamespaceURI() function
1548 result := GetAncestorElement(Self).LookupNamespaceURI(APrefix);
3157 if Original.LookupNamespaceURI(result) = nsURI then
3168 if Original.LookupNamespaceURI(result) = nsURI then
3196 nsuri := LookupNamespaceURI(Copy(AttrName, 1, ColonPos-1));
/dports/lang/spidermonkey60/firefox-60.9.0/dom/base/
H A DnsINode.h1392 LookupNamespaceURI(EmptyString(), defaultNamespace); in IsDefaultNamespace()
1395 void LookupNamespaceURI(const nsAString& aNamespacePrefix,
/dports/www/firefox-esr/firefox-91.8.0/dom/base/
H A DnsINode.h1531 LookupNamespaceURI(u""_ns, defaultNamespace); in IsDefaultNamespace()
1534 void LookupNamespaceURI(const nsAString& aNamespacePrefix,
/dports/lang/spidermonkey78/firefox-78.9.0/dom/base/
H A DnsINode.h1520 LookupNamespaceURI(EmptyString(), defaultNamespace); in IsDefaultNamespace()
1523 void LookupNamespaceURI(const nsAString& aNamespacePrefix,
/dports/mail/thunderbird/thunderbird-91.8.0/dom/base/
H A DnsINode.h1531 LookupNamespaceURI(u""_ns, defaultNamespace); in IsDefaultNamespace()
1534 void LookupNamespaceURI(const nsAString& aNamespacePrefix,
/dports/www/firefox/firefox-99.0/dom/base/
H A DnsINode.h1580 LookupNamespaceURI(u""_ns, defaultNamespace); in IsDefaultNamespace()
1583 void LookupNamespaceURI(const nsAString& aNamespacePrefix,

12