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

/external/chromium/chrome/browser/sync/
H A Dsync_ui_util.cc37 string16* link_label) {
38 if (link_label)
39 link_label->assign(l10n_util::GetStringUTF16(IDS_SYNC_RELOGIN_LINK_LABEL));
62 if (link_label)
63 link_label->clear();
89 // status_label and link_label must either be both NULL or both non-NULL.
92 string16* link_label) {
93 DCHECK_EQ(status_label == NULL, link_label == NULL);
125 if (status_label && link_label) {
127 link_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.h39 string16* link_label);
44 string16* link_label);
/external/chromium/chrome/browser/ui/webui/options/
H A Dpersonal_options_handler.cc238 string16 link_label; local
244 &status_label, &link_label) == sync_ui_util::SYNC_ERROR;
294 label.reset(Value::CreateStringValue(link_label));

Completed in 58 milliseconds