Home
last modified time | relevance | path

Searched refs:NSAlert (Results 1 – 17 of 17) sorted by relevance

/external/chromium/chrome/browser/ui/cocoa/
Drestart_browser.mm20 NSAlert* alert_;
22 - (NSAlert*)alert;
23 - (void)alertDidEnd:(NSAlert*)alert
30 - (NSAlert*)alert { argument
31 alert_ = [[NSAlert alloc] init];
40 - (void)alertDidEnd:(NSAlert*)alert
73 NSAlert* alert = [helper alert];
Drepost_form_warning_mac.mm12 // The delegate of the NSAlert used to display the dialog. Forwards the alert's
18 - (void)alertDidEnd:(NSAlert*)alert
31 - (void)alertDidEnd:(NSAlert*)alert argument
57 scoped_nsobject<NSAlert> alert([[NSAlert alloc] init]);
73 NSWindow* window = [(NSAlert*)sheet() window];
Djs_modal_dialog_cocoa.h16 @class NSAlert;
19 class NSAlert; variable
42 NSAlert* alert_; // weak, owned by |helper_|.
Djs_modal_dialog_cocoa.mm23 NSAlert* alert_;
27 - (NSAlert*)alert;
29 - (void)alertDidEnd:(NSAlert *)alert
37 - (NSAlert*)alert { argument
38 alert_ = [[NSAlert alloc] init];
57 - (void)alertDidEnd:(NSAlert*)alert
194 DCHECK([alert_ isKindOfClass:[NSAlert class]]);
Dexternal_protocol_dialog.mm31 - (void)alertEnded:(NSAlert *)alert
51 alert_ = [[NSAlert alloc] init];
103 - (void)alertEnded:(NSAlert *)alert
Dexternal_protocol_dialog.h12 NSAlert* alert_;
/external/chromium/chrome/browser/ui/cocoa/importer/
Dimport_lock_dialog_cocoa.mm20 scoped_nsobject<NSAlert> lock_alert([[NSAlert alloc] init]);
/external/chromium/chrome/browser/ui/cocoa/extensions/
Dextension_uninstall_dialog_cocoa.mm26 NSAlert* alert = [[[NSAlert alloc] init] autorelease];
/external/chromium/chrome/browser/
Dplatform_util_mac.mm159 NSAlert* alert = [[[NSAlert alloc] init] autorelease];
170 NSAlert* alert = [[[NSAlert alloc] init] autorelease];
/external/webkit/Tools/MiniBrowser/mac/
DBrowserWindowController.m405 NSAlert* alert = [[NSAlert alloc] init];
426 NSAlert* alert = [[NSAlert alloc] init];
450 NSAlert* alert = [[NSAlert alloc] init];
516 NSAlert *alert = [[NSAlert alloc] init];
/external/webkit/Source/WebKit/mac/Plugins/
DWebPluginController.mm532 …g versions of the Flip4Mac WebKit plug-in have an object lifetime bug related to an NSAlert that is
537 // NSAlert instance. This TSUpdateCheck instance itself has a delegate. The delegate is set to the …
547 // 1) -[NSAlert beginSheetModalForWindow:modalDelegate:didEndSelector:contextInfo:]
562 typedef void (*alertDidEndIMP)(id, SEL, NSAlert *, NSInteger, void*);
565 …UpdateCheck_alertDidEnd_returnCode_contextInfo_(id object, SEL selector, NSAlert *alert, NSInteger…
595 …methodToPatch = class_getInstanceMethod(objc_getRequiredClass("NSAlert"), @selector(beginSheetModa…
/external/chromium/chrome/browser/cocoa/
Dinstall_from_dmg.mm212 NSAlert* alert = [[[NSAlert alloc] init] autorelease];
360 NSAlert* alert = [[[NSAlert alloc] init] autorelease];
/external/webkit/Tools/WebKitLauncher/
DWebKitNightlyEnablerSparkle.m69 // swap it out with a standard NSAlert-style panel instead.
90 @implementation NSAlert (WebKitLauncherExtensions) implementation in WebKitLauncherExtensions
/external/webkit/Tools/DumpRenderTree/chromium/
DTestShellMac.mm138 NSAlert* alert = [[[NSAlert alloc] init] autorelease];
/external/webkit/Source/WebKit/mac/
DChangeLog9527 …<rdar://problem/7313430> Many crashes in Safari inside Flip4Mac below -[NSAlert didEndAlert:return…
9529 …g versions of the Flip4Mac WebKit plug-in have an object lifetime bug related to an NSAlert that is
9534NSAlert instance. This TSUpdateCheck instance itself has a delegate. The delegate is set to the Wm…
9544 1) -[NSAlert beginSheetModalForWindow:modalDelegate:didEndSelector:contextInfo:]
9561 delegate if this NSAlert belongs to the Flip4Mac plug-in.
/external/webkit/Tools/
DChangeLog-2009-06-16445 (-[NSAlert webKitHandleButtonPress:]):
/external/webkit/Source/WebCore/
DChangeLog-2010-05-2418760 …<rdar://problem/7313430> Many crashes in Safari inside Flip4Mac below -[NSAlert didEndAlert:return…