Home | History | Annotate | Download | only in policy

Lines Matching refs:SignedSettings

33   typedef Callback1<chromeos::SignedSettings::ReturnCode>::Type Callback;
49 chromeos::SignedSettings::ReturnCode code) OVERRIDE {
50 if (code != chromeos::SignedSettings::SUCCESS) {
67 callback_->Run(chromeos::SignedSettings::SUCCESS);
76 callback_->Run(chromeos::SignedSettings::SUCCESS);
185 chromeos::SignedSettings::ReturnCode code,
190 if (code == chromeos::SignedSettings::NOT_FOUND ||
191 code == chromeos::SignedSettings::KEY_UNAVAILABLE ||
225 if (code != chromeos::SignedSettings::SUCCESS) {
226 if (code == chromeos::SignedSettings::BAD_SIGNATURE) {
252 chromeos::SignedSettings::ReturnCode code) {
254 if (code != chromeos::SignedSettings::SUCCESS) {
255 if (code == chromeos::SignedSettings::BAD_SIGNATURE) {