HomeSort by relevance Sort by last modified time
    Searched refs:GetStatusText (Results 1 - 25 of 30) sorted by null

1 2

  /external/chromium/chrome/browser/download/
download_item_model.h 29 virtual string16 GetStatusText() = 0;
49 virtual string16 GetStatusText();
67 virtual string16 GetStatusText();
download_item_model.cc 30 string16 DownloadItemModel::GetStatusText() {
111 string16 SavePageModel::GetStatusText() {
  /external/chromium_org/chrome/browser/download/
download_item_model.h 43 base::string16 GetStatusText() const;
download_item_model_unittest.cc 178 UTF16ToUTF8(model().GetStatusText()).c_str());
289 // value of DownloadItemModel::GetStatusText(). The point isn't to lock down
346 UTF16ToUTF8(model().GetStatusText()).c_str());
download_item_model.cc 266 base::string16 DownloadItemModel::GetStatusText() const {
  /external/chromium_org/chrome/browser/ui/tab_contents/
core_tab_helper.h 24 base::string16 GetStatusText() const;
core_tab_helper.cc 51 base::string16 CoreTabHelper::GetStatusText() const {
  /external/chromium/chrome/browser/ui/tab_contents/
tab_contents_wrapper.h 67 string16 GetStatusText() const;
tab_contents_wrapper.cc 156 string16 TabContentsWrapper::GetStatusText() const {
  /external/chromium/net/http/
http_response_headers_unittest.cc     [all...]
http_response_headers.h 132 std::string GetStatusText() const;
http_response_headers.cc 453 std::string HttpResponseHeaders::GetStatusText() const {
    [all...]
  /external/chromium_org/net/http/
http_response_headers_unittest.cc     [all...]
http_response_headers.h 136 std::string GetStatusText() const;
  /external/chromium_org/content/child/npapi/
plugin_url_fetcher.cc 266 headers += info.headers->GetStatusText();
  /external/chromium/chrome/browser/debugger/
devtools_netlog_observer.cc 123 info->http_status_text = response_headers.GetStatusText();
  /external/chromium_org/content/browser/devtools/
devtools_netlog_observer.cc 154 info->http_status_text = response_headers->GetStatusText();
  /external/chromium_org/chrome/browser/ui/
browser.cc     [all...]
  /external/chromium/chrome/browser/tab_contents/
tab_contents.h 288 virtual string16 GetStatusText() const;
    [all...]
  /external/chromium/net/spdy/
spdy_proxy_client_socket_unittest.cc 230 ASSERT_EQ("Connection Established", response->headers->GetStatusText());
458 response->headers->GetStatusText());
    [all...]
  /external/chromium_org/net/spdy/
spdy_proxy_client_socket_unittest.cc 233 ASSERT_EQ("Connection Established", response->headers->GetStatusText());
511 response->headers->GetStatusText());
    [all...]
  /external/chromium/chrome/browser/ui/gtk/download/
download_item_gtk.cc 428 status_text_ = UTF16ToUTF8(download_model_->GetStatusText());
    [all...]
  /external/chromium/chrome/browser/ui/views/download/
download_item_view.cc 384 string16 status_text = model_->GetStatusText();
    [all...]
  /external/chromium/webkit/glue/
weburlloader_impl.cc 249 response->setHTTPStatusText(WebString::fromUTF8(headers->GetStatusText()));
  /external/chromium_org/chrome/browser/ui/gtk/download/
download_item_gtk.cc 372 status_text_ = UTF16ToUTF8(download_model_.GetStatusText());
    [all...]

Completed in 1055 milliseconds

1 2