Home
last modified time | relevance | path

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

/external/webkit/Source/WebKit/gtk/WebCoreSupport/
DFullscreenVideoController.cpp48 #define PLAY_ICON_NAME "media-playback-start" macro
52 #define PLAY_ICON_NAME "media-playback-start-symbolic" macro
389 g_object_set(m_playPauseAction, "tooltip", _("Play"), "icon-name", PLAY_ICON_NAME, NULL); in playStateChanged()