Searched refs:protocolIsJavaScript (Results 1 – 13 of 13) sorted by relevance
60 if (protocolIsJavaScript(completeURL)) { in isURLAllowed()88 if (protocolIsJavaScript(m_URL)) { in openURL()
419 if (contentFrame() && protocolIsJavaScript(completeURL) in allowedToLoadFrameURL()
415 if (protocolIsJavaScript(submission->action())) { in scheduleFormSubmission()
224 PLATFORM_EXPORT bool protocolIsJavaScript(const String& url);
155 bool protocolIsJavaScript(const String& url) in protocolIsJavaScript() function
240 if (protocolIsJavaScript(m_frame->document()->url())) in reload()
1792 if (!protocolIsJavaScript(urlString)) in isInsecureScriptAccess()
257 …return shouldScheduleNavigation() && (protocolIsJavaScript(url) || NavigationDisablerForBeforeUnlo… in shouldScheduleNavigation()
258 if (protocolIsJavaScript(stripped)) in semicolonSeparatedValueContainingJavaScriptURL()617 … } else if (protocolIsJavaScript(stripLeadingAndTrailingHTMLSpaces(String(attribute.value)))) { in eraseDangerousAttributesIfInjected()
215 if (protocolIsJavaScript(strippedURLString)) { in appendQuotedURLAttributeValue()
499 if (!protocolIsJavaScript(url)) in executeScriptIfJavaScriptURL()
1117 …return isURLAttribute(attribute) && protocolIsJavaScript(stripLeadingAndTrailingHTMLSpaces(attribu… in isJavaScriptURLAttribute()
3112 if (protocolIsJavaScript(refreshURL)) { in maybeHandleHttpRefresh()