Searched refs:protocolIsJavaScript (Results 1 – 20 of 20) sorted by relevance
47 if (protocolIsJavaScript(deprecatedParseURL(srcValue))) { in setSrc()
50 …if (equalIgnoringCase(imp->name(), "src") && protocolIsJavaScript(deprecatedParseURL(attrValue))) { in setValue()
43 if (protocolIsJavaScript(deprecatedParseURL(value))) { in allowSettingJavascriptURL()
152 if (!protocolIsJavaScript(url) || allowsAccessFromFrame(exec, frame)) in navigateIfAllowed()282 if (!protocolIsJavaScript(frame->loader()->url())) in reload()
56 …ement->hasTagName(frameTag)) && equalIgnoringCase(name, "src") && protocolIsJavaScript(deprecatedP… in allowSettingSrcToJavascriptURL()
408 if (!protocolIsJavaScript(url) || allowsAccessFrom(exec)) { in setLocation()531 if (!protocolIsJavaScript(url) || newWindow->allowsAccessFrom(exec)) { in createWindow()586 …if (!completedURL.isEmpty() && (!protocolIsJavaScript(completedURL) || (targetedWindow && targeted… in open()
100 if (!protocolIsJavaScript(url) || ScriptController::isSafeScript(frame)) in navigateIfAllowed()
253 bool protocolIsJavaScript(const String& url);
344 if (rel.contains('\\') && !(protocolIsJavaScript(rel) || protocolIs(rel, "data"))) in init()1556 …sValid() && !protocolIs(rel, "mailto") && !protocolIs(rel, "data") && !protocolIsJavaScript(rel)) { in encodeRelativeString()1622 bool protocolIsJavaScript(const String& url) in protocolIsJavaScript() function
696 bool protocolIsJavaScript(const String& url) in protocolIsJavaScript() function
276 …t()->page() && !document()->page()->javaScriptURLsAreAllowed() && protocolIsJavaScript(parsedURL))… in parseMappedAttribute()
133 if (protocolIsJavaScript(responseURL)) in startStream()
98 if (!protocolIsJavaScript(url)) in scriptStringIfJavaScriptURL()
526 if (protocolIsJavaScript(url) || ScriptController::isSafeScript(newFrame)) { in createWindow()683 (!protocolIsJavaScript(completedUrl) || ScriptController::isSafeScript(frame))) { in CALLBACK_FUNC_DECL()
276 if (!protocolIsJavaScript(frame->loader()->url())) in CALLBACK_FUNC_DECL()
195 if (protocolIsJavaScript(strippedURLString)) { in appendQuotedURLAttributeValue()
428 if (protocolIsJavaScript(urlString)) { in requestFrame()514 if (protocolIsJavaScript(u)) { in submitForm()737 if (!protocolIsJavaScript(url)) in executeIfJavaScriptURL()
640 WebCore::protocolIsJavaScript(requestUrl.string()))) in canHandleRequest()
1120 if (!href.isEmpty() && !WebCore::protocolIsJavaScript(href.string())) in BuildFrame()
8000 (WebCore::PluginStream::startStream): Switch to using protocolIsJavaScript.8098 (WebCore::protocolIsJavaScript):8137 Whenever checking for javascript urls, the new protocolIsJavaScript() should be used8143 (WebCore::JSAttr::setValue): Use protocolIsJavaScript().8167 (WebCore::KURL::init): Use protocolIsJavaScript().8169 Such checks should go through protocolIsJavaScript() instead.8170 (WebCore::encodeRelativeString): Use protocolIsJavaScript().8171 (WebCore::protocolIsJavaScript):