Home
last modified time | relevance | path

Searched refs:internalContentType (Results 1 – 9 of 9) sorted by relevance

/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/encoding/
H A DContentTypeImpl.java42 private ContentType internalContentType; field in ContentTypeImpl
63 internalContentType = new ContentType(contentType); in ContentTypeImpl()
64 tmpCharset = internalContentType.getParameter("charset"); in ContentTypeImpl()
116 if (internalContentType == null) internalContentType = new ContentType(contentType); in getBoundary()
117 boundary = internalContentType.getParameter("boundary"); in getBoundary()
136 if (internalContentType == null) internalContentType = new ContentType(contentType); in getRootId()
137 rootId = internalContentType.getParameter("start"); in getRootId()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/encoding/
H A DContentTypeImpl.java42 private ContentType internalContentType; field in ContentTypeImpl
63 internalContentType = new ContentType(contentType); in ContentTypeImpl()
64 tmpCharset = internalContentType.getParameter("charset"); in ContentTypeImpl()
116 if (internalContentType == null) internalContentType = new ContentType(contentType); in getBoundary()
117 boundary = internalContentType.getParameter("boundary"); in getBoundary()
136 if (internalContentType == null) internalContentType = new ContentType(contentType); in getRootId()
137 rootId = internalContentType.getParameter("start"); in getRootId()
/dports/www/firefox-esr/firefox-91.8.0/dom/security/
H A DnsMixedContentBlocker.cpp393 nsContentPolicyType internalContentType = in ShouldLoad() local
401 NS_CP_ContentTypeName(internalContentType))); in ShouldLoad()
421 bool isPreload = nsContentUtils::IsPreloadType(internalContentType); in ShouldLoad()
427 internalContentType == nsIContentPolicy::TYPE_INTERNAL_WORKER || in ShouldLoad()
428 internalContentType == nsIContentPolicy::TYPE_INTERNAL_SHARED_WORKER || in ShouldLoad()
429 internalContentType == nsIContentPolicy::TYPE_INTERNAL_SERVICE_WORKER; in ShouldLoad()
431 nsContentUtils::InternalContentPolicyTypeToExternal(internalContentType); in ShouldLoad()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/security/
H A DnsMixedContentBlocker.cpp393 nsContentPolicyType internalContentType = in ShouldLoad() local
401 NS_CP_ContentTypeName(internalContentType))); in ShouldLoad()
421 bool isPreload = nsContentUtils::IsPreloadType(internalContentType); in ShouldLoad()
427 internalContentType == nsIContentPolicy::TYPE_INTERNAL_WORKER || in ShouldLoad()
428 internalContentType == nsIContentPolicy::TYPE_INTERNAL_SHARED_WORKER || in ShouldLoad()
429 internalContentType == nsIContentPolicy::TYPE_INTERNAL_SERVICE_WORKER; in ShouldLoad()
431 nsContentUtils::InternalContentPolicyTypeToExternal(internalContentType); in ShouldLoad()
/dports/www/firefox/firefox-99.0/dom/security/
H A DnsMixedContentBlocker.cpp411 nsContentPolicyType internalContentType = in ShouldLoad() local
419 NS_CP_ContentTypeName(internalContentType))); in ShouldLoad()
439 bool isPreload = nsContentUtils::IsPreloadType(internalContentType); in ShouldLoad()
445 internalContentType == nsIContentPolicy::TYPE_INTERNAL_WORKER || in ShouldLoad()
446 internalContentType == nsIContentPolicy::TYPE_INTERNAL_SHARED_WORKER || in ShouldLoad()
447 internalContentType == nsIContentPolicy::TYPE_INTERNAL_SERVICE_WORKER; in ShouldLoad()
449 nsContentUtils::InternalContentPolicyTypeToExternal(internalContentType); in ShouldLoad()
/dports/www/firefox-esr/firefox-91.8.0/dom/base/
H A DDocument.cpp3416 nsContentPolicyType internalContentType = in StartDocumentLoad() local
3418 if (internalContentType == nsIContentPolicy::TYPE_INTERNAL_OBJECT || in StartDocumentLoad()
3419 internalContentType == nsIContentPolicy::TYPE_INTERNAL_EMBED) { in StartDocumentLoad()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/base/
H A DDocument.cpp3180 nsContentPolicyType internalContentType = in StartDocumentLoad() local
3182 if (internalContentType == nsIContentPolicy::TYPE_INTERNAL_OBJECT || in StartDocumentLoad()
3183 internalContentType == nsIContentPolicy::TYPE_INTERNAL_EMBED) { in StartDocumentLoad()
/dports/www/firefox/firefox-99.0/dom/base/
H A DDocument.cpp3475 nsContentPolicyType internalContentType = in StartDocumentLoad() local
3477 if (internalContentType == nsIContentPolicy::TYPE_INTERNAL_OBJECT || in StartDocumentLoad()
3478 internalContentType == nsIContentPolicy::TYPE_INTERNAL_EMBED) { in StartDocumentLoad()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/base/
H A DDocument.cpp3416 nsContentPolicyType internalContentType = in StartDocumentLoad() local
3418 if (internalContentType == nsIContentPolicy::TYPE_INTERNAL_OBJECT || in StartDocumentLoad()
3419 internalContentType == nsIContentPolicy::TYPE_INTERNAL_EMBED) { in StartDocumentLoad()