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

  /external/chromium_org/ui/views/
view.h 74 class PostEventDispatchHandler;
    [all...]
view.cc 107 class PostEventDispatchHandler : public ui::EventHandler {
109 explicit PostEventDispatchHandler(View* owner)
113 virtual ~PostEventDispatchHandler() {}
149 DISALLOW_COPY_AND_ASSIGN(PostEventDispatchHandler);
188 post_dispatch_handler_(new internal::PostEventDispatchHandler(this)),
    [all...]

Completed in 54 milliseconds