HomeSort by relevance Sort by last modified time
    Searched refs:status_text (Results 26 - 47 of 47) sorted by null

12

  /external/chromium/chrome/browser/ui/gtk/download/
download_item_gtk.h 98 void UpdateStatusLabel(const std::string& status_text);
download_item_gtk.cc 569 void DownloadItemGtk::UpdateStatusLabel(const std::string& status_text) {
596 gtk_label_set_text(GTK_LABEL(status_label_), status_text.c_str());
    [all...]
  /external/chromium_org/chrome/browser/ui/gtk/download/
download_item_gtk.h 96 void UpdateStatusLabel(const std::string& status_text);
download_item_gtk.cc 520 void DownloadItemGtk::UpdateStatusLabel(const std::string& status_text) {
527 // If |status_text| is empty, only |name_label_| is displayed at the
531 if (status_text.empty()) {
573 gtk_label_set_text(GTK_LABEL(status_label_), status_text.c_str());
    [all...]
  /external/chromium_org/chrome_frame/
bind_status_callback_impl.h 63 LPCWSTR status_text);
urlmon_url_request.cc 277 ULONG status_code, LPCWSTR status_text) {
295 if (status_text) {
296 socket_address_.set_host(WideToUTF8(status_text));
309 if (GURL(status_text) != previously_redirected) {
311 << " to " << status_text;
315 status_.SetRedirected(http_code, WideToUTF8(status_text));
354 status_text);
    [all...]
http_negotiate.cc 65 ULONG status_code, LPCWSTR status_text) {
urlmon_url_request_private.h 81 ULONG status_code, LPCWSTR status_text);
  /external/chromium/chrome/browser/ui/views/
status_bubble_views.cc 603 void StatusBubbleViews::SetStatus(const string16& status_text) {
607 if (status_text_ == status_text && !status_text.empty())
614 status_text_ = status_text;
616 view_->SetText(status_text, true);
  /external/chromium_org/android_webview/browser/net/
android_stream_reader_url_request_job.cc 297 const std::string& status_text) {
301 status.append(status_text);
  /external/tcpdump/
print-802_11.c 101 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_org/chrome/browser/ui/views/
status_bubble_views.cc 617 void StatusBubbleViews::SetStatus(const string16& status_text) {
621 if (status_text_ == status_text && !status_text.empty())
628 status_text_ = status_text;
630 view_->SetText(status_text, true);
  /external/chromium/chrome/browser/ui/views/download/
download_item_view.cc 384 string16 status_text = model_->GetStatusText(); local
395 if (status_text.empty())
410 if (status_text.empty())
426 status_text_ = UTF16ToWideHack(status_text);
    [all...]
  /packages/providers/DownloadProvider/ui/src/com/android/providers/downloads/ui/
DownloadAdapter.java 118 setTextForView(convertView, R.id.status_text, statusText);
  /packages/services/Telephony/src/com/android/phone/
IccNetworkDepersonalizationPanel.java 149 mStatusText = (TextView) findViewById(R.id.status_text);
  /development/samples/WiFiDirectServiceDiscovery/src/com/example/android/wifidirect/discovery/
WiFiServiceDiscoveryActivity.java 88 statusTxtView = (TextView) findViewById(R.id.status_text);
  /external/chromium/net/http/
http_response_headers.cc 455 // <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();
    [all...]
  /external/chromium_org/net/http/
http_response_headers.cc 510 // <http_version> SP <response_code> SP <status_text>
511 std::string status_text = GetStatusLine(); local
512 std::string::const_iterator begin = status_text.begin();
513 std::string::const_iterator end = status_text.end();
    [all...]
  /external/chromium_org/chrome/browser/ui/views/download/
download_item_view.cc 261 string16 status_text = model_.GetStatusText(); local
299 status_text_ = status_text;
    [all...]
  /external/chromium_org/chrome/browser/ui/views/website_settings/
website_settings_popup_view.cc 120 // Sets the |status_text| for the identity check of this site and the
122 void SetIdentityStatus(const string16& status_text, SkColor text_color);
  /frameworks/base/tests/StatusBar/src/com/android/statusbartest/
NotificationTestList.java 332 v.setTextViewText(R.id.status_text, "Progress: " + x + "%");
    [all...]
  /external/chromium_org/ppapi/proxy/
ppapi_messages.h 312 IPC_STRUCT_TRAITS_MEMBER(status_text)
    [all...]

Completed in 3940 milliseconds

12