Searched refs:Icon (Results 1 - 25 of 37) sorted by relevance

12

/external/webkit/Source/WebCore/platform/graphics/brew/
H A DIconBrew.cpp25 #include "Icon.h"
34 Icon::~Icon()
39 PassRefPtr<Icon> Icon::createIconForFiles(const Vector<String>& filenames)
45 void Icon::paint(GraphicsContext*, const IntRect&)
/external/webkit/Source/WebCore/platform/graphics/haiku/
H A DIconHaiku.cpp24 #include "Icon.h"
34 Icon::~Icon()
39 PassRefPtr<Icon> Icon::createIconForFiles(const Vector<String>& filenames)
45 void Icon::paint(GraphicsContext*, const IntRect&)
/external/webkit/Source/WebCore/platform/graphics/wx/
H A DIconWx.cpp22 #include "Icon.h"
31 Icon::~Icon()
35 PassRefPtr<Icon> Icon::createIconForFiles(const Vector<String>& filenames)
41 void Icon::paint(GraphicsContext* ctx, const IntRect& rect)
/external/webkit/Source/WebCore/platform/graphics/efl/
H A DIconEfl.cpp35 #include "Icon.h"
45 Icon::Icon() function in class:WebCore::Icon
51 Icon::~Icon()
55 PassRefPtr<Icon> Icon::createIconForFiles(const Vector<String>& filenames)
61 void Icon::paint(GraphicsContext* context, const IntRect& rect)
/external/webkit/Source/WebCore/platform/graphics/chromium/
H A DIconChromium.cpp32 #include "Icon.h"
39 Icon::Icon(PassRefPtr<PlatformIcon> icon) function in class:WebCore::Icon
44 Icon::~Icon()
48 void Icon::paint(GraphicsContext* context, const IntRect& rect)
53 // An Icon doesn't know the color space of the file upload control.
/external/webkit/Source/WebCore/platform/graphics/qt/
H A DIconQt.cpp22 #include "Icon.h"
35 Icon::Icon() function in class:WebCore::Icon
39 Icon::~Icon()
44 PassRefPtr<Icon> Icon::createIconForFiles(const Vector<String>& filenames)
50 RefPtr<Icon> i = adoptRef(new Icon);
59 void Icon
[all...]
/external/webkit/Source/WebCore/platform/graphics/
H A DIcon.h54 class Icon : public RefCounted<Icon> { class in namespace:WebCore
56 static PassRefPtr<Icon> createIconForFiles(const Vector<String>& filenames);
58 ~Icon();
63 static PassRefPtr<Icon> create(HICON hIcon) { return adoptRef(new Icon(hIcon)); }
65 static PassRefPtr<Icon> create(PassRefPtr<PlatformIcon> icon) { return adoptRef(new Icon(icon)); }
70 Icon(NSImage*);
73 Icon(HICO
[all...]
/external/webkit/Source/WebCore/platform/graphics/mac/
H A DIconMac.mm22 #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
[all...]
/external/webkit/Source/WebCore/platform/graphics/win/
H A DIconWin.cpp23 #include "Icon.h"
39 Icon::Icon(HICON icon) function in class:WebCore::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
[all...]
/external/webkit/Source/WebCore/platform/graphics/gtk/
H A DIconGtk.cpp31 #include "Icon.h"
42 Icon::Icon() function in class:WebCore::Icon
47 Icon::~Icon()
56 Lookup an appropriate icon according to either the Icon Naming Spec
91 PassRefPtr<Icon> Icon::createIconForFiles(const Vector<String>& filenames)
103 RefPtr<Icon> icon = adoptRef(new Icon);
[all...]
/external/webkit/Source/WebCore/platform/
H A DFileChooser.h40 class Icon;
69 Icon* icon() const { return m_icon.get(); }
76 void iconLoaded(PassRefPtr<Icon>);
96 RefPtr<Icon> m_icon;
H A DFileChooser.cpp32 #include "Icon.h"
93 void FileChooser::iconLoaded(PassRefPtr<Icon> icon)
/external/webkit/Source/WebKit/chromium/src/
H A DWebIconLoadingCompletionImpl.cpp35 #include "Icon.h"
56 m_fileChooser->iconLoaded(Icon::create(image));
/external/webkit/Source/WebCore/platform/android/
H A DTemporaryLinkStubs.cpp56 #include "Icon.h"
103 Icon::~Icon() { }
104 void Icon::paint(GraphicsContext*, const IntRect&) { }
403 PassRefPtr<Icon> Icon::createIconForFiles(const Vector<String>&)
/external/quake/quake/src/QW/
H A Dqwcl.x11.spec.sh20 Icon: quake.gif
H A Dglqwcl.spec.sh20 Icon: quake.gif
H A Dqwcl.spec.sh20 Icon: quake.gif
H A Dqwsv.spec.sh20 Icon: quake.gif
/external/quake/quake/src/WinQuake/
H A Dquake-hipnotic.spec.sh21 Icon: quake.gif
H A Dquake-data.spec.sh21 Icon: quake.gif
H A Dquake-shareware.spec.sh20 Icon: quake.gif
H A Dquake.spec.sh20 Icon: quake.gif
/external/stlport/etc/
H A DSTLport-4.5.1.spec11 Icon: stlport_powered_white.gif
H A DSTLport-4.5.3.spec11 Icon: stlport_powered_white.gif
H A DSTLport-4.6.spec11 Icon: stlport_powered_white.gif

Completed in 394 milliseconds

12