/external/chromium/chrome/browser/download/ |
D | download_item_model.h | 29 virtual string16 GetStatusText() = 0; 49 virtual string16 GetStatusText(); 67 virtual string16 GetStatusText();
|
D | download_item_model.cc | 30 string16 DownloadItemModel::GetStatusText() { in GetStatusText() function in DownloadItemModel 111 string16 SavePageModel::GetStatusText() { in GetStatusText() function in SavePageModel
|
/external/chromium/net/http/ |
D | http_response_headers_unittest.cc | 1483 TEST(HttpResponseHeadersTest, GetStatusText) { in TEST() argument 1488 EXPECT_EQ(std::string("Not Found"), parsed->GetStatusText()); in TEST() 1497 EXPECT_EQ(std::string("OK"), parsed->GetStatusText()); in TEST() 1505 EXPECT_EQ(std::string("Not Found"), parsed->GetStatusText()); in TEST() 1515 EXPECT_EQ(std::string("OK"), parsed->GetStatusText()); in TEST()
|
D | http_response_headers.h | 132 std::string GetStatusText() const;
|
D | http_response_headers.cc | 453 std::string HttpResponseHeaders::GetStatusText() const { in GetStatusText() function in net::HttpResponseHeaders
|
/external/chromium/chrome/browser/ui/tab_contents/ |
D | tab_contents_wrapper.h | 67 string16 GetStatusText() const;
|
D | tab_contents_wrapper.cc | 156 string16 TabContentsWrapper::GetStatusText() const { in GetStatusText() function in TabContentsWrapper
|
/external/webkit/Source/WebKit/android/WebCoreSupport/ |
D | WebResponse.cpp | 60 m_httpStatusText = responseHeaders->GetStatusText(); in WebResponse()
|
/external/chromium/chrome/browser/debugger/ |
D | devtools_netlog_observer.cc | 123 info->http_status_text = response_headers.GetStatusText(); in OnAddURLRequestEntry()
|
/external/chromium/net/spdy/ |
D | spdy_proxy_client_socket_unittest.cc | 230 ASSERT_EQ("Connection Established", response->headers->GetStatusText()); in AssertConnectionEstablished() 458 response->headers->GetStatusText()); in TEST_F()
|
/external/chromium/webkit/glue/ |
D | weburlloader_impl.cc | 249 response->setHTTPStatusText(WebString::fromUTF8(headers->GetStatusText())); in PopulateURLResponse()
|
/external/chromium/chrome/browser/tab_contents/ |
D | tab_contents.h | 288 virtual string16 GetStatusText() const;
|
/external/chromium/chrome/browser/ui/gtk/download/ |
D | download_item_gtk.cc | 428 status_text_ = UTF16ToUTF8(download_model_->GetStatusText()); in OnDownloadUpdated()
|
/external/chromium/chrome/browser/ui/views/download/ |
D | download_item_view.cc | 384 string16 status_text = model_->GetStatusText(); in OnDownloadUpdated()
|
/external/chromium/chrome/browser/ui/cocoa/download/ |
D | download_item_cell.mm | 242 string16 statusText = downloadModel->GetStatusText();
|
/external/chromium/chrome/browser/ui/ |
D | browser.cc | 2784 status_bubble->SetStatus(GetSelectedTabContentsWrapper()->GetStatusText()); in TabSelectedAt() 2961 GetSelectedTabContentsWrapper()->GetStatusText()); in LoadingStateChanged() 3916 GetSelectedTabContentsWrapper()->GetStatusText()); in ProcessPendingUIUpdates()
|