Home
last modified time | relevance | path

Searched refs:Icon (Results 1 – 25 of 107) sorted by relevance

12345

/external/webkit/Source/WebCore/platform/graphics/
DIcon.h54 class Icon : public RefCounted<Icon> {
56 static PassRefPtr<Icon> createIconForFiles(const Vector<String>& filenames);
58 ~Icon();
63 static PassRefPtr<Icon> create(HICON hIcon) { return adoptRef(new Icon(hIcon)); } in create()
65 … static PassRefPtr<Icon> create(PassRefPtr<PlatformIcon> icon) { return adoptRef(new Icon(icon)); } in create()
70 Icon(NSImage*);
73 Icon(HICON);
76 Icon();
79 Icon();
82 Icon();
[all …]
/external/webkit/Source/WebCore/platform/graphics/qt/
DIconQt.cpp35 Icon::Icon() in Icon() function in WebCore::Icon
39 Icon::~Icon() in ~Icon()
44 PassRefPtr<Icon> Icon::createIconForFiles(const Vector<String>& filenames) in createIconForFiles()
50 RefPtr<Icon> i = adoptRef(new Icon); in createIconForFiles()
59 void Icon::paint(GraphicsContext* ctx, const IntRect& rect) in paint()
/external/webkit/Source/WebCore/platform/graphics/efl/
DIconEfl.cpp45 Icon::Icon() in Icon() function in WebCore::Icon
51 Icon::~Icon() in ~Icon()
55 PassRefPtr<Icon> Icon::createIconForFiles(const Vector<String>& filenames) in createIconForFiles()
61 void Icon::paint(GraphicsContext* context, const IntRect& rect) in paint()
/external/webkit/Source/WebCore/platform/graphics/win/
DIconWin.cpp39 Icon::Icon(HICON icon) in Icon() function in WebCore::Icon
45 Icon::~Icon() in ~Icon()
51 PassRefPtr<Icon> Icon::createIconForFiles(const Vector<String>& filenames) in createIconForFiles()
64 return adoptRef(new Icon(sfi.hIcon)); in createIconForFiles()
81 return adoptRef(new Icon(hIcon)); in createIconForFiles()
85 void Icon::paint(GraphicsContext* context, const IntRect& r) in paint()
/external/webkit/Source/WebCore/platform/graphics/gtk/
DIconGtk.cpp42 Icon::Icon() in Icon() function in WebCore::Icon
47 Icon::~Icon() in ~Icon()
91 PassRefPtr<Icon> Icon::createIconForFiles(const Vector<String>& filenames) in createIconForFiles()
103 RefPtr<Icon> icon = adoptRef(new Icon); in createIconForFiles()
114 void Icon::paint(GraphicsContext* context, const IntRect& rect) in paint()
/external/webkit/Source/WebCore/platform/graphics/haiku/
DIconHaiku.cpp34 Icon::~Icon() in ~Icon()
39 PassRefPtr<Icon> Icon::createIconForFiles(const Vector<String>& filenames) in createIconForFiles()
45 void Icon::paint(GraphicsContext*, const IntRect&) in paint()
/external/webkit/Source/WebCore/platform/graphics/brew/
DIconBrew.cpp34 Icon::~Icon() in ~Icon()
39 PassRefPtr<Icon> Icon::createIconForFiles(const Vector<String>& filenames) in createIconForFiles()
45 void Icon::paint(GraphicsContext*, const IntRect&) in paint()
/external/webkit/Source/WebCore/platform/graphics/wx/
DIconWx.cpp31 Icon::~Icon() in ~Icon()
35 PassRefPtr<Icon> Icon::createIconForFiles(const Vector<String>& filenames) in createIconForFiles()
41 void Icon::paint(GraphicsContext* ctx, const IntRect& rect) in paint()
/external/webkit/Source/WebCore/platform/graphics/chromium/
DIconChromium.cpp39 Icon::Icon(PassRefPtr<PlatformIcon> icon) in Icon() function in WebCore::Icon
44 Icon::~Icon() in ~Icon()
48 void Icon::paint(GraphicsContext* context, const IntRect& rect) in paint()
/external/webkit/Source/WebCore/platform/graphics/mac/
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::paint(GraphicsContext* context, const IntRect& rect)
/external/webkit/Source/WebCore/platform/
DFileChooser.h40 class Icon; variable
69 Icon* icon() const { return m_icon.get(); } in icon()
76 void iconLoaded(PassRefPtr<Icon>);
96 RefPtr<Icon> m_icon;
DFileChooser.cpp93 void FileChooser::iconLoaded(PassRefPtr<Icon> icon) in iconLoaded()
/external/webkit/Source/WebCore/platform/android/
DTemporaryLinkStubs.cpp103 Icon::~Icon() { } in ~Icon()
104 void Icon::paint(GraphicsContext*, const IntRect&) { } in paint()
403 PassRefPtr<Icon> Icon::createIconForFiles(const Vector<String>&) in createIconForFiles()
/external/webkit/Tools/WebKitLauncherWin/
DWebKitLauncherWin.rc22 // Icon
25 // Icon with lowest ID value placed first to ensure application icon
/external/webkit/Tools/WinLauncher/
DWinLauncher.rc28 // Icon
31 // Icon with lowest ID value placed first to ensure application icon
/external/quake/quake/src/WinQuake/
Dwinquake.rc52 // Icon
55 // Icon with lowest ID value placed first to ensure application icon
Dquake-hipnotic.spec.sh21 Icon: quake.gif
/external/quake/quake/src/QW/client/
Dwinquake.rc52 // Icon
55 // Icon with lowest ID value placed first to ensure application icon
/external/libpng/contrib/visupng/
DVisualPng.rc95 // Icon
98 // Icon with lowest ID value placed first to ensure application icon
/external/wpa_supplicant_6/wpa_supplicant/wpa_gui-qt4/
Dwpa_gui.desktop6 Icon=wpa_gui
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
Dwpa_gui.desktop6 Icon=wpa_gui
/external/webkit/Source/WebKit/chromium/src/
DWebIconLoadingCompletionImpl.cpp56 m_fileChooser->iconLoaded(Icon::create(image)); in didLoadIcon()
/external/quake/quake/src/QW/
Dqwcl.x11.spec.sh20 Icon: quake.gif
Dglqwcl.spec.sh20 Icon: quake.gif
Dqwsv.spec.sh20 Icon: quake.gif

12345