OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OWNERSHIP_UNKNOWN
(Results
1 - 7
of
7
) sorted by null
/external/chromium/chrome/browser/chromeos/login/
ownership_status_checker.cc
28
if (status != OwnershipService::
OWNERSHIP_UNKNOWN
) {
ownership_service.h
33
OWNERSHIP_UNKNOWN
= 0,
98
// OWNERSHIP_TAKEN (and not
OWNERSHIP_UNKNOWN
), however in this case it may
ownership_service.cc
32
ownership_status_(
OWNERSHIP_UNKNOWN
) {
77
Status status =
OWNERSHIP_UNKNOWN
;
83
if (status !=
OWNERSHIP_UNKNOWN
|| !blocking)
/external/chromium_org/chrome/browser/chromeos/settings/
device_settings_service.cc
154
return
OWNERSHIP_UNKNOWN
;
286
OwnershipStatus ownership_status =
OWNERSHIP_UNKNOWN
;
device_settings_service_unittest.cc
56
ownership_status_(DeviceSettingsService::
OWNERSHIP_UNKNOWN
) {}
277
EXPECT_EQ(DeviceSettingsService::
OWNERSHIP_UNKNOWN
,
331
EXPECT_EQ(DeviceSettingsService::
OWNERSHIP_UNKNOWN
,
374
EXPECT_EQ(DeviceSettingsService::
OWNERSHIP_UNKNOWN
,
419
EXPECT_EQ(DeviceSettingsService::
OWNERSHIP_UNKNOWN
,
device_settings_service.h
81
OWNERSHIP_UNKNOWN
= 0,
169
// Returns the ownership status. May return
OWNERSHIP_UNKNOWN
if the disk
174
// is guaranteed to never return
OWNERSHIP_UNKNOWN
.
/external/chromium_org/chrome/browser/chromeos/policy/
device_local_account_policy_store.cc
168
DCHECK_NE(chromeos::DeviceSettingsService::
OWNERSHIP_UNKNOWN
,
Completed in 517 milliseconds