Searched defs:ownership_status (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/policy/
H A Ddevice_local_account_policy_store.cc137 chromeos::DeviceSettingsService::OwnershipStatus ownership_status) {
139 ownership_status);
133 Validate( bool valid_timestamp_required, scoped_ptr<em::PolicyFetchResponse> policy_response, const UserCloudPolicyValidator::CompletionCallback& callback, chromeos::DeviceSettingsService::OwnershipStatus ownership_status) argument
/external/chromium_org/chrome/browser/chromeos/settings/
H A Ddevice_settings_service_unittest.cc47 DeviceSettingsService::OwnershipStatus ownership_status) {
48 ownership_status_ = ownership_status;
46 SetOwnershipStatus( DeviceSettingsService::OwnershipStatus ownership_status) argument
H A Ddevice_settings_service.cc351 OwnershipStatus ownership_status = OWNERSHIP_UNKNOWN; local
354 ownership_status = new_key->is_loaded() ? OWNERSHIP_TAKEN : OWNERSHIP_NONE;
404 iter->Run(ownership_status);
/external/chromium_org/chrome/browser/chromeos/login/screens/
H A Derror_screen.cc150 DeviceSettingsService::OwnershipStatus ownership_status) {
157 ownership_status));
164 if (ownership_status == DeviceSettingsService::OWNERSHIP_NONE)
149 StartGuestSessionAfterOwnershipCheck( DeviceSettingsService::OwnershipStatus ownership_status) argument
/external/chromium_org/chrome/browser/chromeos/login/
H A Dexisting_user_controller.cc390 DeviceSettingsService::OwnershipStatus ownership_status) {
394 ownership_status == DeviceSettingsService::OWNERSHIP_NONE) {
388 CompleteLoginInternal( const UserContext& user_context, DeviceSettingsService::OwnershipStatus ownership_status) argument

Completed in 1933 milliseconds