HomeSort by relevance Sort by last modified time
    Searched defs:SignedSettings (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/chromeos/login/
signed_settings.h 27 // subclass of SignedSettings by calling one of the create
42 class SignedSettings : public base::RefCountedThreadSafe<SignedSettings>,
60 SignedSettings();
61 virtual ~SignedSettings();
65 static SignedSettings* CreateCheckWhitelistOp(
67 SignedSettings::Delegate<bool>* d);
69 static SignedSettings* CreateWhitelistOp(const std::string& email,
71 SignedSettings::Delegate<bool>* d);
75 static SignedSettings* CreateStorePropertyOp
    [all...]
signed_settings.cc 29 const char SignedSettings::kDevicePolicyType[] = "google/chromeos/device";
31 SignedSettings::Relay::Relay(SignedSettings* s) : settings_(s) {
34 SignedSettings::Relay::~Relay() {}
36 void SignedSettings::Relay::OnSettingsOpCompleted(
37 SignedSettings::ReturnCode code,
39 if (code == SignedSettings::SUCCESS) {
46 SignedSettings::SignedSettings()
52 SignedSettings::~SignedSettings() {
    [all...]

Completed in 102 milliseconds