HomeSort by relevance Sort by last modified time
    Searched refs:status_label (Results 1 - 4 of 4) sorted by null

  /external/chromium/chrome/browser/sync/
sync_ui_util.cc 36 ProfileSyncService* service, string16* status_label,
46 status_label->assign(
49 status_label->assign(
53 status_label->assign(
59 status_label->assign(
65 status_label->assign(l10n_util::GetStringUTF16(IDS_SYNC_ERROR_SIGNING_IN));
89 // status_label and link_label must either be both NULL or both non-NULL.
91 string16* status_label,
93 DCHECK_EQ(status_label == NULL, link_label == NULL);
109 if (status_label) {
    [all...]
sync_ui_util.h 38 string16* status_label,
43 string16* status_label,
  /external/chromium/chrome/browser/ui/webui/options/
personal_options_handler.cc 237 string16 status_label; local
244 &status_label, &link_label) == sync_ui_util::SYNC_ERROR;
277 scoped_ptr<Value> label(Value::CreateStringValue(status_label));
  /packages/apps/Mms/src/com/android/mms/ui/
DeliveryReportActivity.java 185 getString(R.string.status_label) +
266 String statusText = getString(R.string.status_label) +

Completed in 679 milliseconds