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 44 ProcessLocatedEvent(event)) {
50 if (event->type() == ui::ET_TOUCH_PRESSED && ProcessLocatedEvent(event))
54 bool TrayEventFilter::ProcessLocatedEvent(ui::LocatedEvent* event) {
  /external/chromium_org/ui/wm/core/
window_modality_controller.cc 125 if (ProcessLocatedEvent(target, event))
131 if (ProcessLocatedEvent(target, event))
180 bool WindowModalityController::ProcessLocatedEvent(aura::Window* target,
  /external/chromium_org/ash/wm/
app_list_controller.cc 333 void AppListController::ProcessLocatedEvent(ui::LocatedEvent* event) {
376 ProcessLocatedEvent(event);
381 ProcessLocatedEvent(event);

Completed in 238 milliseconds