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

  /external/chromium_org/ui/wm/core/
compound_event_filter.h 32 // 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 {
42 CompoundEventFilter();
43 virtual ~CompoundEventFilter();
88 DISALLOW_COPY_AND_ASSIGN(CompoundEventFilter);
compound_event_filter.cc 55 // CompoundEventFilter, public:
57 CompoundEventFilter::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, private
    [all...]

Completed in 465 milliseconds