HomeSort by relevance Sort by last modified time
    Searched defs:m_icon (Results 1 - 3 of 3) 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/
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/
FileChooser.h 69 Icon* icon() const { return m_icon.get(); }
96 RefPtr<Icon> m_icon; member in class:WebCore::FileChooser

Completed in 199 milliseconds