Home
last modified time | relevance | path

Searched refs:aViewSpec (Results 1 – 12 of 12) sorted by relevance

/dports/lang/spidermonkey78/firefox-78.9.0/dom/svg/
H A DSVGFragmentIdentifier.cpp120 bool SVGFragmentIdentifier::ProcessSVGViewSpec(const nsAString& aViewSpec, in ProcessSVGViewSpec() argument
124 if (!IsMatchingParameter(aViewSpec, NS_LITERAL_STRING("svgView"))) { in ProcessSVGViewSpec()
129 int32_t bracketPos = aViewSpec.FindChar('('); in ProcessSVGViewSpec()
130 uint32_t lengthOfViewSpec = aViewSpec.Length() - bracketPos - 2; in ProcessSVGViewSpec()
132 Substring(aViewSpec, bracketPos + 1, lengthOfViewSpec), ';'); in ProcessSVGViewSpec()
H A DSVGFragmentIdentifier.h42 static bool ProcessSVGViewSpec(const nsAString& aViewSpec,
/dports/lang/spidermonkey60/firefox-60.9.0/dom/svg/
H A DSVGFragmentIdentifier.cpp122 bool SVGFragmentIdentifier::ProcessSVGViewSpec(const nsAString& aViewSpec, in ProcessSVGViewSpec() argument
126 if (!IsMatchingParameter(aViewSpec, NS_LITERAL_STRING("svgView"))) { in ProcessSVGViewSpec()
131 int32_t bracketPos = aViewSpec.FindChar('('); in ProcessSVGViewSpec()
132 uint32_t lengthOfViewSpec = aViewSpec.Length() - bracketPos - 2; in ProcessSVGViewSpec()
134 Substring(aViewSpec, bracketPos + 1, lengthOfViewSpec), ';'); in ProcessSVGViewSpec()
H A DSVGFragmentIdentifier.h43 static bool ProcessSVGViewSpec(const nsAString &aViewSpec,
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/svg/
H A DSVGFragmentIdentifier.cpp132 SVGFragmentIdentifier::ProcessSVGViewSpec(const nsAString& aViewSpec, in ProcessSVGViewSpec() argument
137 if (!IsMatchingParameter(aViewSpec, NS_LITERAL_STRING("svgView"))) { in ProcessSVGViewSpec()
142 int32_t bracketPos = aViewSpec.FindChar('('); in ProcessSVGViewSpec()
143 uint32_t lengthOfViewSpec = aViewSpec.Length() - bracketPos - 2; in ProcessSVGViewSpec()
145 Substring(aViewSpec, bracketPos + 1, lengthOfViewSpec), ';'); in ProcessSVGViewSpec()
H A DSVGFragmentIdentifier.h44 static bool ProcessSVGViewSpec(const nsAString &aViewSpec, dom::SVGSVGElement *root);
/dports/www/firefox-esr/firefox-91.8.0/dom/svg/
H A DSVGFragmentIdentifier.cpp119 bool SVGFragmentIdentifier::ProcessSVGViewSpec(const nsAString& aViewSpec, in ProcessSVGViewSpec() argument
123 if (!IsMatchingParameter(aViewSpec, u"svgView"_ns)) { in ProcessSVGViewSpec()
128 int32_t bracketPos = aViewSpec.FindChar('('); in ProcessSVGViewSpec()
129 uint32_t lengthOfViewSpec = aViewSpec.Length() - bracketPos - 2; in ProcessSVGViewSpec()
131 Substring(aViewSpec, bracketPos + 1, lengthOfViewSpec), ';'); in ProcessSVGViewSpec()
H A DSVGFragmentIdentifier.h42 static bool ProcessSVGViewSpec(const nsAString& aViewSpec,
/dports/www/firefox/firefox-99.0/dom/svg/
H A DSVGFragmentIdentifier.cpp119 bool SVGFragmentIdentifier::ProcessSVGViewSpec(const nsAString& aViewSpec, in ProcessSVGViewSpec() argument
123 if (!IsMatchingParameter(aViewSpec, u"svgView"_ns)) { in ProcessSVGViewSpec()
128 int32_t bracketPos = aViewSpec.FindChar('('); in ProcessSVGViewSpec()
129 uint32_t lengthOfViewSpec = aViewSpec.Length() - bracketPos - 2; in ProcessSVGViewSpec()
131 Substring(aViewSpec, bracketPos + 1, lengthOfViewSpec), ';'); in ProcessSVGViewSpec()
H A DSVGFragmentIdentifier.h42 static bool ProcessSVGViewSpec(const nsAString& aViewSpec,
/dports/mail/thunderbird/thunderbird-91.8.0/dom/svg/
H A DSVGFragmentIdentifier.cpp119 bool SVGFragmentIdentifier::ProcessSVGViewSpec(const nsAString& aViewSpec, in ProcessSVGViewSpec() argument
123 if (!IsMatchingParameter(aViewSpec, u"svgView"_ns)) { in ProcessSVGViewSpec()
128 int32_t bracketPos = aViewSpec.FindChar('('); in ProcessSVGViewSpec()
129 uint32_t lengthOfViewSpec = aViewSpec.Length() - bracketPos - 2; in ProcessSVGViewSpec()
131 Substring(aViewSpec, bracketPos + 1, lengthOfViewSpec), ';'); in ProcessSVGViewSpec()
H A DSVGFragmentIdentifier.h42 static bool ProcessSVGViewSpec(const nsAString& aViewSpec,