Searched refs:anImage (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/dyld-353.2.1/src/
H A Ddyld.cpp1885 ImageLoader* anImage = *it; local
1886 if ( anImage->containsSymbol(symbol) )
1887 return anImage;
1898 ImageLoader* anImage = sAllImages[i]; local
1899 (*callback)(anImage, userData);
1907 ImageLoader* anImage = sAllImages[i]; local
1908 if ( anImage->statMatch(stat_buf) )
1909 return anImage;
2340 ImageLoader* anImage = *it; local
2341 const char* installPath = anImage
2607 ImageLoader* anImage = *it; local
2649 ImageLoader* anImage = *it; local
3795 ImageLoader* anImage = sAllImages[i]; local
3847 ImageLoader* anImage = sAllImages[i]; local
[all...]
/macosx-10.10.1/WebKit-7600.1.25/mac/WebView/
H A DWebUIDelegatePrivate.h186 - (void)webView:(WebView *)sender dragImage:(NSImage *)anImage at:(NSPoint)viewLocation offset:(NSSize)initialOffset event:(NSEvent *)event pasteboard:(NSPasteboard *)pboard source:(id)sourceObj slideBack:(BOOL)slideFlag forView:(NSView *)view;
H A DWebHTMLView.mm3981 - (void)draggedImage:(NSImage *)anImage endedAt:(NSPoint)aPoint operation:(NSDragOperation)operation
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/API/mac/
H A DWKView.mm2268 - (void)draggedImage:(NSImage *)anImage endedAt:(NSPoint)aPoint operation:(NSDragOperation)operation

Completed in 97 milliseconds