Home
last modified time | relevance | path

Searched refs:PostEventDispatchHandler (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/ui/views/
Dview.h73 class PostEventDispatchHandler; variable
1221 friend class internal::PostEventDispatchHandler;
1554 scoped_ptr<internal::PostEventDispatchHandler> post_dispatch_handler_;
Dview.cc96 class PostEventDispatchHandler : public ui::EventHandler { class
98 explicit PostEventDispatchHandler(View* owner) in PostEventDispatchHandler() function in views::internal::PostEventDispatchHandler
102 virtual ~PostEventDispatchHandler() {} in ~PostEventDispatchHandler()
138 DISALLOW_COPY_AND_ASSIGN(PostEventDispatchHandler);
175 post_dispatch_handler_(new internal::PostEventDispatchHandler(this)), in View()