Searched refs:theItem (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/macosx/native/sun/awt/
H A DCTrayIcon.h47 NSStatusItem *theItem; variable
52 - (NSStatusItem *)theItem;
H A DCTrayIcon.m62 theItem = [[NSStatusBar systemStatusBar] statusItemWithLength:NSVariableStatusItemLength];
63 [theItem retain];
66 [theItem setView:view];
75 [[NSStatusBar systemStatusBar] removeStatusItem: theItem];
85 [theItem release];
94 -(NSStatusItem *) theItem{
95 return theItem;
111 [theItem setLength:itemLength];
230 [trayIcon.theItem drawStatusBarBackgroundInRect:bounds
254 [trayIcon.theItem popUpStatusItemMen
[all...]
/openjdk7/jdk/src/macosx/native/apple/security/
H A DKeystoreImpl.m353 SecKeychainItemRef theItem = NULL;
357 searchResult = SecKeychainSearchCopyNext(keychainItemSearch, &theItem);
361 SecCertificateRef certRef = (SecCertificateRef)theItem;
368 jstring alias = getLabelFromItem(env, theItem);
371 jlong creationDate = getModDateFromItem(env, theItem);

Completed in 23 milliseconds