OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:should_auto_enroll_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/chromeos/policy/
auto_enrollment_client.h
83
bool should_auto_enroll() const { return
should_auto_enroll_
; }
126
bool
should_auto_enroll_
;
member in class:policy::AutoEnrollmentClient
auto_enrollment_client.cc
98
should_auto_enroll_
(false),
180
should_auto_enroll_
= false;
185
<<
should_auto_enroll_
;
252
should_auto_enroll_
= should_auto_enroll;
335
should_auto_enroll_
= IsSerialInProtobuf(enrollment_response.hash());
338
local_state_->SetBoolean(prefs::kShouldAutoEnroll,
should_auto_enroll_
);
342
<<
should_auto_enroll_
;
Completed in 138 milliseconds