Searched refs:statusText (Results 1 - 22 of 22) sorted by relevance

/external/webkit/Source/WebCore/websockets/
H A DWebSocketHandshakeResponse.cpp73 const String& WebSocketHandshakeResponse::statusText() const function in class:WebCore::WebSocketHandshakeResponse
78 void WebSocketHandshakeResponse::setStatusText(const String& statusText) argument
80 m_statusText = statusText;
H A DWebSocketHandshakeResponse.h49 const String& statusText() const;
50 void setStatusText(const String& statusText);
H A DWebSocketHandshake.h88 int readStatusLine(const char* header, size_t headerLength, int& statusCode, String& statusText);
H A DWebSocketHandshake.cpp318 String statusText; local
319 int lineLength = readStatusLine(header, len, statusCode, statusText);
328 m_response.setStatusText(statusText);
420 // statusCode and statusText will be set to -1 and a null string, respectively.
421 int WebSocketHandshake::readStatusLine(const char* header, size_t headerLength, int& statusCode, String& statusText) argument
428 statusText = String();
484 statusText = String(space2 + 1, end - space2 - 3); // Exclude "\r\n".
/external/webkit/Source/WebKit/chromium/src/
H A DWebHTTPLoadInfo.cpp86 void WebHTTPLoadInfo::setHTTPStatusText(const WebString& statusText) argument
89 m_private->httpStatusText = statusText;
/external/webkit/Source/WebCore/inspector/front-end/
H A DHAREntry.js77 statusText: this._resource.statusText,
H A DNetworkManager.js93 resource.statusText = response.statusText;
275 resource.statusText = response.statusText;
H A DResourceHeadersView.js265 var statusTextEscaped = this._resource.statusCode + " " + this._resource.statusText.escapeHTML();
H A DNetworkPanel.js1529 this._appendSubtitle(this._statusCell, this._resource.statusText);
1530 this._statusCell.title = this._resource.statusCode + " " + this._resource.statusText;
H A DConsoleView.js747 messageText.appendChild(document.createTextNode(" " + resource.statusCode + " (" + resource.statusText + ")"));
/external/webkit/Source/WebKit/win/
H A DWebURLResponse.cpp375 String statusText = CFHTTPMessageCopyLocalizedShortDescriptionForStatusCode(statusCode); local
376 if (!statusText)
379 *statusString = BString(statusText).release();
/external/webkit/Source/WebCore/xml/
H A DXMLHttpRequest.idl106 readonly attribute DOMString statusText
H A DXMLHttpRequest.h80 String statusText(ExceptionCode&) const;
H A DXMLHttpRequest.cpp941 String XMLHttpRequest::statusText(ExceptionCode& ec) const function in class:WebCore::XMLHttpRequest
/external/webkit/Source/WebKit/qt/declarative/
H A Dqdeclarativewebview_p.h96 Q_PROPERTY(QString statusText READ statusText NOTIFY statusTextChanged)
155 QString statusText() const;
H A Dqdeclarativewebview.cpp64 QString statusText; member in class:QDeclarativeWebViewPrivate
689 \qmlproperty string WebView::statusText
696 d->statusText = text;
705 QString QDeclarativeWebView::statusText() const function in class:QDeclarativeWebView
707 return d->statusText;
/external/webkit/Source/WebCore/platform/network/
H A DResourceResponseBase.cpp242 void ResourceResponseBase::setHTTPStatusText(const String& statusText) argument
246 m_httpStatusText = statusText;
/external/webkit/Source/WebKit/win/WebCoreSupport/
H A DWebChromeClient.cpp429 void WebChromeClient::setStatusbarText(const String& statusText) argument
433 uiDelegate->setStatusText(m_webView, BString(statusText));
/external/webkit/Source/WebCore/inspector/
H A DInspectorResourceAgent.cpp237 responseObject->setString("statusText", response.resourceLoadInfo() ? response.resourceLoadInfo()->httpStatusText : response.httpStatusText());
499 responseObject->setString("statusText", response.statusText());
/external/webkit/PerformanceTests/SunSpider/tests/parse-only/
H A Dprototype-1.6.0.3.js1371 this.statusText = this.getStatusText();
1384 statusText: '',
1390 return this.transport.statusText || '';
H A Dconcat-jquery-mootools-prototype.js9750 this.statusText = this.getStatusText();
9763 statusText: '',
9769 return this.transport.statusText || '';
/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 ...

Completed in 565 milliseconds