Home
last modified time | relevance | path

Searched refs:eventSource (Results 1 – 20 of 20) sorted by relevance

/external/webkit/Source/WebKit2/Platform/gtk/
DWorkQueueGtk.cpp54 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/
DWorkQueueMac.cpp73 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/
DV8EventSourceConstructor.cpp64 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/
DJSEventSourceCustom.cpp62 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()
DJSEventTarget.cpp113 if (EventSource* eventSource = target->toEventSource()) in toJS() local
114 return toJS(exec, globalObject, eventSource); in toJS()
DJSWorkerContextCustom.cpp87 JSValue JSWorkerContext::eventSource(ExecState* exec) const in eventSource() function in WebCore::JSWorkerContext
DJSDOMWindowCustom.cpp497 JSValue JSDOMWindow::eventSource(ExecState* exec) const in eventSource() function in WebCore::JSDOMWindow
/external/webkit/Source/WebCore/bindings/cpp/
DWebDOMEventTarget.cpp155 if (WebCore::EventSource* eventSource = value->toEventSource()) in toWebKit() local
156 return toWebKit(eventSource); in toWebKit()
/external/webkit/Source/WebCore/bindings/v8/
DV8DOMWrapper.cpp433 if (EventSource* eventSource = target->toEventSource()) in convertEventTargetToV8Object() local
434 return toV8(eventSource); in convertEventTargetToV8Object()
/external/libnfc-nxp/inc/
DphNfcHalTypes.h888 phHal_eRFDevType_t eventSource; member
/external/libnfc-nxp/src/
DphHciNfc_CE_A.c646 event_info.eventSource = phHal_eISO14443_A_PICC; in phHciNfc_Recv_CE_A_Event()
DphHciNfc_CE_B.c644 event_info.eventSource = phHal_eISO14443_B_PICC; in phHciNfc_Recv_CE_B_Event()
DphHal4Nfc.c1147 switch(psEventInfo->eventSource) in phHal4Nfc_HandleEvent()
1170 switch(psEventInfo->eventSource) in phHal4Nfc_HandleEvent()
DphHciNfc_DevMgmt.c1339 event_info.eventSource = phHal_ePCD_DevType; in phHciNfc_Recv_DevMgmt_Event()
1357 event_info.eventSource = phHal_ePICC_DevType ; in phHciNfc_Recv_DevMgmt_Event()
DphHciNfc_NfcIPMgmt.c809 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()
DphHciNfc_WI.c687 EventInfo.eventSource = phHal_ePICC_DevType; in phHciNfc_Recv_WI_Event()
DphHciNfc_SWP.c622 EventInfo.eventSource = phHal_ePICC_DevType; in phHciNfc_Recv_SWP_Event()
DphLibNfc_SE.c152 if((pEvtInfo->eventSource == phHal_ePICC_DevType ) in phLibNfc_SeNotification()
DphHciNfc_Emulation.c1288 event_info.eventSource = phHal_ePICC_DevType ; in phHciNfc_Recv_Uicc_Event()
/external/webkit/Source/WebCore/
DChangeLog-2010-01-2970861 (WebCore::JSDOMWindow::eventSource):
70877 (WebCore::JSWorkerContext::eventSource):