OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AutoEnrollmentClient
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/chrome/browser/chromeos/policy/
auto_enrollment_client.cc
46
for (int i = 0; i <=
AutoEnrollmentClient
::kMaximumPower; ++i) {
51
return
AutoEnrollmentClient
::kMaximumPower + 1;
86
AutoEnrollmentClient
::
AutoEnrollmentClient
(
118
AutoEnrollmentClient
::~
AutoEnrollmentClient
() {
123
void
AutoEnrollmentClient
::RegisterPrefs(PrefRegistrySimple* registry) {
129
void
AutoEnrollmentClient
::CancelAutoEnrollment() {
136
void
AutoEnrollmentClient
::Start() {
152
void
AutoEnrollmentClient
::Retry()
[
all
...]
auto_enrollment_client.h
54
class
AutoEnrollmentClient
70
AutoEnrollmentClient
(
79
virtual ~
AutoEnrollmentClient
();
116
typedef bool (
AutoEnrollmentClient
::*RequestCompletionHandler)(
222
DISALLOW_COPY_AND_ASSIGN(
AutoEnrollmentClient
);
auto_enrollment_client_unittest.cc
70
client_.reset(new
AutoEnrollmentClient
(
159
scoped_ptr<
AutoEnrollmentClient
> client_;
350
AutoEnrollmentClient
::CancelAutoEnrollment();
428
AutoEnrollmentClient
* client = client_.release();
/external/chromium_org/chrome/browser/chromeos/login/enrollment/
auto_enrollment_controller.cc
42
if (int_value > policy::
AutoEnrollmentClient
::kMaximumPower) {
44
<< policy::
AutoEnrollmentClient
::kMaximumPower << ". Using "
45
<< policy::
AutoEnrollmentClient
::kMaximumPower;
46
return policy::
AutoEnrollmentClient
::kMaximumPower;
194
client_.reset(new policy::
AutoEnrollmentClient
(
auto_enrollment_controller.h
24
// Drives the auto-enrollment check, running an
AutoEnrollmentClient
if
86
scoped_ptr<policy::
AutoEnrollmentClient
> client_;
enrollment_screen.cc
238
policy::
AutoEnrollmentClient
::CancelAutoEnrollment();
/external/chromium_org/chrome/browser/prefs/
browser_prefs.cc
337
policy::
AutoEnrollmentClient
::RegisterPrefs(registry);
Completed in 378 milliseconds