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

  /external/chromium_org/remoting/host/linux/
x_server_clipboard.cc 133 XFixesSelectionNotifyEvent* notify_event = local
135 OnSetSelectionOwnerNotify(notify_event->selection,
136 notify_event->selection_timestamp);
  /external/chromium_org/ui/views/widget/
root_view.cc 724 MouseEnterExitEvent notify_event(event, type);
725 DispatchEventToTarget(p, &notify_event);
  /external/chromium_org/chromeos/display/
output_configurator.cc 542 const XRRNotifyEvent* notify_event = reinterpret_cast<XRRNotifyEvent*>(event); local
543 if (notify_event->subtype != RRNotify_OutputChange)
    [all...]

Completed in 171 milliseconds