Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/dom/
H A Delement-hot.cc141 AtomicString trusted_value( in setAttribute() local
147 SetAttributeInternal(index, name, trusted_value, in setAttribute()
175 AtomicString trusted_value(TrustedTypesCheckFor( in SetAttributeHinted() local
181 SetAttributeInternal(index, q_name, trusted_value, in SetAttributeHinted()
/dports/math/polymake/polymake-4.5/perllib/Polymake/Core/
H A DDatafile.pm48 local $PropertyType::trusted_value = 1;
57 local $PropertyType::trusted_value = 0;
H A DSerializer.pm688 local $PropertyType::trusted_value = false if $upgrade_cnt;
689 …lag = defined($flags) && exists $flags->{changed} && (!$PropertyType::trusted_value || $version_bu…
1082 if (!$PropertyType::trusted_value) {
1144 _add_multis($self, $prop, \@subobjs, $PropertyType::trusted_value);
1153 … deserialize($prop->subobject_type, $value, $options, $self, $prop), $PropertyType::trusted_value);
1157 …, $prop, $prop->type->deserialize->($value, $options, $self, $prop), $PropertyType::trusted_value);
1160 _add($self, $prop, $value, $PropertyType::trusted_value);
1163 …self, $prop, defined($type) ? $type->deserialize->($value) : $value, $PropertyType::trusted_value);
1174 if (!$PropertyType::trusted_value) {
H A DProperty.pm384 local $PropertyType::trusted_value = $trusted;
411 local $PropertyType::trusted_value = $trusted;
429 local $PropertyType::trusted_value = $trusted;
H A DPropertyType.pm24 declare $trusted_value;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/trustedtypes/
H A Dtrusted_types_util_test.cc103 StringOrTrustedScript trusted_value = in TEST() local
105 TrustedTypesCheckForScriptWorks(trusted_value, "A string"); in TEST()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/trustedtypes/
H A Dtrusted_types_util_test.cc126 StringOrTrustedScript trusted_value = in TEST() local
128 TrustedTypesCheckForScriptWorks(trusted_value, "A string"); in TEST()
/dports/games/crafty/crafty-25.2_1/
H A Dlearn.c141 int trusted_value) { in LearnFunction() argument
153 if (trusted_value) in LearnFunction()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/webui/signin/
H A Dinline_login_handler.cc184 bool trusted_value = trusted.value_or(false); in HandleCompleteLoginMessageWithCookies() local
196 trusted_value, trusted_found, choose_what_to_sync, in HandleCompleteLoginMessageWithCookies()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/chrome/browser/ui/webui/signin/
H A Dinline_login_handler.cc191 bool trusted_value = trusted.value_or(false); in HandleCompleteLoginMessageWithCookies() local
203 trusted_value, trusted_found, choose_what_to_sync, in HandleCompleteLoginMessageWithCookies()
/dports/math/polymake/polymake-4.5/perllib/Polymake/Test/
H A DEnvironment.pm226 local $Core::PropertyType::trusted_value = 0;
262 local $Core::PropertyType::trusted_value = 0;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/bindings/core/v8/
H A Dnative_value_traits_impl.h209 TrustedHTML* trusted_value =
211 return trusted_value->toString();
231 TrustedScript* trusted_value =
233 return trusted_value->toString();
253 TrustedScriptURL* trusted_value =
255 return trusted_value->toString();
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/bindings/core/v8/
H A Dnative_value_traits_impl.h192 TrustedHTML* trusted_value =
194 return trusted_value->toString();
214 TrustedScript* trusted_value =
216 return trusted_value->toString();
236 TrustedScriptURL* trusted_value =
238 return trusted_value->toString();
/dports/math/polymake/polymake-4.5/apps/common/rules/
H A Dgraph_types314 $Core::PropertyType::trusted_value);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/dom/
H A Delement.cc2261 String trusted_value = in setAttribute() local
2267 SetAttributeInternal(index, q_name, AtomicString(trusted_value), in setAttribute()
2289 String trusted_value = in setAttribute() local
2295 SetAttributeInternal(index, name, AtomicString(trusted_value), in setAttribute()