Home
last modified time | relevance | path

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

/external/chromium_org/ui/views/controls/button/
Dcustom_button.cc165 if (state_ != STATE_DISABLED && !InDrag()) in OnMouseCaptureLost()
176 if (state_ != STATE_DISABLED && !InDrag()) in OnMouseExited()
Dmenu_button.cc194 state() != STATE_DISABLED && !InDrag() && event.IsOnlyLeftMouseButton() && in OnMouseReleased()
/external/chromium_org/chrome/browser/ui/views/toolbar/
Dtoolbar_button.cc110 if (state_ != STATE_DISABLED && !InDrag() && state_ != STATE_PRESSED) in OnMouseExited()
/external/chromium_org/ui/views/
Dview.h1196 bool InDrag();
Dview.cc1596 bool View::InDrag() { in InDrag() function in views::View