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

  /external/chromium_org/ui/events/
event.h 360 bool IsOnlyRightMouseButton() const {
  /external/chromium_org/chrome/browser/ui/views/omnibox/
omnibox_view_views.cc 638 (event.IsOnlyLeftMouseButton() || event.IsOnlyRightMouseButton()) &&
669 if (event.IsOnlyLeftMouseButton() || event.IsOnlyRightMouseButton()) {
    [all...]
  /external/chromium_org/ui/views/
view.cc     [all...]
  /external/chromium_org/chrome/browser/ui/views/tabs/
tab.cc 796 (event.IsOnlyRightMouseButton() && event.flags() & ui::EF_FROM_TOUCH)) {
    [all...]
tab_strip.cc 310 if (event.IsOnlyRightMouseButton()) {
    [all...]
  /external/chromium_org/ui/views/controls/textfield/
textfield.cc 565 if (event.IsOnlyLeftMouseButton() || event.IsOnlyRightMouseButton()) {
    [all...]

Completed in 124 milliseconds