Searched defs:eventSource (Results 1 – 12 of 12) sorted by relevance
| /external/webkit/Source/WebKit2/Platform/gtk/ |
| D | WorkQueueGtk.cpp | 54 static void executeEventSource(EventSource* eventSource) in executeEventSource() 67 static gboolean performWorkOnce(EventSource* eventSource) in performWorkOnce() 73 static gboolean performWork(GSocket* socket, GIOCondition condition, EventSource* eventSource) in performWork() 84 static gboolean performWorkOnTermination(GPid, gint, EventSource* eventSource) in performWorkOnTermination() 90 static void deleteEventSource(EventSource* eventSource) in deleteEventSource() 148 EventSource* eventSource = new EventSource(item, this, cancellable.get()); in registerEventSourceHandler() local 190 EventSource* eventSource = new EventSource(item, this, 0); in scheduleWorkOnSource() local
|
| /external/webkit/Source/WebKit2/Platform/mac/ |
| D | WorkQueueMac.cpp | 73 EventSource* eventSource = static_cast<EventSource*>(source); in eventHandler() local 80 EventSource* eventSource = static_cast<EventSource*>(source); in cancelHandler() local 98 EventSource* eventSource = static_cast<EventSource*>(source); in finalizeHandler() local 126 EventSource* eventSource = new EventSource(eventType, dispatchSource, workItem); in registerMachPortEventHandler() local 157 EventSource* eventSource = it->second; in unregisterMachPortEventHandler() local
|
| /external/jmdns/src/javax/jmdns/ |
| D | NetworkTopologyEvent.java | 27 protected NetworkTopologyEvent(final Object eventSource) { in NetworkTopologyEvent()
|
| D | ServiceEvent.java | 27 public ServiceEvent(final Object eventSource) { in ServiceEvent()
|
| /external/webkit/Source/WebCore/bindings/v8/custom/ |
| D | V8EventSourceConstructor.cpp | 64 RefPtr<EventSource> eventSource = EventSource::create(url, context, ec); in constructorCallback() local
|
| /external/webkit/Source/WebCore/bindings/js/ |
| D | JSEventSourceCustom.cpp | 62 RefPtr<EventSource> eventSource = EventSource::create(ustringToString(url), context, ec); in constructJSEventSource() local
|
| D | JSEventTarget.cpp | 113 if (EventSource* eventSource = target->toEventSource()) in toJS() local
|
| D | JSWorkerContextCustom.cpp | 87 JSValue JSWorkerContext::eventSource(ExecState* exec) const in eventSource() function in WebCore::JSWorkerContext
|
| D | JSDOMWindowCustom.cpp | 498 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
|
| /external/webkit/Source/WebCore/bindings/v8/ |
| D | V8DOMWrapper.cpp | 429 if (EventSource* eventSource = target->toEventSource()) in convertEventTargetToV8Object() local
|
| /external/libnfc-nxp/inc/ |
| D | phNfcHalTypes.h | 888 phHal_eRFDevType_t eventSource; member
|