Searched defs:DispatchEvent (Results 1 - 25 of 60) sorted by relevance

123

/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/views/controls/menu/
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/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/chrome/browser/extensions/api/tabs/
H A Dwindows_event_router.cc59 DispatchEvent(windows::OnCreated::kEventName, window_controller->profile(),
71 DispatchEvent(windows::OnRemoved::kEventName,
144 void WindowsEventRouter::DispatchEvent(const std::string& event_name, function in class:extensions::WindowsEventRouter
/external/chromium_org/chrome/browser/extensions/
H A Dglobal_shortcut_listener_x11.cc91 uint32_t GlobalShortcutListenerX11::DispatchEvent( function in class:extensions::GlobalShortcutListenerX11
H A Dpermissions_updater.cc311 void PermissionsUpdater::DispatchEvent( function in class:extensions::PermissionsUpdater
375 DispatchEvent(extension->id(), event_name, changed);
/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
/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/chrome/browser/extensions/api/screenlock_private/
H A Dscreenlock_private_api.cc113 DispatchEvent(screenlock::OnChanged::kEventName,
118 DispatchEvent(screenlock::OnChanged::kEventName,
126 void ScreenlockPrivateEventRouter::DispatchEvent( function in class:extensions::ScreenlockPrivateEventRouter
/external/chromium_org/chrome/browser/extensions/api/system_private/
H A Dsystem_private_api.cc50 void DispatchEvent(const std::string& event_name, base::Value* argument) { function in namespace:__anon3842
146 DispatchEvent(system_private::OnVolumeChanged::kEventName, dict);
153 DispatchEvent(system_private::OnBrightnessChanged::kEventName, dict);
157 DispatchEvent(system_private::OnScreenUnlocked::kEventName, NULL);
161 DispatchEvent(system_private::OnWokeUp::kEventName, NULL);
/external/chromium_org/chrome/browser/extensions/api/web_navigation/
H A Dweb_navigation_api_helpers.cc41 void DispatchEvent(content::BrowserContext* browser_context, function in namespace:extensions::web_navigation_api_helpers::__anon3857
84 DispatchEvent(web_contents->GetBrowserContext(),
124 DispatchEvent(web_contents->GetBrowserContext(), event_name, args.Pass(),
142 DispatchEvent(web_contents->GetBrowserContext(),
162 DispatchEvent(web_contents->GetBrowserContext(),
194 DispatchEvent(browser_context,
216 DispatchEvent(web_contents->GetBrowserContext(),
236 DispatchEvent(browser_context,
/external/chromium_org/chrome/test/logging/win/
H A Dlog_file_reader.cc84 // Delegates to DispatchEvent() of the current LogDumper instance.
94 void DispatchEvent(const EVENT_TRACE* event);
132 instance_->DispatchEvent(event);
207 void LogFileReader::DispatchEvent(const EVENT_TRACE* event) { function in class:logging_win::__anon5986::LogFileReader
/external/chromium_org/extensions/browser/api/serial/
H A Dserial_event_dispatcher.cc135 base::Bind(&DispatchEvent,
142 void SerialEventDispatcher::DispatchEvent(void* browser_context_id, function in class:extensions::core_api::SerialEventDispatcher
/external/chromium_org/extensions/browser/api/sockets_tcp/
H A Dtcp_socket_event_dispatcher.cc176 base::Bind(&DispatchEvent,
183 void TCPSocketEventDispatcher::DispatchEvent(void* browser_context_id, function in class:extensions::core_api::TCPSocketEventDispatcher
/external/chromium_org/extensions/browser/api/sockets_tcp_server/
H A Dtcp_server_socket_event_dispatcher.cc176 base::Bind(&DispatchEvent,
183 void TCPServerSocketEventDispatcher::DispatchEvent( function in class:extensions::core_api::TCPServerSocketEventDispatcher
/external/chromium_org/extensions/browser/api/sockets_udp/
H A Dudp_socket_event_dispatcher.cc161 base::Bind(&DispatchEvent,
168 void UDPSocketEventDispatcher::DispatchEvent(void* browser_context_id, function in class:extensions::core_api::UDPSocketEventDispatcher
/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/views/widget/desktop_aura/
H A Dx11_desktop_handler.cc153 uint32_t X11DesktopHandler::DispatchEvent(const ui::PlatformEvent& event) { function in class:views::X11DesktopHandler
H A Dx11_whole_screen_move_loop.cc56 uint32_t X11WholeScreenMoveLoop::DispatchEvent(const ui::PlatformEvent& event) { function in class:views::X11WholeScreenMoveLoop
123 return DispatchEvent(&xevent);
/external/chromium_org/chrome/browser/accessibility/
H A Daccessibility_extension_api.cc141 DispatchEvent(info->profile(),
151 DispatchEvent(info->profile(),
159 DispatchEvent(info->profile(),
167 DispatchEvent(info->profile(),
175 DispatchEvent(info->profile(),
183 DispatchEvent(info->profile(),
191 DispatchEvent(info->profile(),
224 void ExtensionAccessibilityEventRouter::DispatchEvent( function in class:ExtensionAccessibilityEventRouter
/external/chromium_org/extensions/browser/api/bluetooth_socket/
H A Dbluetooth_socket_event_dispatcher.cc347 base::Bind(&DispatchEvent,
354 void BluetoothSocketEventDispatcher::DispatchEvent( function in class:extensions::core_api::BluetoothSocketEventDispatcher
/external/chromium_org/extensions/browser/api/system_info/
H A Dsystem_info_api.cc76 void DispatchEvent(const std::string& event_name,
167 DispatchEvent(system_storage::OnAttached::kEventName, args.Pass());
178 DispatchEvent(system_storage::OnDetached::kEventName, args.Pass());
196 DispatchEvent(system_display::OnDisplayChanged::kEventName, args.Pass());
199 void SystemInfoEventRouter::DispatchEvent(const std::string& event_name, function in class:extensions::__anon8120::SystemInfoEventRouter

Completed in 523 milliseconds

123