Home
last modified time | relevance | path

Searched refs:trust_obj_sign (Results 1 – 1 of 1) sorted by relevance

/external/chromium/chrome/browser/ui/webui/options/
Dcertificate_manager_handler.cc483 bool trust_obj_sign = false; in EditCATrust() local
486 fail |= !CallbackArgsToBool(args, 3, &trust_obj_sign); in EditCATrust()
498 trust_obj_sign * net::CertDatabase::TRUSTED_OBJ_SIGN); in EditCATrust()
823 bool trust_obj_sign = false; in ImportCATrustSelected() local
826 fail |= !CallbackArgsToBool(args, 2, &trust_obj_sign); in ImportCATrustSelected()
839 trust_obj_sign * net::CertDatabase::TRUSTED_OBJ_SIGN, in ImportCATrustSelected()