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

  /external/webkit/Source/WebKit/efl/WebCoreSupport/
FullscreenVideoControllerEfl.h 81 uint m_volumeUpdateId;
  /external/webkit/Source/WebKit/gtk/WebCoreSupport/
FullscreenVideoController.h 83 guint m_volumeUpdateId;
FullscreenVideoController.cpp 425 g_signal_handler_block(m_volumeButton, m_volumeUpdateId);
427 g_signal_handler_unblock(m_volumeButton, m_volumeUpdateId);
432 g_signal_handler_block(m_volumeButton, m_volumeUpdateId);
434 g_signal_handler_unblock(m_volumeButton, m_volumeUpdateId);
565 m_volumeUpdateId = g_signal_connect(m_volumeButton, "value-changed", G_CALLBACK(volumeValueChanged), this);

Completed in 297 milliseconds