Home | History | Annotate | Download | only in policy

Lines Matching refs:code

2 // Use of this source code is governed by a BSD-style license that can be
49 chromeos::SignedSettings::ReturnCode code) OVERRIDE {
50 if (code != chromeos::SignedSettings::SUCCESS) {
51 callback_->Run(code);
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) {