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

  /external/chromium_org/ui/views/widget/
root_view.h 185 bool explicit_mouse_handler_; member in class:views::internal::RootView
root_view.cc 67 explicit_mouse_handler_(false),
425 DCHECK(!explicit_mouse_handler_);
610 // If we're clearing the mouse handler, clear explicit_mouse_handler_ as well.
611 explicit_mouse_handler_ = (new_mh != NULL);
636 if (!explicit_mouse_handler_ && mouse_pressed_handler_ == details.child)
656 explicit_mouse_handler_ = false;

Completed in 100 milliseconds