/external/jmdns/src/javax/jmdns/ |
NetworkTopologyEvent.java | 22 * @param eventSource 27 protected NetworkTopologyEvent(final Object eventSource) { 28 super(eventSource);
|
ServiceEvent.java | 22 * @param eventSource 27 public ServiceEvent(final Object eventSource) { 28 super(eventSource);
|
/external/webkit/Source/WebCore/bindings/v8/custom/ |
V8EventSourceConstructor.cpp | 33 #if ENABLE(EVENTSOURCE) 36 #include "EventSource.h" 48 INC_STATS("DOM.EventSource.Constructor"); 54 // Allocate an EventSource object as its internal field. 57 return throwError("EventSource constructor's associated context is not available", V8Proxy::ReferenceError); 64 RefPtr<EventSource> eventSource = EventSource::create(url, context, ec); 69 V8DOMWrapper::setDOMWrapper(args.Holder(), &info, eventSource.get()); 72 eventSource->ref() [all...] |
/external/webkit/Source/WebKit2/Platform/mac/ |
WorkQueueMac.cpp | 60 class WorkQueue::EventSource { 62 EventSource(MachPortEventType eventType, dispatch_source_t dispatchSource, PassOwnPtr<WorkItem> workItem) 73 EventSource* eventSource = static_cast<EventSource*>(source); 75 eventSource->m_workItem->execute(); 80 EventSource* eventSource = static_cast<EventSource*>(source); 82 mach_port_t machPort = dispatch_source_get_handle(eventSource->m_dispatchSource) [all...] |
/external/webkit/Source/WebKit2/Platform/gtk/ |
WorkQueueGtk.cpp | 37 // WorkQueue::EventSource 38 class WorkQueue::EventSource { 40 EventSource(PassOwnPtr<WorkItem> workItem, WorkQueue* workQueue, GCancellable* cancellable) 54 static void executeEventSource(EventSource* eventSource) 56 ASSERT(eventSource); 57 WorkQueue* queue = eventSource->m_workQueue; 64 eventSource->m_workItem->execute(); 67 static gboolean performWorkOnce(EventSource* eventSource) [all...] |
/external/webkit/Source/WebCore/bindings/js/ |
JSEventSourceCustom.cpp | 34 #if ENABLE(EVENTSOURCE) 38 #include "EventSource.h" 59 return throwVMError(exec, createReferenceError(exec, "EventSource constructor associated document is unavailable")); 62 RefPtr<EventSource> eventSource = EventSource::create(ustringToString(url), context, ec); 68 return JSValue::encode(asObject(toJS(exec, jsConstructor->globalObject(), eventSource.release()))); 73 #endif // ENABLE(EVENTSOURCE)
|
JSEventTarget.cpp | 54 #if ENABLE(EVENTSOURCE) 55 #include "EventSource.h" 112 #if ENABLE(EVENTSOURCE) 113 if (EventSource* eventSource = target->toEventSource()) 114 return toJS(exec, globalObject, eventSource); 210 #if ENABLE(EVENTSOURCE) 211 CONVERT_TO_EVENT_TARGET(EventSource)
|
JSWorkerContextCustom.cpp | 86 #if ENABLE(EVENTSOURCE) 87 JSValue JSWorkerContext::eventSource(ExecState* exec) const
|
JSDOMWindowCustom.cpp | 497 #if ENABLE(EVENTSOURCE) 498 JSValue JSDOMWindow::eventSource(ExecState* exec) const
|
/external/webkit/Source/WebCore/bindings/cpp/ |
WebDOMEventTarget.cpp | 27 #include "EventSource.h" 106 #if ENABLE(EVENTSOURCE) 107 ConvertTo(EventSource) 154 #if ENABLE(EVENTSOURCE) 155 if (WebCore::EventSource* eventSource = value->toEventSource()) 156 return toWebKit(eventSource);
|
/external/webkit/Source/WebCore/bindings/v8/ |
V8DOMWrapper.cpp | 428 #if ENABLE(EVENTSOURCE) 429 if (EventSource* eventSource = target->toEventSource()) 430 return toV8(eventSource);
|
/external/libnfc-nxp/inc/ |
phNfcHalTypes.h | 888 phHal_eRFDevType_t eventSource; [all...] |
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
ExpandHelper.java | 296 public void setEventSource(View eventSource) { 297 mEventSource = eventSource;
|
/external/libnfc-nxp/src/ |
phHciNfc_CE_A.c | 646 event_info.eventSource = phHal_eISO14443_A_PICC;
|
phHciNfc_CE_B.c | 644 event_info.eventSource = phHal_eISO14443_B_PICC;
|
phHal4Nfc.c | [all...] |
phHciNfc_DevMgmt.c | [all...] |
phHciNfc_NfcIPMgmt.c | 809 event_info.eventSource = phHal_eNfcIP1_Initiator; 815 event_info.eventSource = phHal_eNfcIP1_Target; [all...] |
phHciNfc_SWP.c | 622 EventInfo.eventSource = phHal_ePICC_DevType;
|
phHciNfc_WI.c | 687 EventInfo.eventSource = phHal_ePICC_DevType;
|
phLibNfc_SE.c | 152 if((pEvtInfo->eventSource == phHal_ePICC_DevType )
|
phHciNfc_Emulation.c | [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.debug.core_3.6.0.v20100519.jar | |
org.eclipse.jdt.launching_3.5.100.v20100526.jar | |
/prebuilts/devtools/tools/lib/ |
ddmuilib.jar | |