OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RestoreAuthenticationSession
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/chrome/browser/chromeos/login/
fake_login_utils.h
35
virtual void
RestoreAuthenticationSession
(Profile* profile) OVERRIDE;
login_utils.h
103
virtual void
RestoreAuthenticationSession
(Profile* profile) = 0;
mock_login_utils.h
42
MOCK_METHOD1(
RestoreAuthenticationSession
, void(Profile*));
test_login_utils.h
45
virtual void
RestoreAuthenticationSession
(Profile* profile) OVERRIDE {}
fake_login_utils.cc
114
void FakeLoginUtils::
RestoreAuthenticationSession
(Profile* profile) {
login_utils.cc
135
virtual void
RestoreAuthenticationSession
(Profile* profile) OVERRIDE;
719
void LoginUtilsImpl::
RestoreAuthenticationSession
(Profile* user_profile) {
[
all
...]
user_manager_impl.cc
[
all
...]
/external/chromium_org/chrome/browser/chromeos/
chrome_browser_main_chromeos.cc
233
LoginUtils::Get()->
RestoreAuthenticationSession
(profile);
Completed in 209 milliseconds