Searched refs:loadPlatformThemeIcon (Results 1 – 4 of 4) sorted by relevance
92 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()
105 PassRefPtr<Image> Image::loadPlatformThemeIcon(const char* name, int size) in loadPlatformThemeIcon() function in WebCore::Image
157 static PassRefPtr<Image> loadPlatformThemeIcon(const char* name, int size);
20096 (WebCore::Image::loadPlatformThemeIcon):