Searched refs:statusCode (Results 1 - 25 of 90) sorted by path

1234

/external/apache-http/src/org/apache/http/client/
H A DHttpResponseException.java45 private final int statusCode; field in class:HttpResponseException
47 public HttpResponseException(int statusCode, final String s) { argument
49 this.statusCode = statusCode;
53 return this.statusCode;
/external/apache-http/src/org/apache/http/impl/client/
H A DDefaultRedirectHandler.java86 int statusCode = response.getStatusLine().getStatusCode();
87 switch (statusCode) {
/external/apache-http/src/org/apache/http/message/
H A DBasicLineParser.java424 int statusCode = 0;
426 statusCode =
441 return createStatusLine(ver, statusCode, reasonPhrase);
H A DBasicStatusLine.java66 private final int statusCode; field in class:BasicStatusLine
76 * @param statusCode the status code of the response
80 public BasicStatusLine(final ProtocolVersion version, int statusCode, argument
87 if (statusCode < 0) {
92 this.statusCode = statusCode;
102 return this.statusCode;
/external/chromium_org/android_webview/java/src/org/chromium/android_webview/
H A DAwWebResourceResponse.java34 int statusCode, String reasonPhrase, Map<String, String> responseHeaders) {
37 mStatusCode = statusCode;
33 AwWebResourceResponse(String mimeType, String encoding, InputStream data, int statusCode, String reasonPhrase, Map<String, String> responseHeaders) argument
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/
H A DEmptyTabObserver.java70 boolean isNavigationToDifferentPage, boolean isFragmentNavigation, int statusCode) { }
69 onDidNavigateMainFrame(Tab tab, String url, String baseUrl, boolean isNavigationToDifferentPage, boolean isFragmentNavigation, int statusCode) argument
H A DTab.java297 boolean isNavigationToDifferentPage, boolean isFragmentNavigation, int statusCode) {
301 isFragmentNavigation, statusCode);
296 didNavigateMainFrame(String url, String baseUrl, boolean isNavigationToDifferentPage, boolean isFragmentNavigation, int statusCode) argument
H A DTabObserver.java161 * @param statusCode The HTTP status code of the navigation.
164 boolean isNavigationToDifferentPage, boolean isFragmentNavigation, int statusCode);
163 onDidNavigateMainFrame(Tab tab, String url, String baseUrl, boolean isNavigationToDifferentPage, boolean isFragmentNavigation, int statusCode) argument
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/infobar/
H A DInfoBarContainer.java243 int statusCode) {
/external/chromium_org/components/cronet/android/java/src/org/chromium/net/
H A DHttpUrlConnectionUrlRequest.java453 private static boolean isError(int statusCode) { argument
454 return (statusCode / 100) != 2;
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
H A DWebContentsObserverAndroid.java76 * @param statusCode The HTTP status code of the navigation.
80 boolean isNavigationToDifferentPage, boolean isFragmentNavigation, int statusCode) {
79 didNavigateMainFrame(String url, String baseUrl, boolean isNavigationToDifferentPage, boolean isFragmentNavigation, int statusCode) argument
/external/chromium_org/remoting/tools/winext/manifest/
H A Drdp.h750 HRESULT GetStatusText(UINT statusCode, [out] BSTR* pBstrStatusText);
798 HRESULT OnStatusChanged(long statusCode, BSTR statusMessage);
/external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/lib/
H A Djquery-1.6.4.js7085 statusCode = s.statusCode || {},
7253 jqXHR.statusCode( statusCode );
7254 statusCode = undefined;
7280 jqXHR.statusCode = function( map ) {
7285 statusCode[ tmp ] = [ statusCode[tmp], map[tmp] ];
/external/chromium_org/third_party/WebKit/Source/core/events/
H A DSecurityPolicyViolationEvent.h44 int statusCode; member in struct:blink::SecurityPolicyViolationEventInit
69 int statusCode() const { return m_statusCode; } function in class:blink::FINAL
89 , m_statusCode(initializer.statusCode) { }
H A DSecurityPolicyViolationEvent.idl38 [InitializedByEventConstructor] readonly attribute long statusCode;
/external/chromium_org/third_party/WebKit/Source/core/fetch/
H A DCrossOriginAccessControl.cpp107 static bool isInterestingStatusCode(int statusCode) argument
112 return statusCode >= 400;
/external/chromium_org/third_party/WebKit/Source/core/frame/csp/
H A DContentSecurityPolicy.cpp623 init.statusCode = 0;
626 init.statusCode = document->loader()->response().httpStatusCode();
687 cspReport->setNumber("status-code", violationData.statusCode);
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInspectorResourceAgent.cpp414 static bool isErrorStatusCode(int statusCode) argument
416 return statusCode >= 400;
610 .setStatus(response->statusCode())
/external/chromium_org/third_party/WebKit/Source/core/loader/
H A DDocumentLoader.cpp405 int statusCode = m_response.httpStatusCode(); local
406 if (statusCode == 204 || statusCode == 205) {
/external/chromium_org/third_party/WebKit/Source/core/page/
H A DEventSource.cpp229 int statusCode = response.httpStatusCode(); local
231 bool responseIsValid = statusCode == 200 && mimeTypeIsValid;
246 if (statusCode == 200 && !mimeTypeIsValid) {
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/audits/
H A DAuditRules.js97 if (request.cached || request.statusCode === 304)
741 return request.statusCode !== undefined && WebInspector.AuditRules.CacheableResponseCodes[request.statusCode];
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/bindings/
H A DSASSSourceMapping.js169 * @param {number} statusCode
174 function sassLoadedViaNetwork(error, statusCode, headers, content)
176 if (error || statusCode >= 400) {
177 console.error("Could not load content for " + sassURL + " : " + (error || ("HTTP status code: " + statusCode)));
274 * @param {number} statusCode
279 function contentLoaded(error, statusCode, headers, content)
281 if (error || statusCode >= 400) {
282 console.error("Could not load content for " + cssURL + " : " + (error || ("HTTP status code: " + statusCode)));
290 if (statusCode === 304) {
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/console/
H A DConsoleViewMessage.js181 this._messageElement.createTextChildren(" ", String(consoleMessage.request.statusCode), " (", consoleMessage.request.statusText, ")");
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/network/
H A DHAREntry.js98 status: this._request.statusCode,
240 if (this._request.cached || this._request.statusCode === 304)
252 if (this._request.cached || this._request.statusCode === 304 || this._request.statusCode === 206)
H A DNetworkPanel.js475 this._sortingFunctions.status = WebInspector.NetworkDataGridNode.RequestPropertyComparator.bind(null, "statusCode", false);
922 this._suggestionBuilder.addItem(WebInspector.NetworkLogView.FilterType.StatusCode, "" + request.statusCode);
1787 return ("" + request.statusCode) === value;
2692 return (this._request.failed && !this._request.statusCode) || (this._request.statusCode >= 400);
2726 cell.classList.toggle("network-dim-cell", !this._isFailed() && (this._request.cached || !this._request.statusCode));
2736 } else if (this._request.statusCode) {
2737 cell.createTextChild("" + this._request.statusCode);
2739 cell.title = this._request.statusCode + " " + this._request.statusText;

Completed in 540 milliseconds

1234