Home
last modified time | relevance | path

Searched refs:statusText (Results 1 – 25 of 32) sorted by relevance

12

/external/webkit/Source/WebCore/websockets/
DWebSocketHandshakeResponse.cpp73 const String& WebSocketHandshakeResponse::statusText() const in statusText() function in WebCore::WebSocketHandshakeResponse
78 void WebSocketHandshakeResponse::setStatusText(const String& statusText) in setStatusText() argument
80 m_statusText = statusText; in setStatusText()
DWebSocketHandshakeResponse.h49 const String& statusText() const;
50 void setStatusText(const String& statusText);
DWebSocketHandshake.cpp318 String statusText; in readServerHandshake() local
319 int lineLength = readStatusLine(header, len, statusCode, statusText); in readServerHandshake()
328 m_response.setStatusText(statusText); in readServerHandshake()
421 …shake::readStatusLine(const char* header, size_t headerLength, int& statusCode, String& statusText) in readStatusLine() argument
428 statusText = String(); in readStatusLine()
484 statusText = String(space2 + 1, end - space2 - 3); // Exclude "\r\n". in readStatusLine()
DWebSocketHandshake.h88 … int readStatusLine(const char* header, size_t headerLength, int& statusCode, String& statusText);
/external/webkit/Source/WebCore/inspector/front-end/
DNetworkManager.js93 resource.statusText = response.statusText;
275 resource.statusText = response.statusText;
DHAREntry.js77 statusText: this._resource.statusText,
DResourceHeadersView.js265 … var statusTextEscaped = this._resource.statusCode + " " + this._resource.statusText.escapeHTML();
DNetworkPanel.js1529 this._appendSubtitle(this._statusCell, this._resource.statusText);
1530 this._statusCell.title = this._resource.statusCode + " " + this._resource.statusText;
DConsoleView.js747 …appendChild(document.createTextNode(" " + resource.statusCode + " (" + resource.statusText + ")"));
/external/webkit/Source/WebKit/chromium/src/
DWebHTTPLoadInfo.cpp86 void WebHTTPLoadInfo::setHTTPStatusText(const WebString& statusText) in setHTTPStatusText() argument
89 m_private->httpStatusText = statusText; in setHTTPStatusText()
/external/webkit/Source/WebKit/win/
DWebURLResponse.cpp375 String statusText = CFHTTPMessageCopyLocalizedShortDescriptionForStatusCode(statusCode); in localizedStringForStatusCode() local
376 if (!statusText) in localizedStringForStatusCode()
379 *statusString = BString(statusText).release(); in localizedStringForStatusCode()
/external/webkit/Source/WebKit/qt/declarative/
Dqdeclarativewebview.cpp64 QString statusText; member in QDeclarativeWebViewPrivate
696 d->statusText = text; in setStatusText()
705 QString QDeclarativeWebView::statusText() const in statusText() function in QDeclarativeWebView
707 return d->statusText; in statusText()
Dqdeclarativewebview_p.h96 Q_PROPERTY(QString statusText READ statusText NOTIFY statusTextChanged)
155 QString statusText() const;
/external/webkit/Source/WebCore/xml/
DXMLHttpRequest.h80 String statusText(ExceptionCode&) const;
DXMLHttpRequest.idl106 readonly attribute DOMString statusText
DXMLHttpRequest.cpp941 String XMLHttpRequest::statusText(ExceptionCode& ec) const in statusText() function in WebCore::XMLHttpRequest
/external/webkit/Source/WebCore/platform/network/
DResourceResponseBase.cpp242 void ResourceResponseBase::setHTTPStatusText(const String& statusText) in setHTTPStatusText() argument
246 m_httpStatusText = statusText; in setHTTPStatusText()
/external/webkit/Source/WebKit/win/WebCoreSupport/
DWebChromeClient.cpp429 void WebChromeClient::setStatusbarText(const String& statusText) in setStatusbarText() argument
433 uiDelegate->setStatusText(m_webView, BString(statusText)); in setStatusbarText()
/external/chromium/chrome/browser/ui/cocoa/download/
Ddownload_item_cell.mm242 string16 statusText = downloadModel->GetStatusText();
243 if (statusText.empty()) {
249 NSString* statusString = base::SysUTF16ToNSString(statusText);
/external/webkit/Source/WebCore/inspector/
DInspectorResourceAgent.cpp499 responseObject->setString("statusText", response.statusText()); in didReceiveWebSocketHandshakeResponse()
/external/webkit/Source/WebKit2/UIProcess/
DWebPageProxy.messages.in36 SetStatusText(WTF::String statusText)
/external/webkit/PerformanceTests/SunSpider/tests/parse-only/
Dprototype-1.6.0.3.js1371 this.statusText = this.getStatusText();
1384 statusText: '', property
1390 return this.transport.statusText || '';
Dconcat-jquery-mootools-prototype.js9750 this.statusText = this.getStatusText();
9763 statusText: '', property
9769 return this.transport.statusText || '';
/external/webkit/WebKitLibraries/
DChangeLog1359 XMLHttpRequest.statusText returns always "OK" on Mac
/external/webkit/Source/WebKit/mac/
DChangeLog9832 XMLHttpRequest.statusText returns always "OK" on Mac

12