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

  /external/chromium/chrome/common/net/
x509_certificate_model_openssl.cc 90 const std::string& alternative_text) {
95 return AlternativeWhenEmpty(hex_string, alternative_text);
100 const std::string& alternative_text) {
104 return AlternativeWhenEmpty(ret, alternative_text);
109 const std::string& alternative_text) {
113 return AlternativeWhenEmpty(ret, alternative_text);
118 const std::string& alternative_text) {
122 return AlternativeWhenEmpty(ret, alternative_text);
127 const std::string& alternative_text) {
131 return AlternativeWhenEmpty(ret, alternative_text);
    [all...]
x509_certificate_model_nss.cc 30 std::string Stringize(char* nss_text, const std::string& alternative_text) {
32 return alternative_text;
161 const string& alternative_text) {
163 alternative_text);
167 const string& alternative_text) {
168 return Stringize(CERT_GetCommonName(&cert_handle->issuer), alternative_text);
172 const string& alternative_text) {
173 return Stringize(CERT_GetOrgName(&cert_handle->issuer), alternative_text);
177 const string& alternative_text) {
178 return Stringize(CERT_GetOrgUnitName(&cert_handle->issuer), alternative_text);
    [all...]
x509_certificate_model.h 41 const std::string& alternative_text);
45 const std::string& alternative_text);
49 const std::string& alternative_text);
53 const std::string& alternative_text);
57 const std::string& alternative_text);
61 const std::string& alternative_text);
65 const std::string& alternative_text);
  /external/chromium/chrome/browser/ui/gtk/
certificate_viewer.cc 218 const std::string alternative_text = local
226 cert, alternative_text)));
230 cert, alternative_text));
234 cert, alternative_text));
238 cert, alternative_text));
248 cert, alternative_text)));
252 cert, alternative_text));
256 cert, alternative_text));
268 issued_str = alternative_text;
269 expires_str = alternative_text;
    [all...]

Completed in 88 milliseconds