OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AvatarMenuActionsDesktop
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/profiles/
avatar_menu_actions_desktop.h
16
class
AvatarMenuActionsDesktop
: public AvatarMenuActions {
18
AvatarMenuActionsDesktop
();
19
virtual ~
AvatarMenuActionsDesktop
();
35
DISALLOW_COPY_AND_ASSIGN(
AvatarMenuActionsDesktop
);
avatar_menu_actions_desktop.cc
26
AvatarMenuActionsDesktop
::
AvatarMenuActionsDesktop
() {
29
AvatarMenuActionsDesktop
::~
AvatarMenuActionsDesktop
() {
34
return new
AvatarMenuActionsDesktop
();
37
void
AvatarMenuActionsDesktop
::AddNewProfile(ProfileMetrics::ProfileAdd type) {
51
void
AvatarMenuActionsDesktop
::EditProfile(Profile* profile, size_t index) {
63
bool
AvatarMenuActionsDesktop
::ShouldShowAddNewProfileLink() const {
74
bool
AvatarMenuActionsDesktop
::ShouldShowEditProfileLink() const {
82
void
AvatarMenuActionsDesktop
::ActiveBrowserChanged(Browser* browser)
[
all
...]
Completed in 751 milliseconds