Searched refs:protocolIsJavaScript (Results 1 – 13 of 13) sorted by relevance
60 if (protocolIsJavaScript(completeURL)) { in isURLAllowed()88 if (protocolIsJavaScript(m_URL)) { in openURL()
426 if (contentFrame() && protocolIsJavaScript(completeURL) in allowedToLoadFrameURL()
427 if (protocolIsJavaScript(submission->action())) { in scheduleFormSubmission()
224 PLATFORM_EXPORT bool protocolIsJavaScript(const String& url);
155 bool protocolIsJavaScript(const String& url) in protocolIsJavaScript() function
244 if (protocolIsJavaScript(m_frame->document()->url())) in reload()
1749 if (!protocolIsJavaScript(urlString)) in isInsecureScriptAccess()
257 …return shouldScheduleNavigation() && (protocolIsJavaScript(url) || NavigationDisablerForBeforeUnlo… in shouldScheduleNavigation()
263 if (protocolIsJavaScript(stripped)) in semicolonSeparatedValueContainingJavaScriptURL()622 … } else if (protocolIsJavaScript(stripLeadingAndTrailingHTMLSpaces(String(attribute.value)))) { in eraseDangerousAttributesIfInjected()
215 if (protocolIsJavaScript(strippedURLString)) { in appendQuotedURLAttributeValue()
531 if (!protocolIsJavaScript(url)) in executeScriptIfJavaScriptURL()
1103 …return isURLAttribute(attribute) && protocolIsJavaScript(stripLeadingAndTrailingHTMLSpaces(attribu… in isJavaScriptURLAttribute()
3074 if (protocolIsJavaScript(refreshURL)) { in maybeHandleHttpRefresh()