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

123

/external/chromium_org/third_party/WebKit/Source/core/html/shadow/
H A DDateTimeFieldElement.h46 DispatchEvent, enumerator in enum:WebCore::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.cc125 void PermissionsUpdater::DispatchEvent( function in class:extensions::PermissionsUpdater
189 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.cc110 DispatchEvent(&xevent);
120 DispatchEvent(&event);
127 uint32_t X11EventSource::DispatchEvent(XEvent* xevent) { function in class:ui::X11EventSource
134 uint32_t action = PlatformEventSource::DispatchEvent(xevent);
/external/chromium_org/ui/views/widget/desktop_aura/
H A Dx11_desktop_handler.cc127 uint32_t X11DesktopHandler::DispatchEvent(const ui::PlatformEvent& event) { function in class:views::X11DesktopHandler
/external/chromium_org/chrome/browser/extensions/api/serial/
H A Dserial_event_dispatcher.cc135 base::Bind(&DispatchEvent,
142 void SerialEventDispatcher::DispatchEvent(void* profile_id, function in class:extensions::api::SerialEventDispatcher
/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:__anon3783
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.cc40 void DispatchEvent(content::BrowserContext* browser_context, function in namespace:extensions::web_navigation_api_helpers::__anon3797
82 DispatchEvent(web_contents->GetBrowserContext(),
124 DispatchEvent(web_contents->GetBrowserContext(), event_name, args.Pass(),
144 DispatchEvent(web_contents->GetBrowserContext(),
166 DispatchEvent(web_contents->GetBrowserContext(),
200 DispatchEvent(browser_context,
224 DispatchEvent(web_contents->GetBrowserContext(),
244 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::__anon5916::LogFileReader
/external/chromium_org/extensions/browser/api/sockets_tcp/
H A Dtcp_socket_event_dispatcher.cc175 base::Bind(&DispatchEvent,
182 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.cc175 base::Bind(&DispatchEvent,
182 void TCPServerSocketEventDispatcher::DispatchEvent( function in class:extensions::core_api::TCPServerSocketEventDispatcher
/external/chromium_org/extensions/browser/api/sockets_udp/
H A Dudp_socket_event_dispatcher.cc160 base::Bind(&DispatchEvent,
167 void UDPSocketEventDispatcher::DispatchEvent(void* browser_context_id, function in class:extensions::core_api::UDPSocketEventDispatcher
/external/chromium_org/ui/aura/
H A Dwindow_tree_host_ozone.cc41 uint32_t WindowTreeHostOzone::DispatchEvent(const ui::PlatformEvent& ne) { function in class:aura::WindowTreeHostOzone
/external/chromium_org/ash/sticky_keys/
H A Dsticky_keys_controller.cc51 void DispatchEvent(ui::Event* event, aura::Window* target);
64 DispatchEvent(event, target);
78 DispatchEvent(&new_event, target);
84 DispatchEvent(&new_event, target);
91 DispatchEvent(event, target);
94 void StickyKeysHandlerDelegateImpl::DispatchEvent(ui::Event* event, function in class:ash::__anon1972::StickyKeysHandlerDelegateImpl
/external/chromium_org/chrome/browser/accessibility/
H A Daccessibility_extension_api.cc137 DispatchEvent(info->profile(),
147 DispatchEvent(info->profile(),
155 DispatchEvent(info->profile(),
163 DispatchEvent(info->profile(),
171 DispatchEvent(info->profile(),
179 DispatchEvent(info->profile(),
187 DispatchEvent(info->profile(),
220 void ExtensionAccessibilityEventRouter::DispatchEvent( function in class:ExtensionAccessibilityEventRouter
/external/chromium_org/chrome/browser/extensions/api/bluetooth_socket/
H A Dbluetooth_socket_event_dispatcher.cc348 base::Bind(&DispatchEvent,
355 void BluetoothSocketEventDispatcher::DispatchEvent( function in class:extensions::api::BluetoothSocketEventDispatcher
/external/chromium_org/chrome/browser/extensions/api/screenlock_private/
H A Dscreenlock_private_api.cc274 DispatchEvent(screenlock::OnChanged::kEventName,
279 DispatchEvent(screenlock::OnChanged::kEventName,
283 void ScreenlockPrivateEventRouter::DispatchEvent( function in class:extensions::ScreenlockPrivateEventRouter
/external/chromium_org/chrome/browser/extensions/api/system_info/
H A Dsystem_info_api.cc82 void DispatchEvent(const std::string& event_name,
172 DispatchEvent(system_storage::OnAttached::kEventName, args.Pass());
183 DispatchEvent(system_storage::OnDetached::kEventName, args.Pass());
201 DispatchEvent(system_display::OnDisplayChanged::kEventName, args.Pass());
204 void SystemInfoEventRouter::DispatchEvent(const std::string& event_name, function in class:extensions::__anon3780::SystemInfoEventRouter
/external/chromium_org/chrome/browser/guest_view/
H A Dguest_view_base.cc245 void GuestViewBase::DispatchEvent(Event* event) { function in class:GuestViewBase
264 extensions::EventRouter::DispatchEvent(
280 DispatchEvent(event_ptr.release());

Completed in 1152 milliseconds

123