HomeSort by relevance Sort by last modified time
    Searched refs:requestURL (Results 1 - 16 of 16) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/fetch/
CrossOriginAccessControl.cpp 212 bool CrossOriginAccessControl::isLegalRedirectLocation(const KURL& requestURL, String& errorDescription)
215 if (!SchemeRegistry::shouldTreatURLSchemeAsCORSEnabled(requestURL.protocol())) {
216 errorDescription = "The request was redirected to a URL ('" + requestURL.string() + "') which has a disallowed scheme for cross-origin requests.";
220 if (!(requestURL.user().isEmpty() && requestURL.pass().isEmpty())) {
221 errorDescription = "The request was redirected to a URL ('" + requestURL.string() + "') containing userinfo, which is disallowed for cross-origin requests.";
232 const KURL& requestURL = request.url();
234 bool redirectCrossOrigin = !securityOrigin->canRequest(requestURL);
242 bool allowRedirect = isLegalRedirectLocation(requestURL, errorDescription);
251 if (!originalOrigin->canRequest(requestURL)) {
    [all...]
ResourceFetcher.cpp 283 KURL requestURL = request.resourceRequest().url();
284 if (requestURL.isValid() && canRequest(Resource::Image, requestURL, request.options(), request.forPreload(), request.originRestriction()))
285 PingLoader::loadImage(f, requestURL);
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/buildbot/
utils.js 9 buildbot.requestURL =
bg.js 38 buildbot.requestURL(statusHistoryURL, "text", function(text) {
120 buildbot.requestURL(statusURL,
143 buildbot.requestURL(tryJobURL, "json", function(tryJobResult) {
173 buildbot.requestURL(patchURL, "json", function(patch) {
209 buildbot.requestURL(issueURL, "json", function(issue) {
241 buildbot.requestURL(url, "json", updateTryStatus);
251 buildbot.requestURL(usernameScrapingURL, "text", function(text) {
popup.js 263 buildbot.requestURL(lkgrURL, "text", updateLKGR);
286 buildbot.requestURL(lkgrURL, "text", updateLKGR);
  /external/chromium_org/third_party/WebKit/Source/core/loader/
FormSubmission.cpp 255 KURL FormSubmission::requestURL() const
260 KURL requestURL(m_action);
261 requestURL.setQuery(m_formData->flattenToString());
262 return requestURL;
284 frameRequest.resourceRequest().setURL(requestURL());
DocumentThreadableLoader.cpp 408 const KURL& requestURL = request.url();
409 ASSERT(m_sameOriginRequest || requestURL.user().isEmpty());
410 ASSERT(m_sameOriginRequest || requestURL.pass().isEmpty());
453 if (!error.isNull() && !requestURL.isLocalFile() && response.httpStatusCode() <= 0) {
460 // requested. Also comparing the request and response URLs as strings will fail if the requestURL still has its credentials.
461 if (requestURL != response.url() && (!isAllowedByPolicy(response.url()) || !isAllowedRedirect(response.url()))) {
FormSubmission.h 101 KURL requestURL() const;
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorResourceAgent.h 118 void didCreateWebSocket(Document*, unsigned long identifier, const KURL& requestURL, const String&);
InspectorResourceAgent.cpp 555 void InspectorResourceAgent::didCreateWebSocket(Document*, unsigned long identifier, const KURL& requestURL, const String&)
557 m_frontend->webSocketCreated(IdentifiersFactory::requestId(identifier), urlWithoutFragment(requestURL).string());
    [all...]
InspectorInstrumentation.idl 401 void didCreateWebSocket([Keep] Document*, unsigned long identifier, const KURL& requestURL, const String& protocol);
  /external/chromium_org/third_party/libjingle/source/talk/examples/objc/AppRTCDemo/
APPRTCAppClient.m 65 NSURL* requestURL = [NSURL URLWithString:urlString];
66 NSURLRequest* request = [NSURLRequest requestWithURL:requestURL];
198 NSString* requestUrl = [[request URL] absoluteString];
199 NSRange queryRange = [requestUrl rangeOfString:@"?"];
200 NSString* baseUrl = [requestUrl substringToIndex:queryRange.location];
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
NetworkManager.js 375 * @param {string} requestURL
377 webSocketCreated: function(requestId, requestURL)
379 var networkRequest = new WebInspector.NetworkRequest(this._manager._target, requestId, requestURL, "", "", "");
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLMediaElement.cpp     [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.apache.httpcomponents.httpclient_4.1.3.v201209201135.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.apache.httpcomponents.httpclient_4.1.3.v201209201135.jar 

Completed in 266 milliseconds