Home
last modified time | relevance | path

Searched refs:GetStatusText (Results 1 – 16 of 16) sorted by relevance

/external/chromium/chrome/browser/download/
Ddownload_item_model.h29 virtual string16 GetStatusText() = 0;
49 virtual string16 GetStatusText();
67 virtual string16 GetStatusText();
Ddownload_item_model.cc30 string16 DownloadItemModel::GetStatusText() { in GetStatusText() function in DownloadItemModel
111 string16 SavePageModel::GetStatusText() { in GetStatusText() function in SavePageModel
/external/chromium/net/http/
Dhttp_response_headers_unittest.cc1483 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()
Dhttp_response_headers.h132 std::string GetStatusText() const;
Dhttp_response_headers.cc453 std::string HttpResponseHeaders::GetStatusText() const { in GetStatusText() function in net::HttpResponseHeaders
/external/chromium/chrome/browser/ui/tab_contents/
Dtab_contents_wrapper.h67 string16 GetStatusText() const;
Dtab_contents_wrapper.cc156 string16 TabContentsWrapper::GetStatusText() const { in GetStatusText() function in TabContentsWrapper
/external/webkit/Source/WebKit/android/WebCoreSupport/
DWebResponse.cpp60 m_httpStatusText = responseHeaders->GetStatusText(); in WebResponse()
/external/chromium/chrome/browser/debugger/
Ddevtools_netlog_observer.cc123 info->http_status_text = response_headers.GetStatusText(); in OnAddURLRequestEntry()
/external/chromium/net/spdy/
Dspdy_proxy_client_socket_unittest.cc230 ASSERT_EQ("Connection Established", response->headers->GetStatusText()); in AssertConnectionEstablished()
458 response->headers->GetStatusText()); in TEST_F()
/external/chromium/webkit/glue/
Dweburlloader_impl.cc249 response->setHTTPStatusText(WebString::fromUTF8(headers->GetStatusText())); in PopulateURLResponse()
/external/chromium/chrome/browser/tab_contents/
Dtab_contents.h288 virtual string16 GetStatusText() const;
/external/chromium/chrome/browser/ui/gtk/download/
Ddownload_item_gtk.cc428 status_text_ = UTF16ToUTF8(download_model_->GetStatusText()); in OnDownloadUpdated()
/external/chromium/chrome/browser/ui/views/download/
Ddownload_item_view.cc384 string16 status_text = model_->GetStatusText(); in OnDownloadUpdated()
/external/chromium/chrome/browser/ui/cocoa/download/
Ddownload_item_cell.mm242 string16 statusText = downloadModel->GetStatusText();
/external/chromium/chrome/browser/ui/
Dbrowser.cc2784 status_bubble->SetStatus(GetSelectedTabContentsWrapper()->GetStatusText()); in TabSelectedAt()
2961 GetSelectedTabContentsWrapper()->GetStatusText()); in LoadingStateChanged()
3916 GetSelectedTabContentsWrapper()->GetStatusText()); in ProcessPendingUIUpdates()