Searched refs:event (Results 276 - 300 of 1367) sorted by relevance

<<11121314151617181920>>

/macosx-10.10.1/PowerManagement-494.1.2/ioupsd/
H A DIOUPSPlugIn.h100 via setEventCallback and is called when an event is available
106 @param event CFDictionaryRef containing event data.
113 CFDictionaryRef event);
121 CFDictionaryRef * event); \
196 @param event Pointer to a CFDictionaryRef that contains
197 the current event state.
201 CFDictionaryRef * event);
205 @abstract Set the callback that should be called to handle an event
238 @abstract Used to create an async run loop event sourc
[all...]
H A DIOUPSPrivate.h53 IOReturn IOUPSGetEvent(mach_port_t connect, int upsID, CFDictionaryRef *event);
/macosx-10.10.1/Security-57031.1.35/Security/include/security_utilities/
H A Dkq++.h32 #include <sys/event.h>
51 void update(const KEvent &event, unsigned flags = EV_ADD);
52 bool receive(KEvent &event, const timespec *timeout = NULL);
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_utilities/lib/
H A Dkq++.h32 #include <sys/event.h>
51 void update(const KEvent &event, unsigned flags = EV_ADD);
52 bool receive(KEvent &event, const timespec *timeout = NULL);
/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DStyleDetailsPanel.js150 _nodeStylesRefreshed: function(event)
153 this._refreshPreservingScrollPosition(event.data.significantChange);
156 _nodeStylesNeedsRefreshed: function(event)
H A DApplicationCacheDetailsSidebarPanel.js121 _networkStateUpdated: function(event)
129 _frameManifestStatusChanged: function(event)
134 console.assert(event.data.frameManifest instanceof WebInspector.ApplicationCacheFrame);
135 if (event.data.frameManifest !== this.applicationCacheFrame)
H A DBoxModelDetailsSectionRow.js82 _highlightDOMNode: function(showHighlight, mode, event)
84 event.stopPropagation();
280 _alteredFloatNumber: function(number, event)
282 var arrowKeyPressed = (event.keyIdentifier === "Up" || event.keyIdentifier === "Down");
287 if (event.shiftKey && !arrowKeyPressed)
289 else if (event.shiftKey || !arrowKeyPressed)
291 else if (event.altKey)
294 if (event.keyIdentifier === "Down" || event
[all...]
/macosx-10.10.1/WebKit-7600.1.25/mac/WebCoreSupport/
H A DWebDragClient.mm98 NSEvent *event = linkDrag ? frame.eventHandler().currentNSEvent() : [htmlView.get() _mouseDownEvent];
113 SEL selector = @selector(webView:dragImage:at:offset:event:pasteboard:source:slideBack:forView:);
116 [delegate webView:m_webView dragImage:dragNSImage at:at offset:NSZeroSize event:event pasteboard:pasteboard source:sourceHTMLView slideBack:YES forView:topHTMLView];
123 [topHTMLView dragImage:dragNSImage at:at offset:NSZeroSize event:event pasteboard:pasteboard source:sourceHTMLView slideBack:YES];
/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/WebCoreSupport/mac/
H A DWebEditorClientMac.mm63 void WebEditorClient::handleKeyboardEvent(KeyboardEvent* event)
65 if (m_page->handleEditingKeyboardEvent(event))
66 event->setDefaultHandled();
69 void WebEditorClient::handleInputMethodKeydown(KeyboardEvent* event)
71 if (event->handledByInputMethod())
72 event->setDefaultHandled();
/macosx-10.10.1/cups-408/cups/scheduler/
H A Dsubscriptions.h40 /* Convenience printer event groupings... */
56 /* Convenience job event grouping... */
78 cupsd_eventmask_t event; /* Event */ member in struct:cupsd_event_s
79 time_t time; /* Time of event */
102 int first_event_id, /* First event-id in cache */
103 next_event_id; /* Next event-id to use */
131 VAR unsigned LastEvent VALUE(0); /* Last event(s) processed */
142 extern void cupsdAddEvent(cupsd_eventmask_t event, cupsd_printer_t *dest,
151 cupsdEventName(cupsd_eventmask_t event);
/macosx-10.10.1/dcerpc-61/dcerpc/ncklib/
H A Dcnasgsm.h109 ("STATE CLIENT GRP: %p state->%s event->%s\n",\
117 ("STATE SERVER GRP: %p state->%s event->%s\n",\
183 * This macro will be called when an event is generated inside an
186 #define RPC_CN_ASSOC_GRP_INSERT_EVENT(assoc_grp, event)\
190 RPC_CN_ASSOC_SM_TRC ((assoc_grp), (event)->event_id);\
191 rpc__cn_sm_insert_event ((event),\
H A Dcnsm.c116 ** given, sets the state to closed and initializes the event list.
168 * to selectively bypass calls to the event evaluation
174 * Initialize the state machine control block event list.
190 ** This routine will initialize the event list contained in the
201 ** the event list to be initialized.
220 * Set up the event list so that it's empty. This means the state
240 ** This routine will be used to evaluate an event for the specified
248 ** event_id The number of the event to be processed.
249 ** event_param The special event related parameter which is
251 ** routines for the processing of this event
397 rpc__cn_sm_insert_event( rpc_cn_sm_event_entry_p_t event, rpc_cn_sm_ctlblk_t *sm ) argument
[all...]
/macosx-10.10.1/xnu-2782.1.97/iokit/IOKit/
H A DIOEventSource.h58 @abstract Abstract class for all work-loop event sources.
60 event sources must inherit from if an IOWorkLoop is to receive events from them.
62 An event source can represent any event that should cause the work-loop of a
63 device to wake up and perform work. Two examples of event sources are the
69 work-loop, and the chain of event sources should be used to walk the possible
70 event sources and demultipex them. Note a particular instance of an event
75 The IOEventSource makes no attempt to maintain the consistency of its internal data across multi-threading. It is assumed that the user of these basic tools will protect the data that these objects represent in some sort of device wide instance lock. For example the IOWorkLoop maintains the event chain by using an IOCommandGate and thus single threading access to its state.
80 checkForWork() is the key method in this class. It is called by some work-loop when convienient and is expected to evaluate its internal state and determine if an event ha
[all...]
/macosx-10.10.1/emacs-93/emacs/lisp/
H A Dmouse.el104 POSITION can be a click event or ((XOFFSET YOFFSET) WINDOW) and defaults to
114 event cmd)
119 (while (and map (setq event
131 (let ((mouse-click (apply 'vector event))
140 (lookup-key map (apply 'vector event))))
151 (setq last-command-event (car (last event)))
157 (defun mouse-major-mode-menu (event &optional prefix)
182 (popup-menu newmap event prefix)))
219 (defun mouse-popup-menubar (event prefi
[all...]
/macosx-10.10.1/IOHIDFamily-606.1.7/IOHIDEventSystemPlugIns/
H A DIOHIDEventSystemStatistics.cpp373 IOHIDEventRef IOHIDEventSystemStatistics::filter(void * self, IOHIDServiceRef sender, IOHIDEventRef event) argument
375 return static_cast<IOHIDEventSystemStatistics *>(self)->filter(sender, event);
377 IOHIDEventRef IOHIDEventSystemStatistics::filter(IOHIDServiceRef sender, IOHIDEventRef event) argument
386 if ( event ) {
389 if ((IOHIDEventGetType(event) == kIOHIDEventTypeKeyboard)
390 && IOHIDEventGetIntegerValue(event, kIOHIDEventFieldKeyboardDown)
391 && (IOHIDEventGetIntegerValue(event, kIOHIDEventFieldKeyboardUsagePage) == kHIDPage_Consumer)) {
395 switch (IOHIDEventGetIntegerValue(event, kIOHIDEventFieldKeyboardUsage) ) {
426 ts = IOHIDEventGetTimeStamp(event);
444 else if ((IOHIDEventGetType(event)
[all...]
/macosx-10.10.1/IOHIDFamily-606.1.7/IOHIDFamily/
H A DIOHIDEventServiceQueue.h51 virtual Boolean enqueueEvent(IOHIDEvent * event);
/macosx-10.10.1/Security-57031.1.35/Security/authd/
H A Dccaudit.h9 ccaudit_t ccaudit_create(process_t, auth_token_t, int32_t event);
/macosx-10.10.1/Security-57031.1.35/Security/include/securityd_client/
H A Deventlistener.h49 virtual void consume(NotificationDomain domain, NotificationEvent event, const CssmData& data);
/macosx-10.10.1/Security-57031.1.35/Security/libsecurityd/lib/
H A Deventlistener.h49 virtual void consume(NotificationDomain domain, NotificationEvent event, const CssmData& data);
/macosx-10.10.1/Security-57031.1.35/SecurityTests/regressions/test/
H A Dtestsecevent.h29 int test_is_sec_event(SecKeychainEvent event, SecKeychainRef *keychain,
/macosx-10.10.1/Security-57031.1.35/securityd/src/
H A DSharedMemoryServer.h28 void WriteMessage (SegmentOffsetType domain, SegmentOffsetType event, const void *message, SegmentOffsetType messageLength);
/macosx-10.10.1/WTF-7600.1.24/wtf/threads/
H A DBinarySemaphore.h45 HANDLE event() const { return m_event; } function in class:WTF::BinarySemaphore
/macosx-10.10.1/WebKit-7600.1.25/mac/WebView/
H A DWebHTMLViewPrivate.h66 - (void)_updateMouseoverWithEvent:(NSEvent *)event;
76 - (void)_handleAutoscrollForMouseDragged:(NSEvent *)event;
85 - (void)_startAutoscrollTimer:(NSEvent *)event;
87 - (void)_startAutoscrollTimer:(WebEvent *)event;
H A DWebTextCompletionController.h45 - (BOOL)filterKeyDown:(NSEvent *)event;
/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/Plugins/Netscape/
H A DNetscapePluginNone.cpp90 bool NetscapePlugin::platformHandleKeyboardEvent(const WebKeyboardEvent& event) argument

Completed in 237 milliseconds

<<11121314151617181920>>