/external/chromium_org/ui/events/ozone/ |
event_converter_ozone.h | 32 virtual void DispatchEvent(scoped_ptr<ui::Event> event);
|
event_converter_ozone.cc | 28 void EventConverterOzone::DispatchEvent(scoped_ptr<ui::Event> event) {
|
/external/chromium_org/ui/events/ |
event_processor.cc | 22 return DispatchEvent(target, event);
|
event_processor_unittest.cc | 29 void DispatchEvent(Event* event) { 45 DispatchEvent(&mouse); 50 DispatchEvent(&mouse); 134 DispatchEvent(&mouse); 146 DispatchEvent(&mouse); 155 DispatchEvent(&second);
|
event_dispatcher.h | 45 EventDispatchDetails DispatchEvent(EventTarget* target, Event* event) 94 void DispatchEvent(EventHandler* handler, Event* event);
|
event_dispatcher.cc | 46 EventDispatchDetails EventDispatcherDelegate::DispatchEvent(EventTarget* target, 126 DispatchEvent(target, event); 163 DispatchEvent(handler, event); 175 void EventDispatcher::DispatchEvent(EventHandler* handler, Event* event) {
|
/external/chromium_org/chrome/browser/extensions/api/system_private/ |
system_private_api.cc | 50 void DispatchEvent(const std::string& event_name, base::Value* argument) { 145 DispatchEvent(system_private::OnVolumeChanged::kEventName, dict); 152 DispatchEvent(system_private::OnBrightnessChanged::kEventName, dict); 156 DispatchEvent(system_private::OnScreenUnlocked::kEventName, NULL); 160 DispatchEvent(system_private::OnWokeUp::kEventName, NULL);
|
/external/chromium/chrome/browser/extensions/ |
extension_processes_api.h | 44 void DispatchEvent(Profile* profile,
|
extension_accessibility_api.cc | 141 DispatchEvent(info->profile(), keys::kOnWindowOpened, json_args); 147 DispatchEvent(info->profile(), keys::kOnWindowClosed, json_args); 155 DispatchEvent(info->profile(), keys::kOnControlFocused, json_args); 161 DispatchEvent(info->profile(), keys::kOnControlAction, json_args); 167 DispatchEvent(info->profile(), keys::kOnTextChanged, json_args); 173 DispatchEvent(info->profile(), keys::kOnMenuOpened, json_args); 179 DispatchEvent(info->profile(), keys::kOnMenuClosed, json_args); 182 void ExtensionAccessibilityEventRouter::DispatchEvent(
|
extension_preference_api.h | 29 void DispatchEvent(const std::string& extension_id,
|
/external/chromium_org/chrome/browser/extensions/api/media_galleries_private/ |
media_galleries_private_event_router.h | 46 void DispatchEvent(const std::string& event_name,
|
media_galleries_private_event_router.cc | 109 DispatchEvent( 127 DispatchEvent( 131 void MediaGalleriesPrivateEventRouter::DispatchEvent(
|
/external/chromium_org/chrome/browser/extensions/ |
permissions_updater.h | 57 void DispatchEvent(const std::string& extension_id,
|
/external/chromium_org/chrome/browser/accessibility/ |
accessibility_extension_api.cc | 131 DispatchEvent(info->profile(), 141 DispatchEvent(info->profile(), 149 DispatchEvent(info->profile(), 157 DispatchEvent(info->profile(), 165 DispatchEvent(info->profile(), 173 DispatchEvent(info->profile(), 205 void ExtensionAccessibilityEventRouter::DispatchEvent(
|
/external/chromium_org/chrome/browser/chromeos/extensions/ |
screenlock_private_api.cc | 86 DispatchEvent(screenlock::OnChanged::kEventName, 91 DispatchEvent(screenlock::OnChanged::kEventName, 95 void ScreenlockPrivateEventRouter::DispatchEvent(
|
screenlock_private_api.h | 72 void DispatchEvent(const std::string& event_name, base::Value* arg);
|
/external/chromium_org/chrome/browser/extensions/api/tabs/ |
windows_event_router.h | 66 void DispatchEvent(const std::string& event_name,
|
tabs_event_router.cc | 229 DispatchEvent(profile, tabs::OnAttached::kEventName, args.Pass(), 252 DispatchEvent(profile, 274 DispatchEvent(profile, 307 DispatchEvent(profile, 311 DispatchEvent(profile, 320 DispatchEvent(profile, tabs::OnActivated::kEventName, args.Pass(), gesture); 352 DispatchEvent(profile, 356 DispatchEvent(profile, 380 DispatchEvent(profile, 413 void TabsEventRouter::DispatchEvent( [all...] |
windows_event_router.cc | 67 DispatchEvent(windows::OnCreated::kEventName, window_controller->profile(), 79 DispatchEvent(windows::OnRemoved::kEventName, 160 void WindowsEventRouter::DispatchEvent(const std::string& event_name,
|
/external/chromium_org/chrome/browser/guestview/webview/ |
webview_guest.cc | 281 DispatchEvent( 287 DispatchEvent(new GuestView::Event(webview::kEventClose, args.Pass())); 320 DispatchEvent( 380 DispatchEvent(new GuestView::Event(webview::kEventLoadProgress, args.Pass())); 390 DispatchEvent(new GuestView::Event(webview::kEventLoadAbort, args.Pass())); 399 DispatchEvent(new GuestView::Event(webview::kEventResponsive, args.Pass())); 406 DispatchEvent(new GuestView::Event(webview::kEventUnresponsive, args.Pass())); 428 DispatchEvent(new GuestView::Event(webview::kEventNewWindow, 439 DispatchEvent(new GuestView::Event(webview::kEventDialog, 446 DispatchEvent(new GuestView::Event(webview::kEventPermissionRequest [all...] |
/external/chromium_org/chrome/browser/extensions/api/web_navigation/ |
web_navigation_api_helpers.cc | 40 void DispatchEvent(content::BrowserContext* browser_context, 81 DispatchEvent(web_contents->GetBrowserContext(), 118 DispatchEvent(web_contents->GetBrowserContext(), event_name, args.Pass(), 138 DispatchEvent(web_contents->GetBrowserContext(), 160 DispatchEvent(web_contents->GetBrowserContext(), 194 DispatchEvent(browser_context, 218 DispatchEvent(web_contents->GetBrowserContext(), 238 DispatchEvent(browser_context,
|
/external/chromium_org/chrome/browser/guestview/adview/ |
adview_guest.cc | 55 DispatchEvent(new GuestView::Event(adview::kEventLoadCommit, args.Pass())); 74 DispatchEvent(new GuestView::Event(adview::kEventLoadAbort, args.Pass()));
|
/external/chromium_org/chrome/browser/extensions/api/system_info/ |
system_info_api.cc | 75 void DispatchEvent(const std::string& event_name, 167 DispatchEvent(system_storage::OnAttached::kEventName, args.Pass()); 176 DispatchEvent(system_storage::OnDetached::kEventName, args.Pass()); 194 DispatchEvent(system_display::OnDisplayChanged::kEventName, args.Pass()); 197 void SystemInfoEventRouter::DispatchEvent(const std::string& event_name,
|
/external/chromium_org/third_party/WebKit/Source/core/html/shadow/ |
DateTimeNumericFieldElement.cpp | 99 setValueAsInteger(value, DispatchEvent); 128 setValueAsInteger(newValue, DispatchEvent); 131 updateVisibleValue(DispatchEvent); 179 setValueAsInteger(newValue, DispatchEvent); 188 setValueAsInteger(newValue, DispatchEvent);
|
DateTimeSymbolicFieldElement.cpp | 87 setValueAsInteger(index, DispatchEvent); 124 updateVisibleValue(DispatchEvent); 134 updateVisibleValue(DispatchEvent);
|