Searched refs:m_playPauseAction (Results 1 – 2 of 2) sorted by relevance
/external/webkit/Source/WebKit/gtk/WebCoreSupport/ |
D | FullscreenVideoController.cpp | 389 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() 537 …m_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()
|
D | FullscreenVideoController.h | 87 GtkAction* m_playPauseAction; variable
|