OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:editprofile
(Results
1 - 21
of
21
) sorted by null
/external/chromium_org/chrome/browser/chromeos/profiles/
avatar_menu_actions_chromeos.h
24
virtual void
EditProfile
(Profile* profile, size_t index) OVERRIDE;
avatar_menu_actions_chromeos.cc
34
void AvatarMenuActionsChromeOS::
EditProfile
(Profile* profile, size_t index) {
/external/chromium_org/chrome/browser/profiles/
avatar_menu_actions_desktop.h
23
virtual void
EditProfile
(Profile* profile, size_t index) OVERRIDE;
avatar_menu_actions_desktop.cc
39
// and
EditProfile
actions.
51
void AvatarMenuActionsDesktop::
EditProfile
(Profile* profile, size_t index) {
avatar_menu_actions.h
26
virtual void
EditProfile
(Profile* profile, size_t index) = 0;
avatar_menu.cc
146
void AvatarMenu::
EditProfile
(size_t index) {
153
menu_actions_->
EditProfile
(profile, profile_index);
avatar_menu.h
104
void
EditProfile
(size_t index);
/external/chromium_org/chrome/browser/ui/cocoa/browser/
avatar_menu_bubble_controller.h
44
- (IBAction)
editProfile
:(id)sender;
94
- (IBAction)
editProfile
:(id)sender;
avatar_menu_bubble_controller.mm
98
- (IBAction)
editProfile
:(id)sender {
99
menu_->
EditProfile
([sender menuIndex]);
506
- (IBAction)
editProfile
:(id)sender {
507
[controller_
editProfile
:self];
/external/chromium_org/chrome/browser/ui/cocoa/
profile_menu_controller.h
41
- (IBAction)
editProfile
:(id)sender;
profile_menu_controller.mm
96
- (IBAction)
editProfile
:(id)sender {
97
menu_->
EditProfile
(menu_->GetActiveProfileIndex());
147
[menuItem action] != @selector(
editProfile
:);
184
action:@selector(
editProfile
:)];
profile_menu_controller_unittest.mm
51
EXPECT_EQ(@selector(
editProfile
:), [item action]);
/external/chromium_org/chrome/browser/ui/gtk/
avatar_menu_bubble_gtk.h
45
virtual void
EditProfile
(size_t profile_index) OVERRIDE;
avatar_menu_bubble_gtk.cc
100
void AvatarMenuBubbleGtk::
EditProfile
(size_t profile_index) {
103
avatar_menu_->
EditProfile
(profile_index);
avatar_menu_item_gtk.h
31
virtual void
EditProfile
(size_t profile_index) = 0;
avatar_menu_item_gtk.cc
80
delegate_->
EditProfile
(item_index_);
159
delegate_->
EditProfile
(item_index_);
/packages/apps/Settings/src/com/android/settings/users/
UserSettings.java
722
Intent
editProfile
;
724
editProfile
= new Intent(Intent.ACTION_INSERT, Contacts.CONTENT_URI);
726
editProfile
.putExtra("newLocalProfile", true);
728
editProfile
= new Intent(Intent.ACTION_EDIT, ContactsContract.Profile.CONTENT_URI);
732
editProfile
.putExtra("finishActivityOnSaveCompleted", true);
738
startActivity(
editProfile
);
/external/chromium_org/chrome/app/nibs/
AvatarMenuItem.xib
259
<string key="label">
editProfile
:</string>
488
<string>
editProfile
:</string>
501
<string>
editProfile
:</string>
507
<string key="name">
editProfile
:</string>
/external/libvpx/libvpx/examples/includes/geshi/geshi/
lotusformulas.php
144
'[EditQuoteSelection]', '[EditProfileDocument]', '[
EditProfile
]',
/external/chromium_org/chrome/browser/ui/views/
avatar_menu_bubble_view.cc
693
avatar_menu_->
EditProfile
(i);
profile_chooser_view.cc
541
avatar_menu_->
EditProfile
(avatar_menu_->GetActiveProfileIndex());
Completed in 226 milliseconds