HomeSort by relevance Sort by last modified time
    Searched defs:mouse_event_flags (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/ui/aura/
remote_root_window_host_win.h 256 uint32 mouse_event_flags() const { function in class:aura::RemoteRootWindowHostWin
root_window_unittest.cc 51 int mouse_event_flags() const { return mouse_event_flags_; } function in class:aura::__anon14710::NonClientDelegate
131 EXPECT_TRUE(delegate1->mouse_event_flags() & ui::EF_IS_NON_CLIENT);
    [all...]
  /external/chromium_org/ui/views/controls/menu/
menu_runner.cc 63 MenuRunner::RunResult MenuDone(MenuItemView* result, int mouse_event_flags);
197 int mouse_event_flags = 0; local
200 &mouse_event_flags);
207 return MenuDone(result, mouse_event_flags);
241 int mouse_event_flags) {
263 mouse_event_flags);
  /external/chromium_org/chrome/browser/ui/ash/
event_rewriter.cc 1018 const int mouse_event_flags = event->flags() & local
    [all...]

Completed in 66 milliseconds