Home
last modified time | relevance | path

Searched refs:loadPlatformThemeIcon (Results 1 – 4 of 4) sorted by relevance

/external/webkit/WebCore/platform/gtk/
DRenderThemeGtk.cpp92 m_fullscreenButton = Image::loadPlatformThemeIcon("gtk-fullscreen", m_mediaIconSize); in initMediaStyling()
93 m_muteButton = Image::loadPlatformThemeIcon("audio-volume-muted", m_mediaIconSize); in initMediaStyling()
94 m_unmuteButton = Image::loadPlatformThemeIcon("audio-volume-high", m_mediaIconSize); in initMediaStyling()
95 …m_playButton = Image::loadPlatformThemeIcon(reinterpret_cast<const char*>(playButtonIconName), m_m… in initMediaStyling()
96 … m_pauseButton = Image::loadPlatformThemeIcon("gtk-media-pause", m_mediaIconSize).releaseRef(); in initMediaStyling()
97 …m_seekBackButton = Image::loadPlatformThemeIcon(reinterpret_cast<const char*>(seekBackButtonIconNa… in initMediaStyling()
98 …m_seekForwardButton = Image::loadPlatformThemeIcon(reinterpret_cast<const char*>(seekForwardButton… in initMediaStyling()
/external/webkit/WebCore/platform/graphics/gtk/
DImageGtk.cpp105 PassRefPtr<Image> Image::loadPlatformThemeIcon(const char* name, int size) in loadPlatformThemeIcon() function in WebCore::Image
/external/webkit/WebCore/platform/graphics/
DImage.h157 static PassRefPtr<Image> loadPlatformThemeIcon(const char* name, int size);
/external/webkit/WebCore/
DChangeLog-2010-01-2920096 (WebCore::Image::loadPlatformThemeIcon):