Home | History | Annotate | Download | only in win

Lines Matching refs:Icon

23 #include "Icon.h"
39 Icon::Icon(HICON icon)
40 : m_hIcon(icon)
42 ASSERT(icon);
45 Icon::~Icon()
51 PassRefPtr<Icon> Icon::createIconForFiles(const Vector<String>& filenames)
64 return adoptRef(new Icon(sfi.hIcon));
81 return adoptRef(new Icon(hIcon));
85 void Icon::paint(GraphicsContext* context, const IntRect& r)