Searched defs:status_text (Results 1 - 10 of 10) sorted by relevance

/external/chromium/chrome/browser/download/
H A Ddownload_item_model.cc55 string16 status_text; local
60 status_text =
63 status_text = l10n_util::GetStringFUTF16(IDS_DOWNLOAD_STATUS_OPEN_IN,
69 status_text = (size == 0) ?
73 status_text = l10n_util::GetStringFUTF16(
80 status_text.clear();
83 status_text = l10n_util::GetStringUTF16(IDS_DOWNLOAD_STATUS_CANCELED);
88 status_text = l10n_util::GetStringFUTF16(IDS_DOWNLOAD_STATUS_INTERRUPTED,
96 return status_text;
115 string16 status_text; local
[all...]
/external/webkit/Tools/QueueStatusServer/handlers/
H A Drecentstatus.py75 def status_text(self): member in class:QueueBubble
/external/chromium/net/ftp/
H A Dftp_ctrl_response_buffer.h64 std::string status_text; member in struct:net::FtpCtrlResponseBuffer::ParsedLine
/external/chromium/chrome/browser/ui/gtk/
H A Dstatus_bubble_gtk.cc62 std::string status_text = UTF16ToUTF8(status_text_wide); local
63 if (status_text_ == status_text)
66 status_text_ = status_text;
/external/chromium/chrome/browser/chromeos/login/
H A Dbackground_view.cc493 std::string status_text; local
499 status_text = l10n_util::GetStringUTF8(
505 status_text = l10n_util::GetStringUTF8(
509 status_text = l10n_util::GetStringUTF8(
518 SetEnterpriseInfo(policy_connector->GetEnterpriseDomain(), status_text);
522 const std::string& status_text) {
524 status_text != enterprise_status_text_) {
526 enterprise_status_text_ = status_text;
521 SetEnterpriseInfo(const std::string& domain_name, const std::string& status_text) argument
/external/tcpdump/
H A Dprint-802_11.c101 static const char *status_text[] = { variable
124 #define NUM_STATUSES (sizeof status_text / sizeof status_text[0])
370 ? status_text[pbody.status_code]
508 ? status_text[pbody.status_code]
519 ? status_text[pbody.status_code]
/external/chromium/chrome/browser/ui/gtk/download/
H A Ddownload_item_gtk.cc569 void DownloadItemGtk::UpdateStatusLabel(const std::string& status_text) { argument
596 gtk_label_set_text(GTK_LABEL(status_label_), status_text.c_str());
/external/chromium/chrome/browser/ui/views/download/
H A Ddownload_item_view.cc384 string16 status_text = model_->GetStatusText(); local
395 if (status_text.empty())
410 if (status_text.empty())
426 status_text_ = UTF16ToWideHack(status_text);
/external/chromium/chrome/browser/ui/views/
H A Dstatus_bubble_views.cc603 void StatusBubbleViews::SetStatus(const string16& status_text) { argument
607 if (status_text_ == status_text && !status_text.empty())
614 status_text_ = status_text;
616 view_->SetText(status_text, true);
/external/chromium/net/http/
H A Dhttp_response_headers.cc455 // <http_version> SP <response_code> SP <status_text>
456 std::string status_text = GetStatusLine(); local
457 std::string::const_iterator begin = status_text.begin();
458 std::string::const_iterator end = status_text.end();

Completed in 255 milliseconds