Searched refs:PlatformEventDispatcher (Results 1 - 25 of 48) sorted by relevance

12

/external/chromium_org/ui/events/platform/
H A Dscoped_event_dispatcher.h14 class PlatformEventDispatcher;
16 // A temporary PlatformEventDispatcher can be installed on a
25 ScopedEventDispatcher(PlatformEventDispatcher** scoped_dispatcher,
26 PlatformEventDispatcher* new_dispatcher);
29 operator PlatformEventDispatcher*() const { return original_; }
32 PlatformEventDispatcher* original_;
33 base::AutoReset<PlatformEventDispatcher*> restore_;
H A Dscoped_event_dispatcher.cc12 PlatformEventDispatcher** scoped_dispatcher,
13 PlatformEventDispatcher* new_dispatcher)
H A Dplatform_event_source.h21 class PlatformEventDispatcher;
36 void AddPlatformEventDispatcher(PlatformEventDispatcher* dispatcher);
41 void RemovePlatformEventDispatcher(PlatformEventDispatcher* dispatcher);
43 // Installs a PlatformEventDispatcher that receives all the events. The
52 PlatformEventDispatcher* dispatcher);
87 typedef ObserverList<PlatformEventDispatcher> PlatformEventDispatcherList;
89 PlatformEventDispatcher* overridden_dispatcher_;
H A Dplatform_event_dispatcher.h14 // See documentation for |PlatformEventDispatcher::DispatchEvent()| for
22 // PlatformEventDispatcher receives events from a PlatformEventSource and
24 class EVENTS_EXPORT PlatformEventDispatcher { class in namespace:ui
38 virtual ~PlatformEventDispatcher() {}
H A Dplatform_event_source.cc34 PlatformEventDispatcher* dispatcher) {
41 PlatformEventDispatcher* dispatcher) {
47 PlatformEventDispatcher* dispatcher) {
76 ObserverList<PlatformEventDispatcher>::Iterator iter(dispatchers_);
77 while (PlatformEventDispatcher* dispatcher = iter.GetNext()) {
/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DPlatformEventDispatcher.cpp6 #include "core/frame/PlatformEventDispatcher.h"
13 PlatformEventDispatcher::PlatformEventDispatcher() function in class:blink::PlatformEventDispatcher
19 PlatformEventDispatcher::~PlatformEventDispatcher()
23 void PlatformEventDispatcher::addController(PlatformEventController* controller)
32 void PlatformEventDispatcher::removeController(PlatformEventController* controller)
51 void PlatformEventDispatcher::purgeControllers()
71 void PlatformEventDispatcher::notifyControllers()
H A DPlatformEventDispatcher.h13 class PlatformEventDispatcher { class in namespace:blink
19 PlatformEventDispatcher();
20 virtual ~PlatformEventDispatcher();
/external/chromium_org/third_party/WebKit/Source/modules/device_light/
H A DDeviceLightDispatcher.h8 #include "core/frame/PlatformEventDispatcher.h"
17 class DeviceLightDispatcher FINAL : public PlatformEventDispatcher, public WebDeviceLightListener {
30 // Inherited from PlatformEventDispatcher.
/external/chromium_org/third_party/WebKit/Source/modules/screen_orientation/
H A DScreenOrientationDispatcher.h8 #include "core/frame/PlatformEventDispatcher.h"
17 // It is not a common implementation of PlatformEventDispatcher in the sense
24 public PlatformEventDispatcher {
32 // Inherited from PlatformEventDispatcher.
/external/chromium_org/third_party/WebKit/Source/modules/battery/
H A DBatteryDispatcher.h8 #include "core/frame/PlatformEventDispatcher.h"
17 class BatteryDispatcher FINAL : public PlatformEventDispatcher, public WebBatteryStatusListener {
30 // Inherited from PlatformEventDispatcher.
/external/chromium_org/third_party/WebKit/Source/modules/device_orientation/
H A DDeviceMotionDispatcher.h34 #include "core/frame/PlatformEventDispatcher.h"
46 class DeviceMotionDispatcher FINAL : public PlatformEventDispatcher, public WebDeviceMotionListener {
61 // Inherited from PlatformEventDispatcher.
H A DDeviceOrientationDispatcher.h34 #include "core/frame/PlatformEventDispatcher.h"
46 class DeviceOrientationDispatcher : public PlatformEventDispatcher, public WebDeviceOrientationListener {
61 // Inherited from PlatformEventDispatcher.
/external/chromium_org/ui/views/controls/menu/
H A Dmenu_event_dispatcher_linux.h16 class MenuEventDispatcher : public ui::PlatformEventDispatcher {
22 // ui::PlatformEventDispatcher:
/external/chromium_org/ui/base/x/
H A Dselection_requestor.h21 class PlatformEventDispatcher;
35 PlatformEventDispatcher* dispatcher);
136 PlatformEventDispatcher* dispatcher_;
/external/chromium_org/ui/wm/core/
H A Dnested_accelerator_dispatcher_linux.cc39 ui::PlatformEventDispatcher* dispatcher) {
48 public ui::PlatformEventDispatcher {
62 // ui::PlatformEventDispatcher:
86 ui::PlatformEventDispatcher* prev = *restore_dispatcher_;
/external/chromium_org/third_party/WebKit/Source/modules/gamepad/
H A DGamepadDispatcher.h8 #include "core/frame/PlatformEventDispatcher.h"
18 class GamepadDispatcher : public PlatformEventDispatcher, public WebGamepadListener {
39 // PlatformEventDispatcher
/external/chromium_org/ui/display/chromeos/x11/
H A Dnative_display_event_dispatcher_x11.h20 : public ui::PlatformEventDispatcher {
27 // ui::PlatformEventDispatcher:
/external/chromium_org/chrome/browser/extensions/
H A Dglobal_shortcut_listener_x11.h20 public ui::PlatformEventDispatcher {
25 // ui::PlatformEventDispatcher implementation.
/external/chromium_org/ui/views/test/
H A Dx11_property_change_waiter.h22 class X11PropertyChangeWaiter : public ui::PlatformEventDispatcher {
39 // ui::PlatformEventDispatcher:
/external/chromium_org/ui/ozone/platform/dri/
H A Ddri_window.h22 public PlatformEventDispatcher {
49 // PlatformEventDispatcher:
/external/chromium_org/ui/platform_window/x11/
H A Dx11_window.h21 public PlatformEventDispatcher {
46 // PlatformEventDispatcher:
/external/chromium_org/ui/views/widget/desktop_aura/
H A Dx11_desktop_handler.h27 class VIEWS_EXPORT X11DesktopHandler : public ui::PlatformEventDispatcher,
59 // ui::PlatformEventDispatcher
H A Dx11_whole_screen_move_loop.h36 public ui::PlatformEventDispatcher {
41 // ui:::PlatformEventDispatcher:
H A Ddesktop_screen_x11.h27 public ui::PlatformEventDispatcher {
51 // ui::PlatformEventDispatcher:
/external/chromium_org/ui/ozone/platform/caca/
H A Dcaca_window.h29 class CacaWindow : public PlatformWindow, public PlatformEventDispatcher {
64 // PlatformEventDispatcher:

Completed in 407 milliseconds

12