Home | History | Annotate | Download | only in mac

Lines Matching refs:Icon

22 #import "Icon.h"
31 Icon::Icon(NSImage *image)
38 Icon::~Icon()
43 PassRefPtr<Icon> Icon::createIconForFiles(const Vector<String>& filenames)
65 return adoptRef(new Icon(image));
74 return adoptRef(new Icon(image));
78 void Icon::paint(GraphicsContext* context, const IntRect& rect)