Searched refs:m_icon (Results 1 - 8 of 8) sorted by relevance

/external/webkit/Source/WebCore/notifications/
H A DNotificationContents.h42 : m_icon(iconUrl)
46 KURL icon() const { return m_icon; }
51 KURL m_icon; member in class:WebCore::NotificationContents
/external/webkit/Source/WebCore/platform/graphics/chromium/
H A DIconChromium.cpp40 : m_icon(icon)
55 context->drawImage(m_icon.get(), ColorSpaceDeviceRGB, rect);
/external/webkit/Source/WebCore/platform/graphics/gtk/
H A DIconGtk.cpp43 : m_icon(0)
49 if (m_icon)
50 g_object_unref(m_icon);
104 icon->m_icon = gtk_icon_theme_load_icon(gtk_icon_theme_get_default(), iconName.utf8().data(), 16, GTK_ICON_LOOKUP_USE_BUILTIN, 0);
105 if (!icon->m_icon)
122 gdk_cairo_set_source_pixbuf(cr, m_icon, rect.x(), rect.y());
/external/webkit/Source/WebCore/platform/graphics/efl/
H A DIconEfl.cpp46 : m_icon(0)
/external/webkit/Source/WebCore/platform/graphics/qt/
H A DIconQt.cpp51 i->m_icon = QIcon(filenames[0]);
61 QPixmap px = m_icon.pixmap(rect.size());
/external/webkit/Source/WebCore/platform/graphics/
H A DIcon.h77 QIcon m_icon; member in class:WebCore::Icon
80 GdkPixbuf* m_icon; member in class:WebCore::Icon
83 Evas_Object* m_icon; member in class:WebCore::Icon
86 RefPtr<PlatformIcon> m_icon; member in class:WebCore::Icon
/external/webkit/Source/WebCore/platform/
H A DFileChooser.cpp67 m_icon = 0;
95 m_icon = icon;
96 if (!m_isInitializing && m_icon && m_client)
H A DFileChooser.h69 Icon* icon() const { return m_icon.get(); }
96 RefPtr<Icon> m_icon; member in class:WebCore::FileChooser

Completed in 137 milliseconds