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

  /external/chromium_org/ash/system/tray/
tray_event_filter.h 39 bool ProcessLocatedEvent(ui::LocatedEvent* event);
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/ash/wm/
app_list_controller.h 80 void ProcessLocatedEvent(ui::LocatedEvent* event);
app_list_controller.cc 279 void AppListController::ProcessLocatedEvent(ui::LocatedEvent* event) {
316 ProcessLocatedEvent(event);
321 ProcessLocatedEvent(event);
  /external/chromium_org/ui/views/corewm/
window_modality_controller.h 59 bool ProcessLocatedEvent(aura::Window* target,
window_modality_controller.cc 119 if (ProcessLocatedEvent(target, event))
125 if (ProcessLocatedEvent(target, event))
170 bool WindowModalityController::ProcessLocatedEvent(aura::Window* target,

Completed in 182 milliseconds