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

  /external/chromium_org/ui/views/corewm/
compound_event_filter.h 31 // CompoundEventFilter gets all events first and can provide actions to those
34 // Additional event filters can be added to CompoundEventFilter. Events will
37 // rest of the filter(s) and CompoundEventFilter will not see the consumed
39 class VIEWS_EXPORT CompoundEventFilter : public ui::EventHandler {
41 CompoundEventFilter();
42 virtual ~CompoundEventFilter();
98 DISALLOW_COPY_AND_ASSIGN(CompoundEventFilter);
compound_event_filter.cc 71 // CompoundEventFilter, public:
73 CompoundEventFilter::CompoundEventFilter() : cursor_hidden_by_filter_(false) {
76 CompoundEventFilter::~CompoundEventFilter() {
77 // Additional filters are not owned by CompoundEventFilter and they
83 gfx::NativeCursor CompoundEventFilter::CursorForWindowComponent(
107 void CompoundEventFilter::AddHandler(ui::EventHandler* handler) {
111 void CompoundEventFilter::RemoveHandler(ui::EventHandler* handler) {
116 // CompoundEventFilter, private
    [all...]

Completed in 37 milliseconds