Searched refs:error_msg_id (Results 1 – 5 of 5) sorted by relevance
192 void ViewsLoginDisplay::ShowError(int error_msg_id, in ShowError() argument197 error_msg_id_ = error_msg_id; in ShowError()201 if (error_msg_id == IDS_LOGIN_ERROR_AUTHENTICATING_HOSTED) { in ShowError()203 error_msg_id, l10n_util::GetStringUTF16(IDS_PRODUCT_OS_NAME)); in ShowError()204 } else if (error_msg_id == IDS_LOGIN_ERROR_CAPTIVE_PORTAL) { in ShowError()206 error_msg_id, delegate()->GetConnectedNetworkName()); in ShowError()208 error_text = l10n_util::GetStringUTF16(error_msg_id); in ShowError()223 if (error_msg_id == IDS_LOGIN_ERROR_CAPTIVE_PORTAL) { in ShowError()225 } else if (error_msg_id == IDS_LOGIN_ERROR_CAPTIVE_PORTAL_NO_GUEST_MODE) { in ShowError()227 } else if (error_msg_id == IDS_LOGIN_ERROR_AUTHENTICATING_HOSTED || in ShowError()
61 virtual void ShowError(int error_msg_id,
81 void DOMLoginDisplay::ShowError(int error_msg_id, in ShowError() argument
92 virtual void ShowError(int error_msg_id,
47 virtual void ShowError(int error_msg_id,