HomeSort by relevance Sort by last modified time
    Searched refs:LocatedEvent (Results 1 - 25 of 106) sorted by null

1 2 3 4 5

  /external/chromium_org/ui/events/
event_targeter.h 16 class LocatedEvent;
39 LocatedEvent* event);
49 const LocatedEvent& event);
66 const LocatedEvent& event) const;
72 const LocatedEvent& event) const;
event_targeter.cc 23 static_cast<LocatedEvent*>(event));
29 LocatedEvent* event) {
54 const LocatedEvent& event) {
65 const LocatedEvent& event) const {
70 const LocatedEvent& event) const {
  /external/chromium_org/chrome/browser/ui/views/location_bar/
page_info_helper.h 13 class LocatedEvent;
26 void ProcessEvent(const ui::LocatedEvent& event);
location_icon_view.h 37 void OnClickOrTap(const ui::LocatedEvent& event);
page_info_helper.cc 25 void PageInfoHelper::ProcessEvent(const ui::LocatedEvent& event) {
  /external/chromium_org/ui/views/controls/menu/
menu_message_loop.h 15 class LocatedEvent;
46 virtual void RepostEventToWindow(const ui::LocatedEvent& event,
menu_message_loop_mac.h 24 virtual void RepostEventToWindow(const ui::LocatedEvent& event,
  /external/chromium_org/ash/drag_drop/
drag_drop_tracker.h 40 aura::Window* GetTarget(const ui::LocatedEvent& event);
45 ui::LocatedEvent* ConvertEvent(aura::Window* target,
46 const ui::LocatedEvent& event);
  /external/chromium_org/ui/aura/
window_targeter.h 26 ui::LocatedEvent* event) OVERRIDE;
29 const ui::LocatedEvent& event) const OVERRIDE;
32 const ui::LocatedEvent& event) const OVERRIDE;
38 const ui::LocatedEvent& event);
window_targeter.cc 47 ui::LocatedEvent* located_event = static_cast<ui::LocatedEvent*>(event);
61 const ui::LocatedEvent& event) const {
81 const ui::LocatedEvent& event) const {
91 ui::LocatedEvent* event) {
125 const ui::LocatedEvent& event) {
  /external/chromium_org/ash/shelf/
shelf_button_host.h 12 class LocatedEvent;
35 const ui::LocatedEvent& event) = 0;
40 const ui::LocatedEvent& event) = 0;
overflow_bubble.h 14 class LocatedEvent;
47 void ProcessPressedEvent(ui::LocatedEvent* event);
  /external/chromium_org/ui/wm/public/
drag_drop_client.h 17 class LocatedEvent;
42 const ui::LocatedEvent& event) = 0;
46 const ui::LocatedEvent& event) = 0;
  /external/chromium_org/ui/base/dragdrop/
drop_target_event.cc 18 : LocatedEvent(ET_DROP_TARGET_EVENT,
drop_target_event.h 13 class UI_BASE_EXPORT DropTargetEvent : public LocatedEvent {
  /external/chromium_org/ash/wm/
resize_handle_window_targeter.h 41 ui::LocatedEvent* event) OVERRIDE;
44 const ui::LocatedEvent& event) OVERRIDE;
toplevel_window_event_handler.h 26 class LocatedEvent;
84 void HandleDrag(aura::Window* target, ui::LocatedEvent* event);
87 void HandleMouseMoved(aura::Window* target, ui::LocatedEvent* event);
90 void HandleMouseExited(aura::Window* target, ui::LocatedEvent* event);
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_drag_drop_client_win.h 35 const ui::LocatedEvent& event) OVERRIDE;
37 const ui::LocatedEvent& event) OVERRIDE;
  /external/chromium_org/ash/system/tray/
tray_event_filter.h 37 bool ProcessLocatedEvent(ui::LocatedEvent* event);
  /external/chromium_org/ui/app_list/views/
apps_grid_view_folder_delegate.h 16 class LocatedEvent;
  /external/chromium_org/ui/wm/core/
masked_window_targeter.h 30 const ui::LocatedEvent& event) const OVERRIDE;
  /external/chromium_org/ash/frame/caption_buttons/
frame_size_button.h 58 void StartSetButtonsToSnapModeTimer(const ui::LocatedEvent& event);
69 void UpdateSnapType(const ui::LocatedEvent& event);
78 bool CommitSnap(const ui::LocatedEvent& event);
  /external/chromium_org/chrome/browser/ui/views/tabs/
tab_controller.h 17 class LocatedEvent;
68 const ui::LocatedEvent& event,
73 const ui::LocatedEvent& event) = 0;
  /external/chromium_org/ui/views/controls/table/
table_header.h 58 bool StartResize(const ui::LocatedEvent& event);
62 void ContinueResize(const ui::LocatedEvent& event);
65 void ToggleSortOrder(const ui::LocatedEvent& event);
  /external/chromium_org/ui/events/test/
events_test_utils.cc 14 LocatedEventTestApi::LocatedEventTestApi(LocatedEvent* event)

Completed in 1039 milliseconds

1 2 3 4 5