Home | History | Annotate | Download | only in qt

Lines Matching refs:Icon

22 #include "Icon.h"
35 Icon::Icon()
39 Icon::~Icon()
44 PassRefPtr<Icon> Icon::createIconForFiles(const Vector<String>& filenames)
50 RefPtr<Icon> i = adoptRef(new Icon);
59 void Icon::paint(GraphicsContext* ctx, const IntRect& rect)