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

  /external/chromium_org/ui/aura/
remote_window_tree_host_win.h 160 uint32 mouse_event_flags() const { function in class:aura::RemoteWindowTreeHostWin
window_event_dispatcher_unittest.cc 53 int mouse_event_flags() const { return mouse_event_flags_; } function in class:aura::__anon20468::NonClientDelegate
134 EXPECT_TRUE(delegate1->mouse_event_flags() & ui::EF_IS_NON_CLIENT);
464 const EventFlags& mouse_event_flags() const { return mouse_event_flags_; } function in class:aura::__anon20470::EventFilterRecorder
    [all...]
  /external/chromium_org/ui/views/controls/menu/
menu_runner.cc 64 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);

Completed in 249 milliseconds