Home
last modified time | relevance | path

Searched refs:DispatchEvent (Results 1 – 25 of 117) sorted by relevance

12345

/external/chromium_org/ash/host/
Dash_window_tree_host_x11_unittest.cc108 window_tree_host->DispatchEvent(scoped_xevent); in TEST_F()
117 window_tree_host->DispatchEvent(scoped_xevent); in TEST_F()
125 window_tree_host->DispatchEvent(scoped_xevent); in TEST_F()
133 window_tree_host->DispatchEvent(scoped_xevent); in TEST_F()
173 window_tree_host1->DispatchEvent(scoped_xevent); in TEST_F()
175 window_tree_host2->DispatchEvent(scoped_xevent); in TEST_F()
186 window_tree_host1->DispatchEvent(scoped_xevent); in TEST_F()
188 window_tree_host2->DispatchEvent(scoped_xevent); in TEST_F()
199 window_tree_host1->DispatchEvent(scoped_xevent); in TEST_F()
201 window_tree_host2->DispatchEvent(scoped_xevent); in TEST_F()
[all …]
/external/chromium_org/ui/events/
Devent_processor_unittest.cc35 void DispatchEvent(Event* event) { in DispatchEvent() function in ui::test::EventProcessorTest
51 DispatchEvent(&mouse); in TEST_F()
56 DispatchEvent(&mouse); in TEST_F()
141 DispatchEvent(&mouse); in TEST_F()
155 DispatchEvent(&mouse2); in TEST_F()
164 DispatchEvent(&second); in TEST_F()
192 DispatchEvent(&mouse); in TEST_F()
203 DispatchEvent(&mouse2); in TEST_F()
256 DispatchEvent(&key_event); in TEST_F()
269 DispatchEvent(&key_event); in TEST_F()
[all …]
Devent_dispatcher.cc46 EventDispatchDetails EventDispatcherDelegate::DispatchEvent(EventTarget* target, in DispatchEvent() function in ui::EventDispatcherDelegate
137 DispatchEvent(target, event); in ProcessEvent()
168 DispatchEvent(handler, event); in DispatchEventToEventHandlers()
180 void EventDispatcher::DispatchEvent(EventHandler* handler, Event* event) { in DispatchEvent() function in ui::EventDispatcher
Devent_dispatcher.h45 EventDispatchDetails DispatchEvent(EventTarget* target, Event* event)
94 void DispatchEvent(EventHandler* handler, Event* event);
/external/chromium_org/chrome/browser/extensions/api/system_private/
Dsystem_private_api.cc50 void DispatchEvent(const std::string& event_name, base::Value* argument) { in DispatchEvent() function
146 DispatchEvent(system_private::OnVolumeChanged::kEventName, dict); in DispatchVolumeChangedEvent()
153 DispatchEvent(system_private::OnBrightnessChanged::kEventName, dict); in DispatchBrightnessChangedEvent()
157 DispatchEvent(system_private::OnScreenUnlocked::kEventName, NULL); in DispatchScreenUnlockedEvent()
161 DispatchEvent(system_private::OnWokeUp::kEventName, NULL); in DispatchWokeUpEvent()
/external/chromium_org/chrome/browser/accessibility/
Daccessibility_extension_api.cc137 DispatchEvent(info->profile(), in OnWindowOpened()
147 DispatchEvent(info->profile(), in OnControlFocused()
155 DispatchEvent(info->profile(), in OnControlAction()
163 DispatchEvent(info->profile(), in OnControlHover()
171 DispatchEvent(info->profile(), in OnTextChanged()
179 DispatchEvent(info->profile(), in OnMenuOpened()
187 DispatchEvent(info->profile(), in OnMenuClosed()
220 void ExtensionAccessibilityEventRouter::DispatchEvent( in DispatchEvent() function in ExtensionAccessibilityEventRouter
/external/chromium_org/ui/events/platform/x11/
Dx11_event_source.cc110 DispatchEvent(&xevent); in DispatchXEvents()
120 DispatchEvent(&event); in BlockUntilWindowMapped()
127 uint32_t X11EventSource::DispatchEvent(XEvent* xevent) { in DispatchEvent() function in ui::X11EventSource
134 uint32_t action = PlatformEventSource::DispatchEvent(xevent); in DispatchEvent()
/external/chromium_org/chrome/browser/extensions/api/web_navigation/
Dweb_navigation_api_helpers.cc40 void DispatchEvent(content::BrowserContext* browser_context, in DispatchEvent() function
82 DispatchEvent(web_contents->GetBrowserContext(), in DispatchOnBeforeNavigate()
124 DispatchEvent(web_contents->GetBrowserContext(), event_name, args.Pass(), in DispatchOnCommitted()
144 DispatchEvent(web_contents->GetBrowserContext(), in DispatchOnDOMContentLoaded()
166 DispatchEvent(web_contents->GetBrowserContext(), in DispatchOnCompleted()
200 DispatchEvent(browser_context, in DispatchOnCreatedNavigationTarget()
224 DispatchEvent(web_contents->GetBrowserContext(), in DispatchOnErrorOccurred()
244 DispatchEvent(browser_context, in DispatchOnTabReplaced()
/external/chromium_org/chrome/browser/extensions/api/tabs/
Dtabs_event_router.cc229 DispatchEvent(profile, tabs::OnAttached::kEventName, args.Pass(), in TabInsertedAt()
252 DispatchEvent(profile, in TabDetachedAt()
274 DispatchEvent(profile, in TabClosingAt()
307 DispatchEvent(profile, in ActiveTabChanged()
311 DispatchEvent(profile, in ActiveTabChanged()
320 DispatchEvent(profile, tabs::OnActivated::kEventName, args.Pass(), gesture); in ActiveTabChanged()
352 DispatchEvent(profile, in TabSelectionChanged()
356 DispatchEvent(profile, in TabSelectionChanged()
380 DispatchEvent(profile, in TabMoved()
414 void TabsEventRouter::DispatchEvent( in DispatchEvent() function in extensions::TabsEventRouter
[all …]
Dwindows_event_router.cc59 DispatchEvent(windows::OnCreated::kEventName, window_controller->profile(), in OnWindowControllerAdded()
71 DispatchEvent(windows::OnRemoved::kEventName, in OnWindowControllerRemoved()
144 void WindowsEventRouter::DispatchEvent(const std::string& event_name, in DispatchEvent() function in extensions::WindowsEventRouter
/external/chromium_org/ui/views/widget/
Droot_view.cc321 DispatchEvent(mouse_pressed_handler_, &mouse_pressed_event); in OnMousePressed()
352 DispatchEvent(mouse_pressed_handler_, &mouse_pressed_event); in OnMousePressed()
398 DispatchEvent(mouse_pressed_handler_, &mouse_event); in OnMouseDragged()
416 DispatchEvent(mouse_pressed_handler, &mouse_released); in OnMouseReleased()
465 DispatchEvent(mouse_move_handler_, &exit); in OnMouseMoved()
479 DispatchEvent(mouse_move_handler_, &entered); in OnMouseMoved()
497 DispatchEvent(mouse_move_handler_, &exited); in OnMouseMoved()
515 DispatchEvent(mouse_move_handler_, &exited); in OnMouseExited()
528 DispatchEvent(v, const_cast<ui::MouseWheelEvent*>(&event)); in OnMouseWheel()
568 DispatchEvent(handler, &handler_event); in DispatchGestureEvent()
[all …]
/external/chromium_org/ui/events/platform/
Dplatform_event_source.cc65 uint32_t PlatformEventSource::DispatchEvent(PlatformEvent platform_event) { in DispatchEvent() function in ui::PlatformEventSource
72 action = overridden_dispatcher_->DispatchEvent(platform_event); in DispatchEvent()
79 action = dispatcher->DispatchEvent(platform_event); in DispatchEvent()
/external/chromium_org/third_party/WebKit/Source/core/html/shadow/
DDateTimeNumericFieldElement.cpp100 setValueAsInteger(value, DispatchEvent); in setFocus()
137 setValueAsInteger(newValue, DispatchEvent); in handleKeyboardEvent()
140 updateVisibleValue(DispatchEvent); in handleKeyboardEvent()
188 setValueAsInteger(newValue, DispatchEvent); in stepDown()
197 setValueAsInteger(newValue, DispatchEvent); in stepUp()
DDateTimeSymbolicFieldElement.cpp87 setValueAsInteger(index, DispatchEvent); in handleKeyboardEvent()
124 updateVisibleValue(DispatchEvent); in stepDown()
134 updateVisibleValue(DispatchEvent); in stepUp()
/external/chromium_org/chrome/browser/extensions/api/system_info/
Dsystem_info_api.cc82 void DispatchEvent(const std::string& event_name,
172 DispatchEvent(system_storage::OnAttached::kEventName, args.Pass()); in OnRemovableStorageAttached()
183 DispatchEvent(system_storage::OnDetached::kEventName, args.Pass()); in OnRemovableStorageDetached()
201 DispatchEvent(system_display::OnDisplayChanged::kEventName, args.Pass()); in OnDisplayChanged()
204 void SystemInfoEventRouter::DispatchEvent(const std::string& event_name, in DispatchEvent() function in extensions::__anon84b22d130111::SystemInfoEventRouter
/external/chromium_org/content/browser/speech/
Dgoogle_streaming_remote_engine.cc95 DispatchEvent(event_args); in StartRecognition()
100 DispatchEvent(event_args); in EndRecognition()
106 DispatchEvent(event_args); in TakeAudioChunk()
111 DispatchEvent(event_args); in AudioChunksEnded()
153 DispatchEvent(event_args); in DispatchHTTPResponse()
160 DispatchEvent(event_args); in DispatchHTTPResponse()
187 DispatchEvent(event_args); in DispatchHTTPResponse()
191 DispatchEvent(event_args); in DispatchHTTPResponse()
206 void GoogleStreamingRemoteEngine::DispatchEvent( in DispatchEvent() function in content::GoogleStreamingRemoteEngine
Dspeech_recognizer_impl.cc218 base::Bind(&SpeechRecognizerImpl::DispatchEvent, in StartRecognition()
224 base::Bind(&SpeechRecognizerImpl::DispatchEvent, in AbortRecognition()
230 base::Bind(&SpeechRecognizerImpl::DispatchEvent, in StopAudioCapture()
269 base::Bind(&SpeechRecognizerImpl::DispatchEvent, in OnError()
280 base::Bind(&SpeechRecognizerImpl::DispatchEvent, in OnData()
291 base::Bind(&SpeechRecognizerImpl::DispatchEvent, in OnSpeechRecognitionEngineResults()
300 base::Bind(&SpeechRecognizerImpl::DispatchEvent, in OnSpeechRecognitionEngineError()
316 void SpeechRecognizerImpl::DispatchEvent(const FSMEventArgs& event_args) { in DispatchEvent() function in content::SpeechRecognizerImpl
Dspeech_recognition_manager_impl.cc212 base::Bind(&SpeechRecognitionManagerImpl::DispatchEvent, in RecognitionAllowedCallback()
221 base::Bind(&SpeechRecognitionManagerImpl::DispatchEvent, in RecognitionAllowedCallback()
269 base::Bind(&SpeechRecognitionManagerImpl::DispatchEvent, in AbortSession()
285 base::Bind(&SpeechRecognitionManagerImpl::DispatchEvent, in StopAudioCaptureForSession()
374 base::Bind(&SpeechRecognitionManagerImpl::DispatchEvent, in OnAudioEnd()
427 base::Bind(&SpeechRecognitionManagerImpl::DispatchEvent, in OnRecognitionEnd()
485 void SpeechRecognitionManagerImpl::DispatchEvent(int session_id, in DispatchEvent() function in content::SpeechRecognitionManagerImpl
/external/chromium_org/chrome/browser/guest_view/web_view/
Dweb_view_guest.cc434 DispatchEvent(new GuestViewBase::Event(webview::kEventLoadStop, args.Pass())); in DidStopLoading()
486 DispatchEvent( in AddMessageToConsole()
493 DispatchEvent(new GuestViewBase::Event(webview::kEventClose, args.Pass())); in CloseContents()
521 DispatchEvent(new GuestViewBase::Event(webview::kEventContextMenu, in HandleContextMenu()
550 DispatchEvent( in LoadProgressChanged()
561 DispatchEvent( in LoadAbort()
618 DispatchEvent( in RendererResponsive()
626 DispatchEvent( in RendererUnresponsive()
973 DispatchEvent( in DidCommitProvisionalLoadForFrame()
1012 DispatchEvent( in DidStartProvisionalLoadForFrame()
[all …]
/external/chromium_org/ui/views/controls/menu/
Dmenu_controller_unittest.cc46 return DispatchEvent(event); in Dispatch()
120 DispatchEvent(); in Step3_DispatchEvents()
185 DispatchEvent(); in DispatchEscapeAndExpect()
189 void DispatchEvent() { in DispatchEvent() function in views::MenuControllerTest
/external/chromium_org/ui/wm/core/
Dnested_accelerator_dispatcher_linux.cc67 virtual uint32_t DispatchEvent(const ui::PlatformEvent& event) OVERRIDE { in DispatchEvent() function in wm::NestedAcceleratorDispatcherLinux
88 return prev ? prev->DispatchEvent(event) in DispatchEvent()
/external/chromium_org/ash/sticky_keys/
Dsticky_keys_controller.cc51 void DispatchEvent(ui::Event* event, aura::Window* target);
64 DispatchEvent(event, target); in DispatchKeyEvent()
78 DispatchEvent(&new_event, target); in DispatchMouseEvent()
84 DispatchEvent(&new_event, target); in DispatchMouseEvent()
91 DispatchEvent(event, target); in DispatchScrollEvent()
94 void StickyKeysHandlerDelegateImpl::DispatchEvent(ui::Event* event, in DispatchEvent() function in ash::__anonff8827a40111::StickyKeysHandlerDelegateImpl
/external/chromium_org/chrome/test/logging/win/
Dlog_file_reader.cc94 void DispatchEvent(const EVENT_TRACE* event);
132 instance_->DispatchEvent(event); in ProcessEvent()
207 void LogFileReader::DispatchEvent(const EVENT_TRACE* event) { in DispatchEvent() function in logging_win::__anoncf983fc50111::LogFileReader
/external/chromium_org/chrome/browser/extensions/api/processes/
Dprocesses_api.cc315 DispatchEvent(keys::kOnCreated, args.Pass()); in OnItemsAdded()
363 DispatchEvent(keys::kOnUpdated, args.Pass()); in OnItemsChanged()
382 DispatchEvent(keys::kOnUpdatedWithMemory, args.Pass()); in OnItemsChanged()
411 DispatchEvent(keys::kOnExited, args.Pass()); in OnItemsToBeRemoved()
440 DispatchEvent(keys::kOnUnresponsive, args.Pass()); in ProcessHangEvent()
460 DispatchEvent(keys::kOnExited, args.Pass()); in ProcessClosedEvent()
464 void ProcessesEventRouter::DispatchEvent( in DispatchEvent() function in extensions::ProcessesEventRouter
/external/chromium_org/chrome/browser/guest_view/
Dguest_view_base.cc245 void GuestViewBase::DispatchEvent(Event* event) { in DispatchEvent() function in GuestViewBase
264 extensions::EventRouter::DispatchEvent( in DispatchEvent()
280 DispatchEvent(event_ptr.release()); in SendQueuedEvents()

12345