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 185 bool CrossOriginAccessControl::isLegalRedirectLocation(const KURL& requestURL, String& errorDescription)
188 if (!SchemeRegistry::shouldTreatURLSchemeAsCORSEnabled(requestURL.protocol())) {
189 errorDescription = "The request was redirected to a URL ('" + requestURL.string() + "') which has a disallowed scheme for cross-origin requests.";
193 if (!(requestURL.user().isEmpty() && requestURL.pass().isEmpty())) {
194 errorDescription = "The request was redirected to a URL ('" + requestURL.string() + "') containing userinfo, which is disallowed for cross-origin requests.";
205 const KURL& requestURL = request.url();
207 bool redirectCrossOrigin = !securityOrigin->canRequest(requestURL);
215 bool allowRedirect = isLegalRedirectLocation(requestURL, errorDescription);
224 if (!originalOrigin->canRequest(requestURL)) {
    [all...]
ResourceFetcher.cpp 312 KURL requestURL = request.resourceRequest().url();
313 if (requestURL.isValid() && canRequest(Resource::Image, request.resourceRequest(), requestURL, request.options(), request.forPreload(), request.originRestriction()))
314 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());
FormSubmission.h 96 KURL requestURL() const;
DocumentThreadableLoader.cpp 480 const KURL& requestURL = request.url();
481 ASSERT(m_sameOriginRequest || requestURL.user().isEmpty());
482 ASSERT(m_sameOriginRequest || requestURL.pass().isEmpty());
527 if (!error.isNull() && !requestURL.isLocalFile() && response.httpStatusCode() <= 0) {
534 // requested. Also comparing the request and response URLs as strings will fail if the requestURL still has its credentials.
535 if (requestURL != response.url() && (!isAllowedByPolicy(response.url()) || !isAllowedRedirect(response.url()))) {
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorResourceAgent.h 121 void didCreateWebSocket(Document*, unsigned long identifier, const KURL& requestURL, const String&);
InspectorResourceAgent.cpp 593 void InspectorResourceAgent::didCreateWebSocket(Document*, unsigned long identifier, const KURL& requestURL, const String&)
595 m_frontend->webSocketCreated(IdentifiersFactory::requestId(identifier), urlWithoutFragment(requestURL).string());
    [all...]
InspectorInstrumentation.idl 416 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 384 * @param {string} requestURL
386 webSocketCreated: function(requestId, requestURL)
389 var networkRequest = new WebInspector.NetworkRequest(this._manager._target, requestId, requestURL, "", "", "", null);
  /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 302 milliseconds