OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:UserAccountsDelegateChromeOS
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/ui/ash/
user_accounts_delegate_chromeos.h
17
class
UserAccountsDelegateChromeOS
: public ash::tray::UserAccountsDelegate,
20
explicit
UserAccountsDelegateChromeOS
(Profile* user_profile);
21
virtual ~
UserAccountsDelegateChromeOS
();
38
DISALLOW_COPY_AND_ASSIGN(
UserAccountsDelegateChromeOS
);
user_accounts_delegate_chromeos.cc
23
UserAccountsDelegateChromeOS
::
UserAccountsDelegateChromeOS
(
30
UserAccountsDelegateChromeOS
::~
UserAccountsDelegateChromeOS
() {
35
std::string
UserAccountsDelegateChromeOS
::GetPrimaryAccountId() {
41
UserAccountsDelegateChromeOS
::GetSecondaryAccountIds() {
55
std::string
UserAccountsDelegateChromeOS
::GetAccountDisplayName(
65
void
UserAccountsDelegateChromeOS
::DeleteAccount(
73
void
UserAccountsDelegateChromeOS
::LaunchAddAccountDialog() {
77
void
UserAccountsDelegateChromeOS
::OnRefreshTokenAvailable
[
all
...]
Completed in 32 milliseconds