Searched refs:newEvent (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/remoting/client/plugin/
H A Dnormalizing_input_filter_mac.cc55 protocol::KeyEvent newEvent(event);
57 newEvent.set_pressed(true);
58 InputFilter::InjectKeyEvent(newEvent);
59 newEvent.set_pressed(false);
60 InputFilter::InjectKeyEvent(newEvent);
H A Dnormalizing_input_filter_cros.cc122 protocol::MouseEvent newEvent = event; local
126 newEvent.set_button(protocol::MouseEvent::BUTTON_LEFT);
128 InputFilter::InjectMouseEvent(newEvent);
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/
H A DPropertyTooltipProvider.java103 Event newEvent = new Event();
104 newEvent.x = p.x;
105 newEvent.y = p.y;
106 table.notifyListeners(SWT.MouseDown, newEvent);
/external/chromium_org/ui/webui/resources/js/cr/ui/
H A Dautocomplete_list.js255 var newEvent = new Event(event.type);
256 newEvent.keyIdentifier = event.keyIdentifier;
257 this.dispatchEvent(newEvent);
/external/chromium_org/ui/file_manager/file_manager/foreground/js/ui/
H A Dbreadcrumbs_controller.js264 var newEvent = new Event('pathclick');
265 newEvent.entry = event.target.entry;
266 this.dispatchEvent(newEvent);
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/timeline/
H A DTracingModel.js648 var newEvent = WebInspector.TracingModel.Event.fromPayload(payload, thread);
650 steps.push(newEvent);
658 steps.push(newEvent);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.jobs_3.5.1.R36x_v20100824.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface.databinding_1.4.0.I20100601-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 224 milliseconds