/external/webkit/Source/WebKit2/Platform/gtk/ |
D | WorkQueueGtk.cpp | 54 static void executeEventSource(EventSource* eventSource) in executeEventSource() argument 56 ASSERT(eventSource); in executeEventSource() 57 WorkQueue* queue = eventSource->m_workQueue; in executeEventSource() 64 eventSource->m_workItem->execute(); in executeEventSource() 67 static gboolean performWorkOnce(EventSource* eventSource) in performWorkOnce() argument 69 executeEventSource(eventSource); in performWorkOnce() 73 static gboolean performWork(GSocket* socket, GIOCondition condition, EventSource* eventSource) in performWork() argument 80 executeEventSource(eventSource); in performWork() 84 static gboolean performWorkOnTermination(GPid, gint, EventSource* eventSource) in performWorkOnTermination() argument 86 executeEventSource(eventSource); in performWorkOnTermination() [all …]
|
/external/webkit/Source/WebKit2/Platform/mac/ |
D | WorkQueueMac.cpp | 73 EventSource* eventSource = static_cast<EventSource*>(source); in eventHandler() local 75 eventSource->m_workItem->execute(); in eventHandler() 80 EventSource* eventSource = static_cast<EventSource*>(source); in cancelHandler() local 82 mach_port_t machPort = dispatch_source_get_handle(eventSource->m_dispatchSource); in cancelHandler() 84 switch (eventSource->m_eventType) { in cancelHandler() 98 EventSource* eventSource = static_cast<EventSource*>(source); in finalizeHandler() local 100 delete eventSource; in finalizeHandler() 126 EventSource* eventSource = new EventSource(eventType, dispatchSource, workItem); in registerMachPortEventHandler() local 127 dispatch_set_context(dispatchSource, eventSource); in registerMachPortEventHandler() 139 m_eventSources.set(machPort, eventSource); in registerMachPortEventHandler() [all …]
|
/external/webkit/Source/WebCore/bindings/v8/custom/ |
D | V8EventSourceConstructor.cpp | 64 RefPtr<EventSource> eventSource = EventSource::create(url, context, ec); in constructorCallback() local 69 V8DOMWrapper::setDOMWrapper(args.Holder(), &info, eventSource.get()); in constructorCallback() 72 eventSource->ref(); in constructorCallback() 73 …V8DOMWrapper::setJSWrapperForActiveDOMObject(eventSource.get(), v8::Persistent<v8::Object>::New(ar… in constructorCallback()
|
/external/webkit/Source/WebCore/bindings/js/ |
D | JSEventSourceCustom.cpp | 62 RefPtr<EventSource> eventSource = EventSource::create(ustringToString(url), context, ec); in constructJSEventSource() local 68 …return JSValue::encode(asObject(toJS(exec, jsConstructor->globalObject(), eventSource.release()))); in constructJSEventSource()
|
D | JSEventTarget.cpp | 113 if (EventSource* eventSource = target->toEventSource()) in toJS() local 114 return toJS(exec, globalObject, eventSource); in toJS()
|
D | JSWorkerContextCustom.cpp | 87 JSValue JSWorkerContext::eventSource(ExecState* exec) const in eventSource() function in WebCore::JSWorkerContext
|
D | JSDOMWindowCustom.cpp | 497 JSValue JSDOMWindow::eventSource(ExecState* exec) const in eventSource() function in WebCore::JSDOMWindow
|
/external/webkit/Source/WebCore/bindings/cpp/ |
D | WebDOMEventTarget.cpp | 155 if (WebCore::EventSource* eventSource = value->toEventSource()) in toWebKit() local 156 return toWebKit(eventSource); in toWebKit()
|
/external/webkit/Source/WebCore/bindings/v8/ |
D | V8DOMWrapper.cpp | 433 if (EventSource* eventSource = target->toEventSource()) in convertEventTargetToV8Object() local 434 return toV8(eventSource); in convertEventTargetToV8Object()
|
/external/libnfc-nxp/inc/ |
D | phNfcHalTypes.h | 888 phHal_eRFDevType_t eventSource; member
|
/external/libnfc-nxp/src/ |
D | phHciNfc_CE_A.c | 646 event_info.eventSource = phHal_eISO14443_A_PICC; in phHciNfc_Recv_CE_A_Event()
|
D | phHciNfc_CE_B.c | 644 event_info.eventSource = phHal_eISO14443_B_PICC; in phHciNfc_Recv_CE_B_Event()
|
D | phHal4Nfc.c | 1147 switch(psEventInfo->eventSource) in phHal4Nfc_HandleEvent() 1170 switch(psEventInfo->eventSource) in phHal4Nfc_HandleEvent()
|
D | phHciNfc_DevMgmt.c | 1339 event_info.eventSource = phHal_ePCD_DevType; in phHciNfc_Recv_DevMgmt_Event() 1357 event_info.eventSource = phHal_ePICC_DevType ; in phHciNfc_Recv_DevMgmt_Event()
|
D | phHciNfc_NfcIPMgmt.c | 809 event_info.eventSource = phHal_eNfcIP1_Initiator; in phHciNfc_Recv_NfcIP_Event() 815 event_info.eventSource = phHal_eNfcIP1_Target; in phHciNfc_Recv_NfcIP_Event() 1236 event_info.eventSource = phHal_eNfcIP1_Target; in phHciNfc_NfcIP_Info_Sequence()
|
D | phHciNfc_WI.c | 687 EventInfo.eventSource = phHal_ePICC_DevType; in phHciNfc_Recv_WI_Event()
|
D | phHciNfc_SWP.c | 622 EventInfo.eventSource = phHal_ePICC_DevType; in phHciNfc_Recv_SWP_Event()
|
D | phLibNfc_SE.c | 152 if((pEvtInfo->eventSource == phHal_ePICC_DevType ) in phLibNfc_SeNotification()
|
D | phHciNfc_Emulation.c | 1288 event_info.eventSource = phHal_ePICC_DevType ; in phHciNfc_Recv_Uicc_Event()
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2010-01-29 | 70861 (WebCore::JSDOMWindow::eventSource): 70877 (WebCore::JSWorkerContext::eventSource):
|