Searched defs:CompoundEventFilter (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ui/wm/core/
H A Dcompound_event_filter.h32 // CompoundEventFilter gets all events first and can provide actions to those
35 // Additional event filters can be added to CompoundEventFilter. Events will
38 // rest of the filter(s) and CompoundEventFilter will not see the consumed
40 class WM_EXPORT CompoundEventFilter : public ui::EventHandler { class in namespace:wm
42 CompoundEventFilter();
43 virtual ~CompoundEventFilter();
88 DISALLOW_COPY_AND_ASSIGN(CompoundEventFilter);
H A Dcompound_event_filter.cc55 // CompoundEventFilter, public:
57 CompoundEventFilter::CompoundEventFilter() { function in class:wm::CompoundEventFilter
60 CompoundEventFilter::~CompoundEventFilter() {
61 // Additional filters are not owned by CompoundEventFilter and they
67 gfx::NativeCursor CompoundEventFilter::CursorForWindowComponent(
91 void CompoundEventFilter::AddHandler(ui::EventHandler* handler) {
95 void CompoundEventFilter::RemoveHandler(ui::EventHandler* handler) {
100 // CompoundEventFilter, privat
[all...]

Completed in 88 milliseconds