Searched refs:sharedDelegate (Results 1 - 6 of 6) sorted by relevance

/openjdk7/jdk/src/macosx/native/sun/osxapp/
H A DQueuingApplicationDelegate.h38 + (QueuingApplicationDelegate*) sharedDelegate; variable
H A DQueuingApplicationDelegate.m48 + (QueuingApplicationDelegate*) sharedDelegate
H A DNSApplicationAWT.m123 qad = [QueuingApplicationDelegate sharedDelegate];
/openjdk7/jdk/src/macosx/native/sun/awt/
H A DApplicationDelegate.h54 + (ApplicationDelegate *)sharedDelegate; variable
H A DApplicationDelegate.m94 return [ApplicationDelegate sharedDelegate];
108 + (ApplicationDelegate *)sharedDelegate {
521 [ApplicationDelegate sharedDelegate];
588 [ApplicationDelegate sharedDelegate].fDockMenu = menu;
750 ApplicationDelegate *delegate = [ApplicationDelegate sharedDelegate];
776 [ApplicationDelegate sharedDelegate].fDefaultMenuBar = menu;
H A Dawt.m320 id<NSApplicationDelegate> delegate = [ApplicationDelegate sharedDelegate];

Completed in 41 milliseconds