Searched refs:Icon (Results 1 - 25 of 42) 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;
66 Icon* icon() const { return m_icon.get(); }
73 void iconLoaded(PassRefPtr<Icon>);
89 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/junit/src/junit/swingui/
H A DFailureRunView.java7 import javax.swing.Icon;
34 private Icon fFailureIcon;
35 private Icon fErrorIcon;
105 Icon errorIcon= TestRunner.getIconResource(getClass(), "icons/error.gif");
H A DCounterPanel.java9 import javax.swing.Icon;
22 private Icon fFailureIcon= TestRunner.getIconResource(getClass(), "icons/failure.gif");
23 private Icon fErrorIcon= TestRunner.getIconResource(getClass(), "icons/error.gif");
H A DTestSuitePanel.java8 import javax.swing.Icon;
32 private Icon fErrorIcon;
33 private Icon fOkIcon;
34 private Icon fFailureIcon;
H A DTestHierarchyRunView.java5 import javax.swing.Icon;
37 Icon treeIcon= TestRunner.getIconResource(getClass(), "icons/hierarchy.gif");
H A DAboutDialog.java12 import javax.swing.Icon;
90 Icon icon= TestRunner.getIconResource(BaseTestRunner.class, "logo.gif");
H A DTestSelector.java23 import javax.swing.Icon;
53 Icon fLeafIcon;
54 Icon fSuiteIcon;
/external/webkit/Source/WebCore/platform/android/
H A DTemporaryLinkStubs.cpp56 #include "Icon.h"
110 Icon::~Icon() { }
111 void Icon::paint(GraphicsContext*, const IntRect&) { }
422 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

Completed in 827 milliseconds

12