Searched defs:DispatchEvent (Results 1 - 25 of 60) sorted by last modified time

123

/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/WebKit/Source/core/html/shadow/
H A DDateTimeFieldElement.h46 DispatchEvent, enumerator in enum:blink::DateTimeFieldElement::EventBehavior
/external/chromium_org/ui/aura/
H A Dwindow_tree_host_ozone.cc34 void WindowTreeHostOzone::DispatchEvent(ui::Event* event) { function in class:aura::WindowTreeHostOzone
H A Dwindow_tree_host_win.cc137 void WindowTreeHostWin::DispatchEvent(ui::Event* event) { function in class:aura::WindowTreeHostWin
H A Dwindow_tree_host_x11.cc323 uint32_t WindowTreeHostX11::DispatchEvent(const ui::PlatformEvent& event) { function in class:aura::WindowTreeHostX11
/external/chromium_org/ui/base/clipboard/
H A Dclipboard_aurax11.cc294 virtual uint32_t DispatchEvent(const PlatformEvent& event) OVERRIDE;
527 uint32_t Clipboard::AuraX11Details::DispatchEvent(const PlatformEvent& xev) { function in class:ui::Clipboard::AuraX11Details
/external/chromium_org/ui/base/dragdrop/
H A Dos_exchange_data_provider_aurax11.cc515 uint32_t OSExchangeDataProviderAuraX11::DispatchEvent( function in class:ui::OSExchangeDataProviderAuraX11
/external/chromium_org/ui/chromeos/
H A Dtouch_exploration_controller.cc372 DispatchEvent(touch_press.get());
673 DispatchEvent(&control_down);
674 DispatchEvent(&control_up);
716 DispatchEvent(passthrough_press.get());
741 DispatchEvent(mouse_move.get());
770 void TouchExplorationController::DispatchEvent(ui::Event* event) { function in class:ui::TouchExplorationController
925 DispatchEvent(&shift_down);
926 DispatchEvent(&search_down);
927 DispatchEvent(&third_key_down);
928 DispatchEvent(
[all...]
/external/chromium_org/ui/display/chromeos/x11/
H A Dnative_display_event_dispatcher_x11.cc35 uint32_t NativeDisplayEventDispatcherX11::DispatchEvent( function in class:ui::NativeDisplayEventDispatcherX11
/external/chromium_org/ui/events/
H A Devent_dispatcher.cc46 EventDispatchDetails EventDispatcherDelegate::DispatchEvent(EventTarget* target, function in class:ui::EventDispatcherDelegate
137 DispatchEvent(target, event);
168 DispatchEvent(handler, event);
180 void EventDispatcher::DispatchEvent(EventHandler* handler, Event* event) { function in class:ui::EventDispatcher
H A Devent_processor_unittest.cc40 void DispatchEvent(Event* event) { function in class:ui::test::EventProcessorTest
56 DispatchEvent(&mouse);
61 DispatchEvent(&mouse);
146 DispatchEvent(&mouse);
160 DispatchEvent(&mouse2);
169 DispatchEvent(&second);
244 DispatchEvent(&mouse);
259 DispatchEvent(&mouse2);
276 DispatchEvent(&mouse);
304 DispatchEvent(
[all...]
/external/chromium_org/ui/events/platform/
H A Dplatform_event_source.cc65 uint32_t PlatformEventSource::DispatchEvent(PlatformEvent platform_event) { function in class:ui::PlatformEventSource
72 action = overridden_dispatcher_->DispatchEvent(platform_event);
79 action = dispatcher->DispatchEvent(platform_event);
/external/chromium_org/ui/events/platform/x11/
H A Dx11_event_source.cc118 DispatchEvent(&xevent);
128 DispatchEvent(&event);
135 uint32_t X11EventSource::DispatchEvent(XEvent* xevent) { function in class:ui::X11EventSource
142 uint32_t action = PlatformEventSource::DispatchEvent(xevent);
/external/chromium_org/ui/gl/
H A Dgl_surface_glx.cc487 uint32_t NativeViewGLSurfaceGLX::DispatchEvent(const ui::PlatformEvent& event) { function in class:gfx::NativeViewGLSurfaceGLX
/external/chromium_org/ui/ozone/platform/caca/
H A Dcaca_window.cc108 base::Bind(&PlatformWindowDelegate::DispatchEvent,
140 uint32_t CacaWindow::DispatchEvent(const PlatformEvent& ne) { function in class:ui::CacaWindow
/external/chromium_org/ui/ozone/platform/dri/
H A Ddri_window.cc103 uint32_t DriWindow::DispatchEvent(const PlatformEvent& native_event) { function in class:ui::DriWindow
106 base::Bind(&PlatformWindowDelegate::DispatchEvent,
/external/chromium_org/ui/ozone/platform/egltest/
H A Dozone_platform_egltest.cc76 virtual uint32_t DispatchEvent(const PlatformEvent& event) OVERRIDE;
155 uint32_t EgltestWindow::DispatchEvent(const ui::PlatformEvent& native_event) { function in class:ui::__anon17000::EgltestWindow
158 base::Bind(&PlatformWindowDelegate::DispatchEvent,
/external/chromium_org/ui/platform_window/x11/
H A Dx11_window.cc76 delegate_->DispatchEvent(&key_event);
84 delegate_->DispatchEvent(&mouse_event);
89 delegate_->DispatchEvent(&wheel_event);
96 delegate_->DispatchEvent(&scroll_event);
104 delegate_->DispatchEvent(&touch_event);
256 uint32_t X11Window::DispatchEvent(const PlatformEvent& event) { function in class:ui::X11Window
265 delegate_->DispatchEvent(&mouse_event);
270 delegate_->DispatchEvent(&mouse_event);
286 delegate_->DispatchEvent(&key_event);
295 delegate_->DispatchEvent(
[all...]
/external/chromium_org/ui/views/controls/menu/
H A Dmenu_controller_unittest.cc51 return DispatchEvent(event);
125 DispatchEvent();
190 DispatchEvent();
194 void DispatchEvent() { function in class:views::MenuControllerTest
H A Dmenu_event_dispatcher_linux.cc27 uint32_t MenuEventDispatcher::DispatchEvent(const ui::PlatformEvent& event) { function in class:views::internal::MenuEventDispatcher
/external/chromium_org/ui/views/test/
H A Dx11_property_change_waiter.cc68 uint32_t X11PropertyChangeWaiter::DispatchEvent( function in class:views::X11PropertyChangeWaiter
/external/chromium_org/ui/views/widget/desktop_aura/
H A Ddesktop_drag_drop_client_aurax11.cc148 virtual uint32_t DispatchEvent(const ui::PlatformEvent& event) OVERRIDE;
361 uint32_t DesktopDragDropClientAuraX11::X11DragContext::DispatchEvent( function in class:views::DesktopDragDropClientAuraX11::X11DragContext
H A Ddesktop_screen_x11.cc225 uint32_t DesktopScreenX11::DispatchEvent(const ui::PlatformEvent& event) { function in class:views::DesktopScreenX11
H A Ddesktop_window_tree_host_x11.cc1250 // called by PropertyNofify event from DispatchEvent() when the browser is
1639 uint32_t DesktopWindowTreeHostX11::DispatchEvent( function in class:views::DesktopWindowTreeHostX11

Completed in 5633 milliseconds

123