Home
last modified time | relevance | path

Searched refs:InDrag (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/ui/views/controls/button/
Dmenu_button.cc185 state() != STATE_DISABLED && !InDrag() && event.IsOnlyLeftMouseButton() && in OnMouseReleased()
199 if ((state_ != STATE_DISABLED) && (!menu_visible_) && (!InDrag())) { in OnMouseExited()
Dcustom_button.cc167 if (state_ != STATE_DISABLED && !InDrag()) in OnMouseCaptureLost()
178 if (state_ != STATE_DISABLED && !InDrag()) in OnMouseExited()
/external/chromium_org/chrome/browser/ui/views/toolbar/
Dtoolbar_button.cc123 if (state_ != STATE_DISABLED && !InDrag() && state_ != STATE_PRESSED) in OnMouseExited()
/external/chromium_org/ui/views/
Dview.h1191 bool InDrag();
Dview.cc1646 bool View::InDrag() { in InDrag() function in views::View