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

/macosx-10.10/WebCore-7600.1.25/platform/graphics/gtk/
H A DIconGtk.cpp45 : m_icon(0)
51 if (m_icon)
52 g_object_unref(m_icon);
106 icon->m_icon = gtk_icon_theme_load_icon(gtk_icon_theme_get_default(), iconName.utf8().data(), 16, GTK_ICON_LOOKUP_USE_BUILTIN, 0);
107 if (!icon->m_icon)
124 gdk_cairo_set_source_pixbuf(cr, m_icon, rect.x(), rect.y());
/macosx-10.10/WebCore-7600.1.25/platform/graphics/efl/
H A DIconEfl.cpp46 : m_icon(0)
/macosx-10.10/WebCore-7600.1.25/platform/graphics/
H A DIcon.h76 GdkPixbuf* m_icon; member in class:WebCore::Icon
79 Evas_Object* m_icon; member in class:WebCore::Icon
/macosx-10.10/WebCore-7600.1.25/Modules/notifications/
H A DNotification.h84 URL iconURL() const { return m_icon; }
85 void setIconURL(const URL& url) { m_icon = url; }
165 URL m_icon; member in class:WebCore::final
H A DNotification.cpp74 m_icon = iconURI.isEmpty() ? URL() : scriptExecutionContext()->completeURL(iconURI);
75 if (!m_icon.isEmpty() && !m_icon.isValid()) {
/macosx-10.10/WebCore-7600.1.25/html/
H A DFileInputType.cpp261 m_icon.clear();
391 if (m_icon == icon)
394 m_icon = icon;
426 return m_icon.get();
H A DFileInputType.h104 RefPtr<Icon> m_icon; member in class:WebCore::FileInputType
/macosx-10.10/WebCore-7600.1.25/loader/
H A DFrameLoader.h102 IconController& icon() const { return *m_icon; }
389 const std::unique_ptr<IconController> m_icon; member in class:WebCore::FrameLoader
H A DFrameLoader.cpp225 , m_icon(std::make_unique<IconController>(frame))

Completed in 198 milliseconds