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

  /external/chromium_org/chrome/browser/ui/views/omnibox/
omnibox_view_views.cc 652 (event.IsOnlyLeftMouseButton() || event.IsOnlyRightMouseButton()) &&
683 if (event.IsOnlyLeftMouseButton() || event.IsOnlyRightMouseButton()) {
    [all...]
  /external/chromium_org/ui/events/
event.h 380 bool IsOnlyRightMouseButton() const {
  /external/chromium_org/ui/views/
view.cc     [all...]
  /external/chromium_org/chrome/browser/ui/views/tabs/
tab.cc 847 (event.IsOnlyRightMouseButton() && event.flags() & ui::EF_FROM_TOUCH)) {
    [all...]
tab_strip.cc 297 if (event.IsOnlyRightMouseButton()) {
    [all...]
  /external/chromium_org/ui/views/controls/textfield/
textfield.cc 585 if (event.IsOnlyLeftMouseButton() || event.IsOnlyRightMouseButton()) {
    [all...]

Completed in 278 milliseconds