/external/webkit/Source/WebCore/websockets/ |
D | WebSocketHandshakeResponse.cpp | 73 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()
|
D | WebSocketHandshakeResponse.h | 49 const String& statusText() const; 50 void setStatusText(const String& statusText);
|
D | WebSocketHandshake.cpp | 318 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()
|
D | WebSocketHandshake.h | 88 … int readStatusLine(const char* header, size_t headerLength, int& statusCode, String& statusText);
|
/external/webkit/Source/WebCore/inspector/front-end/ |
D | NetworkManager.js | 93 resource.statusText = response.statusText; 275 resource.statusText = response.statusText;
|
D | HAREntry.js | 77 statusText: this._resource.statusText,
|
D | ResourceHeadersView.js | 265 … var statusTextEscaped = this._resource.statusCode + " " + this._resource.statusText.escapeHTML();
|
D | NetworkPanel.js | 1529 this._appendSubtitle(this._statusCell, this._resource.statusText); 1530 this._statusCell.title = this._resource.statusCode + " " + this._resource.statusText;
|
D | ConsoleView.js | 747 …appendChild(document.createTextNode(" " + resource.statusCode + " (" + resource.statusText + ")"));
|
/external/webkit/Source/WebKit/chromium/src/ |
D | WebHTTPLoadInfo.cpp | 86 void WebHTTPLoadInfo::setHTTPStatusText(const WebString& statusText) in setHTTPStatusText() argument 89 m_private->httpStatusText = statusText; in setHTTPStatusText()
|
/external/webkit/Source/WebKit/win/ |
D | WebURLResponse.cpp | 375 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/ |
D | qdeclarativewebview.cpp | 64 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()
|
D | qdeclarativewebview_p.h | 96 Q_PROPERTY(QString statusText READ statusText NOTIFY statusTextChanged) 155 QString statusText() const;
|
/external/webkit/Source/WebCore/xml/ |
D | XMLHttpRequest.h | 80 String statusText(ExceptionCode&) const;
|
D | XMLHttpRequest.idl | 106 readonly attribute DOMString statusText
|
D | XMLHttpRequest.cpp | 941 String XMLHttpRequest::statusText(ExceptionCode& ec) const in statusText() function in WebCore::XMLHttpRequest
|
/external/webkit/Source/WebCore/platform/network/ |
D | ResourceResponseBase.cpp | 242 void ResourceResponseBase::setHTTPStatusText(const String& statusText) in setHTTPStatusText() argument 246 m_httpStatusText = statusText; in setHTTPStatusText()
|
/external/webkit/Source/WebKit/win/WebCoreSupport/ |
D | WebChromeClient.cpp | 429 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/ |
D | download_item_cell.mm | 242 string16 statusText = downloadModel->GetStatusText(); 243 if (statusText.empty()) { 249 NSString* statusString = base::SysUTF16ToNSString(statusText);
|
/external/webkit/Source/WebCore/inspector/ |
D | InspectorResourceAgent.cpp | 499 responseObject->setString("statusText", response.statusText()); in didReceiveWebSocketHandshakeResponse()
|
/external/webkit/Source/WebKit2/UIProcess/ |
D | WebPageProxy.messages.in | 36 SetStatusText(WTF::String statusText)
|
/external/webkit/PerformanceTests/SunSpider/tests/parse-only/ |
D | prototype-1.6.0.3.js | 1371 this.statusText = this.getStatusText(); 1384 statusText: '', property 1390 return this.transport.statusText || '';
|
D | concat-jquery-mootools-prototype.js | 9750 this.statusText = this.getStatusText(); 9763 statusText: '', property 9769 return this.transport.statusText || '';
|
/external/webkit/WebKitLibraries/ |
D | ChangeLog | 1359 XMLHttpRequest.statusText returns always "OK" on Mac
|
/external/webkit/Source/WebKit/mac/ |
D | ChangeLog | 9832 XMLHttpRequest.statusText returns always "OK" on Mac
|