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

  /external/chromium_org/ash/system/tray/
tray_event_filter.cc 46 ProcessLocatedEvent(event)) {
52 if (event->type() == ui::ET_TOUCH_PRESSED && ProcessLocatedEvent(event))
56 bool TrayEventFilter::ProcessLocatedEvent(ui::LocatedEvent* event) {
  /external/chromium_org/ui/views/corewm/
window_modality_controller.cc 119 if (ProcessLocatedEvent(target, event))
125 if (ProcessLocatedEvent(target, event))
170 bool WindowModalityController::ProcessLocatedEvent(aura::Window* target,
  /external/chromium_org/ash/wm/
app_list_controller.cc 279 void AppListController::ProcessLocatedEvent(ui::LocatedEvent* event) {
316 ProcessLocatedEvent(event);
321 ProcessLocatedEvent(event);

Completed in 161 milliseconds