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 - 7
of
7
) sorted by null
/external/chromium_org/chrome/browser/chromeos/policy/
auto_enrollment_client_unittest.cc
148
EXPECT_FALSE(client_->
should_auto_enroll
());
156
EXPECT_FALSE(client_->
should_auto_enroll
());
164
EXPECT_FALSE(client_->
should_auto_enroll
());
179
EXPECT_FALSE(client_->
should_auto_enroll
());
189
EXPECT_FALSE(client_->
should_auto_enroll
());
199
EXPECT_TRUE(client_->
should_auto_enroll
());
209
EXPECT_TRUE(client_->
should_auto_enroll
());
219
EXPECT_FALSE(client_->
should_auto_enroll
());
227
EXPECT_FALSE(client_->
should_auto_enroll
());
237
EXPECT_FALSE(client_->
should_auto_enroll
());
[
all
...]
auto_enrollment_client.h
83
bool
should_auto_enroll
() const { return should_auto_enroll_; }
function in class:policy::AutoEnrollmentClient
auto_enrollment_client.cc
239
bool
should_auto_enroll
= false;
local
244
!should_enroll_pref->GetValue()->GetAsBoolean(&
should_auto_enroll
) ||
252
should_auto_enroll_ =
should_auto_enroll
;
341
VLOG(1) << "Auto enrollment complete,
should_auto_enroll
= "
/external/chromium_org/chrome/browser/chromeos/login/
login_display_host_impl.h
176
void NotifyAutoEnrollmentCheckResult(bool
should_auto_enroll
);
login_display_host_impl.cc
480
auto_enrollment_client_->
should_auto_enroll
());
[
all
...]
/external/chromium_org/chrome/browser/ui/webui/chromeos/login/
signin_screen_handler.h
424
// |
should_auto_enroll
| is false.
425
void ContinueKioskEnableFlow(bool
should_auto_enroll
);
signin_screen_handler.cc
[
all
...]
Completed in 210 milliseconds