Searched refs:status_label (Results 1 - 3 of 3) sorted by relevance

/external/chromium/chrome/browser/sync/
H A Dsync_ui_util.cc36 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) {
35 GetStatusLabelsForAuthError(const AuthError& auth_error, ProfileSyncService* service, string16* status_label, string16* link_label) argument
90 GetStatusInfo(ProfileSyncService* service, string16* status_label, string16* link_label) argument
184 GetStatusInfoForNewTabPage(ProfileSyncService* service, string16* status_label, string16* link_label) argument
221 GetStatusLabels(ProfileSyncService* service, string16* status_label, string16* link_label) argument
229 GetStatusLabelsForNewTabPage(ProfileSyncService* service, string16* status_label, string16* link_label) argument
[all...]
H A Dsync_ui_util.h38 string16* status_label,
43 string16* status_label,
/external/chromium/chrome/browser/ui/webui/options/
H A Dpersonal_options_handler.cc237 string16 status_label; local
244 &status_label, &link_label) == sync_ui_util::SYNC_ERROR;
277 scoped_ptr<Value> label(Value::CreateStringValue(status_label));

Completed in 217 milliseconds