Searched refs:statusText (Results 1 - 25 of 42) sorted by last modified time

12

/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/WebKit/Source/modules/serviceworkers/
H A DResponse.cpp31 response->setStatusMessage(webResponse.statusText());
92 // FIXME: "2. If |init|'s statusText member does not match the Reason-Phrase
103 // "5. Set |r|'s response's status message to |init|'s statusText member."
104 r->m_response->setStatusMessage(AtomicString(responseInit.statusText));
201 String Response::statusText() const function in class:blink::Response
203 // "The statusText attribute's getter must return response's status message."
H A DResponse.h42 String statusText() const;
H A DResponseInit.h20 , statusText("OK")
25 , statusText("OK")
28 // FIXME: Spec uses ByteString for statusText. http://crbug.com/347426
29 DictionaryHelper::get(options, "statusText", statusText);
37 String statusText; member in class:blink::ResponseInit
H A DResponseTest.cpp49 const String statusText = "the best status text"; local
55 webResponse.setStatusText(statusText);
63 EXPECT_EQ(statusText, response->statusText());
/external/chromium_org/third_party/WebKit/Source/modules/websockets/
H A DWebSocketHandshake.cpp286 String statusText; local
287 int lineLength = readStatusLine(header, len, statusCode, statusText);
296 m_response.setStatusText(statusText);
379 // statusCode and statusText will be set to -1 and a null string, respectively.
380 int WebSocketHandshake::readStatusLine(const char* header, size_t headerLength, int& statusCode, String& statusText) argument
387 statusText = String();
445 statusText = String(space2 + 1, end - space2 - 3); // Exclude "\r\n".
H A DWebSocketHandshake.h106 int readStatusLine(const char* header, size_t headerLength, int& statusCode, String& statusText);
/external/chromium_org/third_party/WebKit/Source/platform/exported/
H A DWebHTTPLoadInfo.cpp83 void WebHTTPLoadInfo::setHTTPStatusText(const WebString& statusText) argument
86 m_private->httpStatusText = statusText;
H A DWebServiceWorkerResponse.cpp20 WebString statusText; member in class:blink::WebServiceWorkerResponsePrivate
60 void WebServiceWorkerResponse::setStatusText(const WebString& statusText) argument
62 m_private->statusText = statusText;
65 WebString WebServiceWorkerResponse::statusText() const function in class:blink::WebServiceWorkerResponse
67 return m_private->statusText;
H A DWebSocketHandshakeResponseInfo.cpp53 void WebSocketHandshakeResponseInfo::setStatusText(const WebString& statusText) argument
55 m_private->setStatusText(statusText);
/external/chromium_org/third_party/WebKit/Source/platform/network/
H A DResourceResponse.cpp255 void ResourceResponse::setHTTPStatusText(const AtomicString& statusText) argument
257 m_httpStatusText = statusText;
H A DWebSocketHandshakeResponse.cpp59 const String& WebSocketHandshakeResponse::statusText() const function in class:blink::WebSocketHandshakeResponse
64 void WebSocketHandshakeResponse::setStatusText(const String& statusText) argument
66 m_statusText = statusText;
H A DWebSocketHandshakeResponse.h47 const String& statusText() const;
/external/chromium_org/third_party/WebKit/public/platform/
H A DWebServiceWorkerResponse.h51 WebString statusText() const;
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInspectorResourceAgent.cpp245 String statusText; local
248 statusText = response.resourceLoadInfo()->httpStatusText;
251 statusText = response.httpStatusText();
264 .setStatusText(statusText)
611 .setStatusText(response->statusText())
/external/chromium_org/third_party/WebKit/Source/core/xml/
H A DXMLHttpRequest.cpp1258 String XMLHttpRequest::statusText() const function in class:blink::XMLHttpRequest
H A DXMLHttpRequest.h102 String statusText() const;
H A DXMLHttpRequest.idl82 readonly attribute DOMString statusText;
/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.js99 statusText: this._request.statusText,
H A DRequestHeadersView.js390 statusCodeImage.title = this._request.statusCode + " " + this._request.statusText;
402 var statusText = this._request.statusCode + " " + this._request.statusText;
404 statusText += " " + WebInspector.UIString("(from ServiceWorker)");
407 statusText += " " + WebInspector.UIString("(from cache)");
410 statusTextElement.textContent = statusText;
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
H A DNetworkManager.js190 networkRequest.statusText = response.statusText;
424 networkRequest.statusText = response.statusText;
H A DNetworkRequest.js58 this.statusText = "";
/external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/lib/
H A Djquery-1.6.4.js7150 abort: function( statusText ) {
7151 statusText = statusText || "abort";
7153 transport.abort( statusText );
7155 done( 0, statusText );
7191 statusText = nativeStatusText,
7213 statusText = "notmodified";
7221 statusText = "success";
7225 statusText = "parsererror";
7230 // We extract error from statusText
[all...]
H A Dprototype-1.7.js1673 this.statusText = this.getStatusText();
1687 statusText: '',
1693 return this.transport.statusText || '';

Completed in 220 milliseconds

12