Searched refs:sourceUrl (Results 1 - 7 of 7) sorted by relevance

/macosx-10.9.5/WebKit-7537.78.2/efl/ewk/
H A Dewk_security_policy.cpp29 void ewk_security_policy_whitelist_origin_add(const char* sourceUrl, const char* destinationUrl, Eina_Bool allowSubdomains) argument
31 const RefPtr<SecurityOrigin> source = SecurityOrigin::createFromString(sourceUrl);
37 void ewk_security_policy_whitelist_origin_del(const char* sourceUrl, const char* destinationUrl, Eina_Bool allowSubdomains) argument
39 const RefPtr<SecurityOrigin> source = SecurityOrigin::createFromString(sourceUrl);
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/qt/
H A Dqwebdownloaditem_p_p.h42 QUrl sourceUrl; member in class:QWebDownloadItemPrivate
H A Dqwebdownloaditem.cpp48 return d->sourceUrl;
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/efl/tests/
H A Dtest_ewk2_context_history_callbacks.cpp84 static void performClientRedirect(const Evas_Object* view, const char* sourceUrl, const char* destinationUrl, void* userData) argument
91 ASSERT_STREQ(environment->urlForResource("redirect_url_to_default.html").data(), sourceUrl);
95 static void performServerRedirect(const Evas_Object* view, const char* sourceUrl, const char* destinationUrl, void* userData) argument
102 ASSERT_STREQ(httpServer()->getURLForPath(toBeRedirectedPath).data(), sourceUrl);
/macosx-10.9.5/WebCore-7537.78.1/dom/
H A DScriptElement.h73 void handleSourceAttribute(const String& sourceUrl);
80 bool requestScript(const String& sourceUrl);
H A DScriptElement.cpp101 void ScriptElement::handleSourceAttribute(const String& sourceUrl) argument
103 if (ignoresLoadRequest() || sourceUrl.isEmpty())
250 bool ScriptElement::requestScript(const String& sourceUrl) argument
253 if (!m_element->dispatchBeforeLoadEvent(sourceUrl))
257 if (!m_element->document()->contentSecurityPolicy()->allowScriptNonce(m_element->fastGetAttribute(HTMLNames::nonceAttr), m_element->document()->url(), m_startLineNumber, m_element->document()->completeURL(sourceUrl)))
261 if (!stripLeadingAndTrailingHTMLSpaces(sourceUrl).isEmpty()) {
262 CachedResourceRequest request(ResourceRequest(m_element->document()->completeURL(sourceUrl)));
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/qt/
H A DQtDownloadManager.cpp71 downloadItem->d->sourceUrl = adoptToQUrl(WKURLResponseCopyURL(response));

Completed in 183 milliseconds