Searched refs:event (Results 251 - 275 of 1367) sorted by relevance

<<11121314151617181920>>

/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/Plugins/PDF/
H A DPDFPluginAnnotation.mm111 bool PDFPluginAnnotation::handleEvent(Event* event)
113 if (event->type() == eventNames().blurEvent || event->type() == eventNames().changeEvent) {
121 void PDFPluginAnnotation::PDFPluginAnnotationEventListener::handleEvent(ScriptExecutionContext*, Event* event)
124 m_annotation->handleEvent(event);
/macosx-10.10.1/emacs-93/emacs/lisp/
H A Dmouse-drag.el136 "Scroll ROW-DELTA rows and COL-DELTA cols until an event happens."
184 (defun mouse-drag-throw (start-event)
207 (let* ((start-posn (event-start start-event))
212 event end row mouse-delta scroll-delta
224 (setq event (read-event)
225 end (event-end event)
228 (or (mouse-movement-p event)
[all...]
H A Dmwheel.el32 ;; events into different event types, like 'mwheel-up' or
59 'mouse-wheel-down-event)
60 (defcustom mouse-wheel-down-event
73 'mouse-wheel-up-event)
74 (defcustom mouse-wheel-up-event
87 'mouse-wheel-click-event)
88 (defcustom mouse-wheel-click-event
96 set to the event sent when clicking on the mouse wheel button."
155 (if (not (fboundp 'event-button))
156 (defun mwheel-event
[all...]
/macosx-10.10.1/tcl-105/tk/tk/generic/ttk/
H A DttkInit.c109 * Send a virtual event notification to the specified target window.
110 * Equivalent to "event generate $tgtWindow <<$eventName>>"
117 union {XEvent general; XVirtualEvent virtual;} event; local
119 memset(&event, 0, sizeof(event));
120 event.general.xany.type = VirtualEvent;
121 event.general.xany.serial = NextRequest(Tk_Display(tgtWin));
122 event.general.xany.send_event = False;
123 event.general.xany.window = Tk_WindowId(tgtWin);
124 event
[all...]
/macosx-10.10.1/vim-55/src/
H A Dgui_beval.c224 * Set up event handler which will keep its eyes on the pointer,
452 * Connect to the generic "event" signal instead of the individual
453 * signals for each event type, because the former is emitted earlier.
458 gtk_signal_connect((GtkObject*)(target), "event",
469 gtk_signal_connect((GtkObject*)(gui.mainwin), "event",
494 target_event_cb(GtkWidget *widget, GdkEvent *event, gpointer data) argument
498 switch (event->type)
501 pointer_event(beval, (int)event->crossing.x,
502 (int)event->crossing.y,
503 event
551 mainwin_event_cb(GtkWidget *widget UNUSED, GdkEvent *event, gpointer data) argument
662 balloon_expose_event_cb(GtkWidget *widget, GdkEventExpose *event, gpointer data UNUSED) argument
[all...]
/macosx-10.10.1/tcl-105/tk/tk/unix/
H A DtkUnixEvent.c4 * This file implements an event source for X displays for the UNIX
47 * This function is called during Tk initialization to create the event
54 * A new event source is created.
225 * This function implements the setup part of the UNIX X display event
273 * Transfer events from the X event queue to the Tk event queue.
279 * Moves queued X events onto the Tcl event queue.
292 } event;
297 * Transfer events from the X event queue to the Tk event queu
285 } event; local
[all...]
/macosx-10.10.1/bind9-45.101/bind9/bin/tests/dst/
H A Dgsstest.c93 static void initctx1(isc_task_t *task, isc_event_t *event);
94 static void sendquery(isc_task_t *task, isc_event_t *event);
98 console(isc_task_t *task, isc_event_t *event) argument
105 isc_event_free(&event);
118 NULL, sizeof(*event));
125 NULL, sizeof(*event));
135 recvresponse(isc_task_t *task, isc_event_t *event) { argument
136 dns_requestevent_t *reqev = (dns_requestevent_t *)event;
153 fprintf(stderr, "I:request event result: %s\n",
185 isc_event_free(&event);
195 sendquery(isc_task_t *task, isc_event_t *event) argument
272 initctx2(isc_task_t *task, isc_event_t *event) argument
352 initctx1(isc_task_t *task, isc_event_t *event) argument
[all...]
/macosx-10.10.1/emacs-93/emacs/lisp/calendar/
H A Dtimeclock.el190 "*A hook run for the first \"in\" event each day.
192 value of `timeclock-hours-today', `timeclock-last-event' and the
204 "*A hook run every time an \"in\" event is recorded."
216 "*A hook run every time an \"out\" event is recorded."
225 (defcustom timeclock-event-hook nil
226 "*A hook run every time any event is recorded."
230 (defvar timeclock-last-event nil
231 "A list containing the last event that was recorded.
234 (defvar timeclock-last-event-workday nil
235 "The number of seconds in the workday of `timeclock-last-event'
[all...]
/macosx-10.10.1/emacs-93/emacs/src/
H A Dkeyboard.c254 /* List of other event types to recognize as meaning "help". */
285 character is specified as a lispy event. The mapping from struct
334 /* If not -1, an event to be read as subsequent command input. */
337 /* If not Qnil, this is a switch-frame event which we decided to put
343 events until a non-ASCII event is acceptable as input. */
396 /* The frame in which the last input event occurred, or Qmacro if the
397 last event came from a macro. We use this to determine when to
399 like Fselect_frame, to make sure that a switch-frame event is
404 figure out where the last event came from, if the event does
3612 struct input_event *event; local
3873 struct input_event event; local
3893 struct input_event event; local
4058 struct input_event *event; local
4318 struct input_event *event; local
6770 struct input_event event; local
8419 Lisp_Object event, tem; local
11869 struct input_event *event; local
[all...]
/macosx-10.10.1/bind9-45.101/bind9/lib/isc/
H A Dtask.c32 #include <isc/event.h>
52 * an integrated event loop for socket, timer, and other generic task events.
196 isc__task_purgeevent(isc_task_t *task0, isc_event_t *event);
384 isc_event_t *event, *prev; local
406 for (event = TAIL(task->on_shutdown);
407 event != NULL;
408 event = prev) {
409 prev = PREV(event, ev_link);
410 DEQUEUE(task->on_shutdown, event, ev_link);
411 ENQUEUE(task->events, event, ev_lin
494 isc_event_t *event; local
604 isc_event_t *event, *next_event; local
646 isc_event_t *event, *next_event; local
685 isc__task_purgeevent(isc_task_t *task0, isc_event_t *event) argument
763 isc_event_t *event; local
979 isc_event_t *event; local
[all...]
/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DDataGrid.js241 _ondblclick: function(event)
246 this._startEditing(event.target);
874 _keyDown: function(event)
876 if (!this.selectedNode || event.shiftKey || event.metaKey || event.ctrlKey || this._editing)
881 if (event.keyIdentifier === "Up" && !event.altKey) {
886 } else if (event.keyIdentifier === "Down" && !event
[all...]
H A DTreeOutline.js379 TreeOutline.prototype._treeKeyDown = function(event)
381 if (event.target !== this._childrenListNode)
384 if (!this.selectedTreeElement || event.shiftKey || event.metaKey || event.ctrlKey)
389 if (event.keyIdentifier === "Up" && !event.altKey) {
394 } else if (event.keyIdentifier === "Down" && !event.altKey) {
399 } else if (event
[all...]
H A DContextMenu.js138 WebInspector.ContextMenu = function(event) {
140 this._event = event;
175 handleEvent: function(event)
178 InspectorFrontendHost.showContextMenu(event, this._menuObject);
181 event.stopImmediatePropagation();
224 appendApplicableItems: function(event, contextMenu, target) { }
H A DDebuggerSidebarPanel.js204 _debuggerPauseResumeButtonClicked: function(event)
214 _debuggerStepOverButtonClicked: function(event)
219 _debuggerStepIntoButtonClicked: function(event)
224 _debuggerStepOutButtonClicked: function(event)
229 _debuggerDidPause: function(event)
239 _debuggerDidResume: function(event)
250 _breakpointsEnabledDidChange: function(event)
255 _breakpointsToggleButtonClicked: function(event)
302 _resourceAdded: function(event)
304 var resource = event
[all...]
H A DScriptContentView.js191 _contentWillPopulate: function(event)
204 _contentDidPopulate: function(event)
209 _togglePrettyPrint: function(event)
215 _textEditorFormattingDidChange: function(event)
220 _executionLineNumberDidChange: function(event)
225 _numberOfSearchResultsDidChange: function(event)
/macosx-10.10.1/AppleUSBCDCDriver-4205.2.2/AppleUSBCDCDMM/Classes/
H A DAppleUSBCDCDMM.cpp1562 // PD_E_FLOW_CONTROL event). If any of the flow control bits have been set
1743 // This means any event that could affect the WatchStateMask must
1833 // Inputs: event - The event
1834 // data - any data associated with the event
1843 IOReturn AppleUSBCDCDMM::executeEvent(UInt32 event, UInt32 data, void *refCon) argument
1847 XTRACE(this, data, event, "executeEvent");
1856 ret = fCommandGate->runAction(executeEventAction, (void *)&event, (void *)&data);
1882 // Inputs: event - The event
1894 UInt32 event = *pEvent; local
2109 requestEvent(UInt32 event, UInt32 *data, void *refCon) argument
2255 enqueueEvent(UInt32 event, UInt32 data, bool sleep, void *refCon) argument
2288 dequeueEvent(UInt32 *event, UInt32 *data, bool sleep, void *refCon) argument
[all...]
/macosx-10.10.1/IOHIDFamily-606.1.7/IOHIDFamily/
H A DIOHIDEventOverrideDriver.cpp126 void IOHIDEventOverrideDriver::dispatchEvent(IOHIDEvent * event, IOOptionBits options) argument
130 if ( (targetEvent = event->getEvent(kIOHIDEventTypePointer)) ) {
163 newEvent = IOHIDEvent::relativePointerEvent(timestamp, event->getIntegerValue(kIOHIDEventFieldPointerX), event->getIntegerValue(kIOHIDEventFieldPointerY), event->getIntegerValue(kIOHIDEventFieldPointerZ), resultantPointerButtonMask, _resultantPointerButtonMask);
172 super::dispatchEvent(event, options);
/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/Base/
H A DObject.js47 console.assert(eventType, "Object.addEventListener: invalid event type ", eventType, "(listener: ", listener, "thisObject: ", thisObject, ")");
51 console.assert(listener, "Object.addEventListener: invalid listener ", listener, "(event type: ", eventType, "thisObject: ", thisObject, ")");
129 var event = new WebInspector.Event(this, eventType, eventData);
133 if (!object || !object._listeners || !object._listeners[eventType] || event._stoppedPropagation)
141 listenersForThisEvent[i].listener.call(listenersForThisEvent[i].thisObject, event);
142 if (event._stoppedPropagation)
150 // Allow propagation again so listeners on the constructor always have a crack at the event.
151 event._stoppedPropagation = false;
164 return event.defaultPrevented;
/macosx-10.10.1/WebKit-7600.1.25/mac/WebView/
H A DWebClipView.mm150 - (void)scrollWheel:(NSEvent *)event
157 [super scrollWheel:event];
162 [super scrollWheel:event];
/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/WebPage/efl/
H A DWebPageEfl.cpp160 const char* WebPage::interpretKeyEvent(const KeyboardEvent* event) argument
162 ASSERT(event->type() == eventNames().keydownEvent || event->type() == eventNames().keypressEvent);
164 if (event->type() == eventNames().keydownEvent)
165 return getKeyDownCommandName(event);
167 return getKeyPressCommandName(event);
/macosx-10.10.1/ruby-106/ruby/lib/
H A Dtracer.rb9 # It does this by registering an event handler with Kernel#set_trace_func for
41 # | | | | ---------------------+ event
185 def trace_func(event, file, line, id, binding, klass, *) # :nodoc:
189 return unless p.call event, file, line, id, binding, klass
193 event != "c-call" && event != "c-return"
196 if EVENT_SYMBOL[event]
208 EVENT_SYMBOL[event],
249 # Register an event handler <code>p</code> which is called everytime a line
267 # Tracer.add_filter do |event, fil
[all...]
/macosx-10.10.1/xnu-2782.1.97/iokit/IOKit/
H A DIOLocks.h133 @param event The event to sleep on. Must be non-NULL.
136 int IOLockSleep( IOLock * lock, void *event, UInt32 interType) __DARWIN14_ALIAS(IOLockSleep);
138 int IOLockSleepDeadline( IOLock * lock, void *event,
141 void IOLockWakeup(IOLock * lock, void *event, bool oneThread) __DARWIN14_ALIAS(IOLockWakeup);
219 void *event, UInt32 interType);
220 extern int IORecursiveLockSleepDeadline( IORecursiveLock * _lock, void *event,
223 void *event, bool oneThread);
/macosx-10.10.1/xnu-2782.1.97/iokit/Kernel/
H A DIOCommandGate.cpp239 IOReturn IOCommandGate::commandSleep(void *event, UInt32 interruptible) argument
244 return sleepGate(event, interruptible);
247 IOReturn IOCommandGate::commandSleep(void *event, AbsoluteTime deadline, UInt32 interruptible) argument
252 return sleepGate(event, deadline, interruptible);
255 void IOCommandGate::commandWakeup(void *event, bool oneThread) argument
257 wakeupGate(event, oneThread);
/macosx-10.10.1/curl-83.1.2/curl/lib/
H A Dtftp.c128 tftp_event_t event; member in struct:tftp_state_data
151 static CURLcode tftp_rx(tftp_state_data_t *state, tftp_event_t event) ;
152 static CURLcode tftp_tx(tftp_state_data_t *state, tftp_event_t event) ;
418 tftp_event_t event)
430 return tftp_tx(state, event);
434 tftp_event_t event)
446 return tftp_rx(state, event);
449 static CURLcode tftp_send_first(tftp_state_data_t *state, tftp_event_t event) argument
463 switch(event) {
542 res = tftp_connect_for_tx(state, event);
417 tftp_connect_for_tx(tftp_state_data_t *state, tftp_event_t event) argument
433 tftp_connect_for_rx(tftp_state_data_t *state, tftp_event_t event) argument
579 tftp_rx(tftp_state_data_t *state, tftp_event_t event) argument
700 tftp_tx(tftp_state_data_t *state, tftp_event_t event) argument
885 tftp_state_machine(tftp_state_data_t *state, tftp_event_t event) argument
1159 tftp_state_timeout(struct connectdata *conn, tftp_event_t *event) argument
1197 tftp_event_t event; local
[all...]
/macosx-10.10.1/BerkeleyDB-21/db/repmgr/
H A Drepmgr_stub.c182 __repmgr_handle_event(env, event, info)
184 u_int32_t event;
188 COMPQUIET(event, 0);

Completed in 168 milliseconds

<<11121314151617181920>>