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

  /external/webrtc/webrtc/modules/desktop_capture/x11/
shared_x_display.h 60 void AddEventHandler(int type, XEventHandler* handler);
62 // Removes event |handler| added using |AddEventHandler|. Doesn't do anything
shared_x_display.cc 46 void SharedXDisplay::AddEventHandler(int type, XEventHandler* handler) {
  /external/webrtc/webrtc/modules/desktop_capture/
mouse_cursor_monitor_x11.cc 122 x_display_->AddEventHandler(xfixes_event_base_ + XFixesCursorNotify, this);
screen_capturer_x11.cc 161 options_.x_display()->AddEventHandler(ConfigureNotify, this);
221 options_.x_display()->AddEventHandler(
window_capturer_x11.cc 156 x_display_->AddEventHandler(ConfigureNotify, this);

Completed in 67 milliseconds