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

/macosx-10.9.5/dyld-239.4/src/
H A Ddyld.cpp1844 ImageLoader* anImage = *it; local
1845 if ( anImage->containsSymbol(symbol) )
1846 return anImage;
1857 ImageLoader* anImage = sAllImages[i]; local
1858 (*callback)(anImage, userData);
1866 ImageLoader* anImage = sAllImages[i]; local
1867 if ( anImage->statMatch(stat_buf) )
1868 return anImage;
2255 ImageLoader* anImage = *it; local
2256 const char* installPath = anImage
2489 ImageLoader* anImage = *it; local
2531 ImageLoader* anImage = *it; local
3578 ImageLoader* anImage = sAllImages[i]; local
3630 ImageLoader* anImage = sAllImages[i]; local
[all...]
/macosx-10.9.5/WebKit-7537.78.2/mac/WebView/
H A DWebUIDelegatePrivate.h181 - (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.mm3633 - (void)draggedImage:(NSImage *)anImage endedAt:(NSPoint)aPoint operation:(NSDragOperation)operation
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/mac/
H A DWKView.mm1742 - (void)draggedImage:(NSImage *)anImage endedAt:(NSPoint)aPoint operation:(NSDragOperation)operation

Completed in 160 milliseconds