OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:addbuttonwithtitle
(Results
1 - 18
of
18
) sorted by null
/external/chromium_org/chrome/browser/ui/cocoa/
simple_message_box_mac.mm
32
[alert
addButtonWithTitle
:
34
[alert
addButtonWithTitle
:
37
[alert
addButtonWithTitle
:l10n_util::GetNSString(IDS_OK)];
restart_browser.mm
71
[alert
addButtonWithTitle
:restartButton];
72
[alert
addButtonWithTitle
:notNowButton];
tab_modal_confirm_dialog_mac.mm
74
[alert_
addButtonWithTitle
:
79
[alert_
addButtonWithTitle
:
external_protocol_dialog.mm
65
NSButton* allowButton = [alert_
addButtonWithTitle
:
68
[alert_
addButtonWithTitle
:
pdf_password_dialog.mm
86
[alert_
addButtonWithTitle
:l10n_util::GetNSString(IDS_OK)
90
[alert_
addButtonWithTitle
:l10n_util::GetNSString(IDS_CANCEL)
javascript_app_modal_dialog_cocoa.mm
291
[GetAlert()
addButtonWithTitle
:default_button];
293
NSButton* other = [GetAlert()
addButtonWithTitle
:other_button];
/external/chromium_org/chrome/browser/ui/cocoa/constrained_window/
constrained_window_alert_unittest.mm
40
[alert
addButtonWithTitle
:@"OK" keyEquivalent:@"" target:nil action:NULL];
41
[alert
addButtonWithTitle
:@"Cancel" keyEquivalent:@"" target:nil action:NULL];
59
[alert
addButtonWithTitle
:@"OK" keyEquivalent:@"" target:nil action:NULL];
60
[alert
addButtonWithTitle
:@"Cancel" keyEquivalent:@"" target:nil action:NULL];
constrained_window_alert.h
39
- (void)
addButtonWithTitle
:(NSString*)title
constrained_window_alert.mm
130
- (void)
addButtonWithTitle
:(NSString*)title
/external/chromium_org/chrome/browser/ui/cocoa/importer/
import_lock_dialog_cocoa.mm
24
[lock_alert
addButtonWithTitle
:l10n_util::GetNSStringWithFixup(
26
[lock_alert
addButtonWithTitle
:l10n_util::GetNSStringWithFixup(
/external/chromium_org/chrome/browser/ui/cocoa/extensions/
extension_uninstall_dialog_cocoa.mm
46
NSButton* continueButton = [alert
addButtonWithTitle
:l10n_util::GetNSString(
48
NSButton* cancelButton = [alert
addButtonWithTitle
:l10n_util::GetNSString(
media_galleries_dialog_cocoa.mm
76
[alert_
addButtonWithTitle
:
81
[alert_
addButtonWithTitle
:
88
[alert_
addButtonWithTitle
:base::SysUTF16ToNSString(auxiliaryButtonLabel)
/external/chromium_org/content/shell/browser/
shell_login_dialog_mac.mm
99
[alert
addButtonWithTitle
:@"OK"];
100
NSButton* other = [alert
addButtonWithTitle
:@"Cancel"];
shell_javascript_dialog_mac.mm
114
[alert
addButtonWithTitle
:@"OK"];
116
NSButton* other = [alert
addButtonWithTitle
:@"Cancel"];
/external/chromium_org/remoting/host/
continue_window_mac.mm
118
[continue_alert_
addButtonWithTitle
:l10n_util::GetNSString(
124
[continue_alert_
addButtonWithTitle
:l10n_util::GetNSString(
/external/chromium_org/chrome/browser/mac/
install_from_dmg.mm
260
[alert
addButtonWithTitle
:yes];
261
NSButton* cancel_button = [alert
addButtonWithTitle
:no];
395
[alert
addButtonWithTitle
:ok];
/external/chromium_org/remoting/host/mac/
me2me_preference_pane.mm
706
[alert
addButtonWithTitle
:@"OK"];
707
NSButton* cancel_button = [alert
addButtonWithTitle
:@"Cancel"];
/external/chromium_org/chrome/browser/web_applications/
web_app_mac.mm
[
all
...]
Completed in 346 milliseconds