HomeSort by relevance Sort by last modified time
    Searched full:mouse_pressed_handler_ (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/ui/views/widget/
root_view.cc 59 mouse_pressed_handler_(NULL),
222 if (gesture_handler_ == mouse_pressed_handler_)
386 // If mouse_pressed_handler_ is non null, we are currently processing
388 // event to mouse_pressed_handler_
389 if (mouse_pressed_handler_) {
391 mouse_pressed_handler_);
393 DispatchEventToTarget(mouse_pressed_handler_, &mouse_pressed_event);
400 for (mouse_pressed_handler_ = GetEventHandlerForPoint(event.location());
401 mouse_pressed_handler_ && (mouse_pressed_handler_ != this)
    [all...]
root_view.h 169 View* mouse_pressed_handler_; member in class:views::internal::RootView
178 // true if mouse_pressed_handler_ has been explicitly set
widget_unittest.cc 392 return root_view->mouse_pressed_handler_;
    [all...]
  /external/chromium_org/ui/aura/
root_window.cc 150 mouse_pressed_handler_(NULL),
686 mouse_pressed_handler_ = NULL;
702 mouse_pressed_handler_ = NULL;
824 if (invisible->Contains(mouse_pressed_handler_))
825 mouse_pressed_handler_ = NULL;
922 Window* target = mouse_pressed_handler_ ?
923 mouse_pressed_handler_ : client::GetCaptureWindow(this);
    [all...]
root_window.h 88 Window* mouse_pressed_handler() { return mouse_pressed_handler_; }
427 Window* mouse_pressed_handler_; member in class:aura::RootWindow

Completed in 204 milliseconds