HomeSort by relevance Sort by last modified time
    Searched refs:m_icon (Results 1 - 8 of 8) sorted by null

  /external/webkit/Source/WebCore/notifications/
NotificationContents.h 42 : 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/
IconChromium.cpp 40 : m_icon(icon)
55 context->drawImage(m_icon.get(), ColorSpaceDeviceRGB, rect);
  /external/webkit/Source/WebCore/platform/graphics/gtk/
IconGtk.cpp 43 : 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/
Icon.h 77 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/graphics/efl/
IconEfl.cpp 46 : m_icon(0)
  /external/webkit/Source/WebCore/platform/graphics/qt/
IconQt.cpp 51 i->m_icon = QIcon(filenames[0]);
61 QPixmap px = m_icon.pixmap(rect.size());
  /external/webkit/Source/WebCore/platform/
FileChooser.cpp 67 m_icon = 0;
95 m_icon = icon;
96 if (!m_isInitializing && m_icon && m_client)
FileChooser.h 69 Icon* icon() const { return m_icon.get(); }
96 RefPtr<Icon> m_icon; member in class:WebCore::FileChooser

Completed in 37 milliseconds