OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetOwnerEmail
(Results
1 - 10
of
10
) sorted by null
/external/chromium_org/chrome/browser/chromeos/login/
mock_user_manager.cc
35
const std::string& MockUserManager::
GetOwnerEmail
() {
app_launch_signin_screen.cc
37
const std::string& owner_email = user_manager->
GetOwnerEmail
();
fake_user_manager.h
65
virtual const std::string&
GetOwnerEmail
() OVERRIDE;
mock_user_manager.h
93
virtual const std::string&
GetOwnerEmail
() OVERRIDE;
multi_profile_user_controller.cc
95
if (user_manager->
GetOwnerEmail
() == user_email)
user_manager.h
148
virtual const std::string&
GetOwnerEmail
() = 0;
app_launch_controller.cc
260
return !UserManager::Get()->
GetOwnerEmail
().empty();
fake_user_manager.cc
142
const std::string& FakeUserManager::
GetOwnerEmail
() {
user_manager_impl.h
64
virtual const std::string&
GetOwnerEmail
() OVERRIDE;
user_manager_impl.cc
301
const std::string& UserManagerImpl::
GetOwnerEmail
() {
[
all
...]
Completed in 607 milliseconds