Searched refs:m_icon (Results 1 – 8 of 8) sorted by relevance
/external/webkit/WebCore/platform/graphics/gtk/ |
D | IconGtk.cpp | 44 : m_icon(0) in Icon() 50 if (m_icon) in ~Icon() 51 g_object_unref(m_icon); in ~Icon() 100 …icon->m_icon = gtk_icon_theme_load_icon(gtk_icon_theme_get_default(), iconName.utf8().data(), 16, … in createIconForFile() 101 if (!icon->m_icon) in createIconForFile() 120 gdk_cairo_set_source_pixbuf(cr, m_icon, rect.x(), rect.y()); in paint()
|
/external/webkit/WebCore/platform/graphics/chromium/ |
D | IconChromiumWin.cpp | 45 : m_icon(icon) in Icon() 51 if (m_icon) in ~Icon() 52 DestroyIcon(m_icon); in ~Icon() 83 DrawIconEx(hdc, rect.x(), rect.y(), m_icon, rect.width(), rect.height(), 0, 0, DI_NORMAL); in paint()
|
D | IconChromiumLinux.cpp | 41 : m_icon(icon) in Icon()
|
/external/webkit/WebCore/platform/ |
D | FileChooser.cpp | 42 , m_icon(chooseIcon(filename)) in FileChooser() 59 m_icon = 0; in clear() 68 m_icon = chooseIcon(filename); in chooseFile() 76 m_icon = chooseIcon(filenames); in chooseFiles()
|
D | FileChooser.h | 59 Icon* icon() const { return m_icon.get(); } in icon() 75 RefPtr<Icon> m_icon; variable
|
/external/webkit/WebCore/platform/graphics/ |
D | Icon.h | 74 QIcon m_icon; 77 GdkPixbuf* m_icon; 80 PlatformIcon m_icon;
|
/external/webkit/WebCore/platform/graphics/qt/ |
D | IconQt.cpp | 47 i->m_icon = QIcon(filename); in createIconForFile() 59 QPixmap px = m_icon.pixmap(rect.size()); in paint()
|
/external/webkit/WebCore/ |
D | ChangeLog-2006-12-31 | 30722 * platform/FileChooser.h: Store m_icon as a RefPtr instead of 30726 (WebCore::FileChooser::chooseFile): Update m_icon usage
|