/external/webkit/Source/WebCore/platform/graphics/ |
D | Icon.h | 54 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/ |
D | IconQt.cpp | 35 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/ |
D | IconEfl.cpp | 45 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/ |
D | IconWin.cpp | 39 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/ |
D | IconGtk.cpp | 42 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/ |
D | IconHaiku.cpp | 34 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/ |
D | IconBrew.cpp | 34 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/ |
D | IconWx.cpp | 31 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/ |
D | IconChromium.cpp | 39 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/ |
D | IconMac.mm | 22 #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/ |
D | FileChooser.h | 40 class Icon; variable 69 Icon* icon() const { return m_icon.get(); } in icon() 76 void iconLoaded(PassRefPtr<Icon>); 96 RefPtr<Icon> m_icon;
|
D | FileChooser.cpp | 93 void FileChooser::iconLoaded(PassRefPtr<Icon> icon) in iconLoaded()
|
/external/webkit/Source/WebCore/platform/android/ |
D | TemporaryLinkStubs.cpp | 103 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/ |
D | WebKitLauncherWin.rc | 22 // Icon 25 // Icon with lowest ID value placed first to ensure application icon
|
/external/webkit/Tools/WinLauncher/ |
D | WinLauncher.rc | 28 // Icon 31 // Icon with lowest ID value placed first to ensure application icon
|
/external/quake/quake/src/WinQuake/ |
D | winquake.rc | 52 // Icon 55 // Icon with lowest ID value placed first to ensure application icon
|
D | quake-hipnotic.spec.sh | 21 Icon: quake.gif
|
/external/quake/quake/src/QW/client/ |
D | winquake.rc | 52 // Icon 55 // Icon with lowest ID value placed first to ensure application icon
|
/external/libpng/contrib/visupng/ |
D | VisualPng.rc | 95 // Icon 98 // Icon with lowest ID value placed first to ensure application icon
|
/external/wpa_supplicant_6/wpa_supplicant/wpa_gui-qt4/ |
D | wpa_gui.desktop | 6 Icon=wpa_gui
|
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/ |
D | wpa_gui.desktop | 6 Icon=wpa_gui
|
/external/webkit/Source/WebKit/chromium/src/ |
D | WebIconLoadingCompletionImpl.cpp | 56 m_fileChooser->iconLoaded(Icon::create(image)); in didLoadIcon()
|
/external/quake/quake/src/QW/ |
D | qwcl.x11.spec.sh | 20 Icon: quake.gif
|
D | glqwcl.spec.sh | 20 Icon: quake.gif
|
D | qwsv.spec.sh | 20 Icon: quake.gif
|