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.cc186 state() != STATE_DISABLED && !InDrag() && event.IsOnlyLeftMouseButton() && in OnMouseReleased()
200 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.cc111 if (state_ != STATE_DISABLED && !InDrag() && state_ != STATE_PRESSED) in OnMouseExited()
/external/chromium_org/ui/views/
Dview.h1215 bool InDrag();
Dview.cc1660 bool View::InDrag() { in InDrag() function in views::View