Home
last modified time | relevance | path

Searched refs:MBT_RIGHT (Results 1 – 11 of 11) sorted by relevance

/third_party/cef/tests/ceftests/
Dpdf_viewer_unittest.cc162 browser->GetHost()->SendMouseClickEvent(mouse_event, MBT_RIGHT, false, 1); in TriggerContextMenu()
163 browser->GetHost()->SendMouseClickEvent(mouse_event, MBT_RIGHT, true, 1); in TriggerContextMenu()
Dos_rendering_unittest.cc606 browser->GetHost()->SendMouseClickEvent(mouse_event, MBT_RIGHT, false, in OnPaint()
608 browser->GetHost()->SendMouseClickEvent(mouse_event, MBT_RIGHT, true, in OnPaint()
/third_party/cef/libcef/browser/native/
Dbrowser_platform_delegate_native_aura.cc126 case MBT_RIGHT: in TranslateUiClickEvent()
Dbrowser_platform_delegate_native_mac.mm477 case MBT_RIGHT:
/third_party/cef/tests/cefclient/browser/
Dosr_window_win.cc610 : (message == WM_RBUTTONDOWN ? MBT_RIGHT : MBT_MIDDLE)); in OnMouseEvent()
650 : (message == WM_RBUTTONUP ? MBT_RIGHT : MBT_MIDDLE)); in OnMouseEvent()
Dosr_accessibility_node_mac.mm447 [self doMouseClick:MBT_RIGHT];
Dbrowser_window_osr_mac.mm207 [self sendMouseClick:event button:MBT_RIGHT isUp:false];
226 [self sendMouseClick:event button:MBT_RIGHT isUp:true];
Dbrowser_window_osr_gtk.cc1434 button_type = MBT_RIGHT; in ClickEvent()
/third_party/cef/libcef/browser/views/
Dwindow_impl.cc575 else if (button == MBT_RIGHT) in SendMouseEvents()
/third_party/cef/include/internal/
Dcef_types.h1637 MBT_RIGHT, enumerator
/third_party/chromium/patch/
D0003-3.2-Beta3-1115.patch11881 MBT_RIGHT,
17534 case MBT_RIGHT:
62596 + {LEFT_BUTTON, MBT_LEFT}, {RIGHT_BUTTON, MBT_RIGHT},
62794 + case MBT_RIGHT: