OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:localaccount
(Results
1 - 6
of
6
) sorted by null
/external/chromium/chrome/browser/chromeos/login/
google_authenticator.cc
47
const char GoogleAuthenticator::kLocalaccountFile[] = "
localaccount
";
318
VLOG(1) << "Checking
localaccount
";
334
LOG(WARNING) << "Logging in with
localaccount
: " << localaccount_;
408
std::string
localaccount
;
local
411
VLOG(1) << "Looking for
localaccount
in " << localaccount_file.value();
413
ReadFileToString(localaccount_file, &
localaccount
);
414
TrimWhitespaceASCII(
localaccount
, TRIM_TRAILING, &
localaccount
);
415
VLOG(1) << "Loading
localaccount
: " <<
localaccount
;
[
all
...]
parallel_authenticator.cc
46
const char ParallelAuthenticator::kLocalaccountFile[] = "
localaccount
";
166
VLOG(2) << "Checking
localaccount
";
193
// Not the
localaccount
. Fail, passing along cached error info.
295
// In this case, we tried to mount a tmpfs for BWSI or the
localaccount
549
std::string
localaccount
;
local
552
VLOG(2) << "Looking for
localaccount
in " << localaccount_file.value();
554
ReadFileToString(localaccount_file, &
localaccount
);
555
TrimWhitespaceASCII(
localaccount
, TRIM_TRAILING, &
localaccount
);
556
VLOG(1) << "Loading
localaccount
: " << localaccount
[
all
...]
parallel_authenticator.h
43
// to the "
localaccount
" in the event that authentication fails.
73
LOCAL_LOGIN, // Login with
localaccount
succeded.
207
// the browser executable for a "
localaccount
" name, and retrieves it
236
// Milliseconds until we re-check whether we've gotten the
localaccount
name.
google_authenticator_unittest.cc
495
//
localaccount
name off disk and trying to authenticate against it
508
// Manually prep for login, so that
localaccount
isn't set for us.
513
// First, force a check of username_ against the
localaccount
-- which we
522
// yet have the
localaccount
loaded off disk.
524
// Now, cause the FILE thread to go load the
localaccount
off disk.
604
// For when |auth| tries to load the
localaccount
file.
644
// For when |auth| tries to load the
localaccount
file.
693
// This time, instead of allowing |auth| to go get the
localaccount
file
google_authenticator.h
118
// the browser executable for a "
localaccount
" name, and retrieves it
182
// Milliseconds until we re-check whether we've gotten the
localaccount
name.
parallel_authenticator_unittest.cc
677
// Deal with getting the
localaccount
file
718
// Deal with getting the
localaccount
file
Completed in 318 milliseconds