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

  /external/chromium_org/tools/cygprofile/
cygprofile_unittest.cc 64 base::WaitableEvent notify_event(true, false);
69 base::Unretained(&notify_event)));
86 notify_event.Wait();
  /external/chromium_org/ui/display/chromeos/x11/
native_display_event_dispatcher_x11.cc 47 const XRRNotifyEvent* notify_event = reinterpret_cast<XRRNotifyEvent*>(event); local
48 if (notify_event->subtype != RRNotify_OutputChange)
  /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);
  /hardware/intel/common/wrs_omxil_core/base/src/
componentbase.cpp     [all...]
  /external/chromium_org/ui/views/widget/
root_view.cc 780 MouseEnterExitEvent notify_event(event, type);
781 ui::EventDispatchDetails dispatch_details = DispatchEvent(p, &notify_event);

Completed in 2034 milliseconds