HomeSort by relevance Sort by last modified time
    Searched refs:m_volumeButton (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/WebKit/efl/WebCoreSupport/
FullscreenVideoControllerEfl.h 87 PlatformWidget* m_volumeButton;
  /external/webkit/Source/WebKit/gtk/WebCoreSupport/
FullscreenVideoController.cpp 207 GtkWidget* volumePopup = gtk_scale_button_get_popup(GTK_SCALE_BUTTON(m_volumeButton));
425 g_signal_handler_block(m_volumeButton, m_volumeUpdateId);
426 gtk_scale_button_set_value(GTK_SCALE_BUTTON(m_volumeButton), volume());
427 g_signal_handler_unblock(m_volumeButton, m_volumeUpdateId);
432 g_signal_handler_block(m_volumeButton, m_volumeUpdateId);
433 gtk_scale_button_set_value(GTK_SCALE_BUTTON(m_volumeButton), muted() ? 0 : volume());
434 g_signal_handler_unblock(m_volumeButton, m_volumeUpdateId);
562 m_volumeButton = gtk_volume_button_new();
563 gtk_box_pack_start(GTK_BOX(hbox), m_volumeButton, FALSE, TRUE, 0);
564 gtk_scale_button_set_value(GTK_SCALE_BUTTON(m_volumeButton), volume())
    [all...]
FullscreenVideoController.h 91 GtkWidget* m_volumeButton;

Completed in 412 milliseconds