Home
last modified time | relevance | path

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

/external/webkit/Source/WebKit/gtk/WebCoreSupport/
DFullscreenVideoController.cpp389 g_object_set(m_playPauseAction, "tooltip", _("Play"), "icon-name", PLAY_ICON_NAME, NULL); in playStateChanged()
391 g_object_set(m_playPauseAction, "tooltip", _("Pause"), "icon-name", PAUSE_ICON_NAME, NULL); in playStateChanged()
537m_playPauseAction = gtk_action_new("play", _("Play / Pause"), _("Play or pause the media"), PAUSE_… in createHud()
538 g_signal_connect(m_playPauseAction, "activate", G_CALLBACK(togglePlayPauseActivated), this); in createHud()
542 GtkWidget* item = gtk_action_create_tool_item(m_playPauseAction); in createHud()
DFullscreenVideoController.h87 GtkAction* m_playPauseAction; variable