Searched refs:eventType (Results 1 - 25 of 71) sorted by relevance

123

/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/Base/
H A DObject.js43 WebInspector.Object.addEventListener = function(eventType, listener, thisObject)
47 console.assert(eventType, "Object.addEventListener: invalid event type ", eventType, "(listener: ", listener, "thisObject: ", thisObject, ")");
48 if (!eventType)
51 console.assert(listener, "Object.addEventListener: invalid listener ", listener, "(event type: ", eventType, "thisObject: ", thisObject, ")");
58 var listeners = this._listeners[eventType];
60 listeners = this._listeners[eventType] = [];
71 WebInspector.Object.removeEventListener = function(eventType, listener, thisObject)
73 eventType = eventType || nul
[all...]
/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/Models/
H A DLayoutTimelineRecord.js26 WebInspector.LayoutTimelineRecord = function(eventType, startTime, endTime, callFrames, sourceCodeLocation, x, y, width, height, quad)
30 console.assert(eventType);
32 if (eventType in WebInspector.LayoutTimelineRecord.EventType)
33 eventType = WebInspector.LayoutTimelineRecord.EventType[eventType];
35 this._eventType = eventType;
52 WebInspector.LayoutTimelineRecord.EventType.displayName = function(eventType)
54 switch(eventType) {
78 get eventType()
H A DScriptTimelineRecord.js26 WebInspector.ScriptTimelineRecord = function(eventType, startTime, endTime, callFrames, sourceCodeLocation, details, profilePayload)
30 console.assert(eventType);
32 if (eventType in WebInspector.ScriptTimelineRecord.EventType)
33 eventType = WebInspector.ScriptTimelineRecord.EventType[eventType];
35 this._eventType = eventType;
54 WebInspector.ScriptTimelineRecord.EventType.displayName = function(eventType, details, includeTimerIdentifierInMainTitle)
209 switch(eventType) {
255 get eventType()
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/API/C/
H A DWKBatteryManager.cpp57 void WKBatteryManagerProviderDidChangeBatteryStatus(WKBatteryManagerRef batteryManager, WKStringRef eventType, WKBatteryStatusRef status) argument
60 toImpl(batteryManager)->providerDidChangeBatteryStatus(AtomicString(toImpl(eventType)->string()), toImpl(status));
63 UNUSED_PARAM(eventType);
H A DWKBatteryManager.h55 WK_EXPORT void WKBatteryManagerProviderDidChangeBatteryStatus(WKBatteryManagerRef batteryManager, WKStringRef eventType, WKBatteryStatusRef status);
/macosx-10.10.1/xnu-2782.1.97/iokit/Kernel/
H A DIOPMPowerStateQueue.cpp63 uint32_t eventType,
73 entry->eventType = eventType;
96 (*queueAction)(owner, entry->eventType, entry->arg0, entry->arg1);
62 submitPowerEvent( uint32_t eventType, void * arg0, uint64_t arg1 ) argument
H A DIOPMPowerStateQueue.h45 uint32_t eventType; member in struct:IOPMPowerStateQueue::PowerEventEntry
60 bool submitPowerEvent( uint32_t eventType, void * arg0 = 0, uint64_t arg1 = 0 );
/macosx-10.10.1/Security-57031.1.35/Security/include/security_keychain/
H A DDynamicDLDBList.h58 CSSM_SERVICE_TYPE subserviceType, CSSM_MODULE_EVENT eventType);
62 uint32 subserviceId, CSSM_SERVICE_TYPE subserviceType, CSSM_MODULE_EVENT eventType);
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_keychain/Security/
H A DDynamicDLDBList.h58 CSSM_SERVICE_TYPE subserviceType, CSSM_MODULE_EVENT eventType);
62 uint32 subserviceId, CSSM_SERVICE_TYPE subserviceType, CSSM_MODULE_EVENT eventType);
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_keychain/lib/
H A DDynamicDLDBList.h58 CSSM_SERVICE_TYPE subserviceType, CSSM_MODULE_EVENT eventType);
62 uint32 subserviceId, CSSM_SERVICE_TYPE subserviceType, CSSM_MODULE_EVENT eventType);
/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DLayoutTimelineView.css34 .timeline-view.layout > .data-grid .eventType-column {
H A DScriptTimelineView.css34 .timeline-view.script > .data-grid .eventType-column {
H A DTimelineRecordTreeElement.js49 title = WebInspector.LayoutTimelineRecord.EventType.displayName(timelineRecord.eventType);
51 switch (timelineRecord.eventType) {
65 console.error("Unknown LayoutTimelineRecord eventType: " + timelineRecord.eventType, timelineRecord);
71 title = WebInspector.ScriptTimelineRecord.EventType.displayName(timelineRecord.eventType, timelineRecord.details, includeTimerIdentifierInMainTitle);
73 switch (timelineRecord.eventType) {
97 console.error("Unknown ScriptTimelineRecord eventType: " + timelineRecord.eventType, timelineRecord);
/macosx-10.10.1/IOHIDFamily-606.1.7/IOHIDFamily/
H A DIOHIDEventOverrideDriver.h45 IOHIDEventType eventType; member in struct:IOHIDEventOverrideDriver::__anon1957
H A DIOHIDEventOverrideDriver.cpp47 _buttonMap[index].eventType = kIOHIDEventTypePointer;
75 _buttonMap[button-1].eventType = number->unsigned32BitValue();
77 switch ( _buttonMap[button-1].eventType ) {
146 switch (_buttonMap[index].eventType ) {
/macosx-10.10.1/tcl-105/tcl_ext/tktreectrl/tktreectrl/generic/
H A Dqebind.h54 MODULE_SCOPE int QE_InstallDetail(QE_BindingTable bindingTable, char *name, int eventType, QE_ExpandProc expand);
55 MODULE_SCOPE int QE_UninstallEvent(QE_BindingTable bindingTable, int eventType);
56 MODULE_SCOPE int QE_UninstallDetail(QE_BindingTable bindingTable, int eventType, int detail);
72 MODULE_SCOPE void QE_ExpandEvent(QE_BindingTable bindingTable, int eventType, Tcl_DString *result);
74 MODULE_SCOPE void QE_ExpandPattern(QE_BindingTable bindingTable, int eventType, int detail, Tcl_DString *result);
/macosx-10.10.1/JavaScriptCore-7600.1.17/replay/scripts/tests/expected/
H A Dgenerate-enums-with-same-base-name.json-TestReplayInputs.cpp38 FormCombo::FormCombo(PlatformEvent::Type eventType, FormData::Type formType) argument
40 , m_eventType(eventType)
59 encodedValue.put<PlatformEvent::Type>(ASCIILiteral("eventType"), input.eventType());
65 PlatformEvent::Type eventType; local
66 if (!encodedValue.get<PlatformEvent::Type>(ASCIILiteral("eventType"), eventType))
73 input = std::make_unique<Test::FormCombo>(eventType, formType);
H A Dgenerate-enums-with-same-base-name.json-TestReplayInputs.h71 FormCombo(PlatformEvent::Type eventType, FormData::Type formType);
74 PlatformEvent::Type eventType() const { return m_eventType; } function in class:Test::FormCombo
/macosx-10.10.1/IOHIDFamily-606.1.7/IOHIDSystem/IOKit/hidsystem/
H A DIOHIKeyboard.h47 /* eventFlags */ unsigned eventType,
59 /* eventType */ unsigned eventType,
74 /* eventFlags */ unsigned eventType,
89 /* eventType */ unsigned eventType,
207 virtual void setRepeat(unsigned eventType, unsigned keyCode);
218 virtual void keyboardEvent(unsigned eventType,
226 virtual void keyboardSpecialEvent(unsigned eventType,
261 unsigned eventType,
[all...]
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/efl/
H A DBatteryProvider.h52 virtual void didChangeBatteryStatus(const AtomicString& eventType, PassRefPtr<WebCore::BatteryStatus>);
H A DBatteryProvider.cpp94 void BatteryProvider::didChangeBatteryStatus(const AtomicString& eventType, PassRefPtr<BatteryStatus> status) argument
98 WKBatteryManagerProviderDidChangeBatteryStatus(m_batteryManager.get(), toAPI(eventType.impl()), wkBatteryStatus.get());
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/
H A DWebBatteryManagerProxy.cpp64 void WebBatteryManagerProxy::providerDidChangeBatteryStatus(const WTF::AtomicString& eventType, WebBatteryStatus* status) argument
69 context()->sendToAllProcesses(Messages::WebBatteryManager::DidChangeBatteryStatus(eventType, status->data()));
/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/Battery/
H A DWebBatteryManager.cpp76 void WebBatteryManager::didChangeBatteryStatus(const WTF::AtomicString& eventType, const WebBatteryStatus::Data& data) argument
82 BatteryController::from(page->corePage())->didChangeBatteryStatus(eventType, status.get());
/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-framework-Quartz/Lib/Quartz/CoreGraphics/
H A D__init__.py36 def CGEventMaskBit(eventType):
37 return (1 << eventType)
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-framework-Quartz/Lib/Quartz/CoreGraphics/
H A D__init__.py36 def CGEventMaskBit(eventType):
37 return (1 << eventType)

Completed in 214 milliseconds

123