Home
last modified time | relevance | path

Searched refs:IsPreTargetListEmpty (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/ui/events/
Devent_target.h78 bool IsPreTargetListEmpty() const;
Devent_target.cc55 bool EventTarget::IsPreTargetListEmpty() const { in IsPreTargetListEmpty() function in ui::EventTarget
/external/chromium_org/ui/wm/core/
Dwindow_modality_controller.cc103 DCHECK(event_target->IsPreTargetListEmpty()); in WindowModalityController()