/external/chromium/chrome/browser/ui/cocoa/ |
D | restart_browser.mm | 20 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];
|
D | repost_form_warning_mac.mm | 12 // 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];
|
D | js_modal_dialog_cocoa.h | 16 @class NSAlert; 19 class NSAlert; variable 42 NSAlert* alert_; // weak, owned by |helper_|.
|
D | js_modal_dialog_cocoa.mm | 23 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]]);
|
D | external_protocol_dialog.mm | 31 - (void)alertEnded:(NSAlert *)alert 51 alert_ = [[NSAlert alloc] init]; 103 - (void)alertEnded:(NSAlert *)alert
|
D | external_protocol_dialog.h | 12 NSAlert* alert_;
|
/external/chromium/chrome/browser/ui/cocoa/importer/ |
D | import_lock_dialog_cocoa.mm | 20 scoped_nsobject<NSAlert> lock_alert([[NSAlert alloc] init]);
|
/external/chromium/chrome/browser/ui/cocoa/extensions/ |
D | extension_uninstall_dialog_cocoa.mm | 26 NSAlert* alert = [[[NSAlert alloc] init] autorelease];
|
/external/chromium/chrome/browser/ |
D | platform_util_mac.mm | 159 NSAlert* alert = [[[NSAlert alloc] init] autorelease]; 170 NSAlert* alert = [[[NSAlert alloc] init] autorelease];
|
/external/webkit/Tools/MiniBrowser/mac/ |
D | BrowserWindowController.m | 405 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/ |
D | WebPluginController.mm | 532 …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/ |
D | install_from_dmg.mm | 212 NSAlert* alert = [[[NSAlert alloc] init] autorelease]; 360 NSAlert* alert = [[[NSAlert alloc] init] autorelease];
|
/external/webkit/Tools/WebKitLauncher/ |
D | WebKitNightlyEnablerSparkle.m | 69 // swap it out with a standard NSAlert-style panel instead. 90 @implementation NSAlert (WebKitLauncherExtensions) implementation in WebKitLauncherExtensions
|
/external/webkit/Tools/DumpRenderTree/chromium/ |
D | TestShellMac.mm | 138 NSAlert* alert = [[[NSAlert alloc] init] autorelease];
|
/external/webkit/Source/WebKit/mac/ |
D | ChangeLog | 9527 …<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 9534 …NSAlert 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/ |
D | ChangeLog-2009-06-16 | 445 (-[NSAlert webKitHandleButtonPress:]):
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2010-05-24 | 18760 …<rdar://problem/7313430> Many crashes in Safari inside Flip4Mac below -[NSAlert didEndAlert:return…
|