Searched refs:PostEventDispatchHandler (Results 1 – 2 of 2) sorted by relevance
73 class PostEventDispatchHandler; variable1221 friend class internal::PostEventDispatchHandler;1554 scoped_ptr<internal::PostEventDispatchHandler> post_dispatch_handler_;
96 class PostEventDispatchHandler : public ui::EventHandler { class98 explicit PostEventDispatchHandler(View* owner) in PostEventDispatchHandler() function in views::internal::PostEventDispatchHandler102 virtual ~PostEventDispatchHandler() {} in ~PostEventDispatchHandler()138 DISALLOW_COPY_AND_ASSIGN(PostEventDispatchHandler);175 post_dispatch_handler_(new internal::PostEventDispatchHandler(this)), in View()