Home
last modified time | relevance | path

Searched defs:eventSource (Results 1 – 12 of 12) sorted by relevance

/external/webkit/Source/WebKit2/Platform/gtk/
DWorkQueueGtk.cpp54 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/
DWorkQueueMac.cpp73 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/
DNetworkTopologyEvent.java27 protected NetworkTopologyEvent(final Object eventSource) { in NetworkTopologyEvent()
DServiceEvent.java27 public ServiceEvent(final Object eventSource) { in ServiceEvent()
/external/webkit/Source/WebCore/bindings/v8/custom/
DV8EventSourceConstructor.cpp64 RefPtr<EventSource> eventSource = EventSource::create(url, context, ec); in constructorCallback() local
/external/webkit/Source/WebCore/bindings/js/
DJSEventSourceCustom.cpp62 RefPtr<EventSource> eventSource = EventSource::create(ustringToString(url), context, ec); in constructJSEventSource() local
DJSEventTarget.cpp113 if (EventSource* eventSource = target->toEventSource()) in toJS() local
DJSWorkerContextCustom.cpp87 JSValue JSWorkerContext::eventSource(ExecState* exec) const in eventSource() function in WebCore::JSWorkerContext
DJSDOMWindowCustom.cpp498 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
/external/webkit/Source/WebCore/bindings/v8/
DV8DOMWrapper.cpp429 if (EventSource* eventSource = target->toEventSource()) in convertEventTargetToV8Object() local
/external/libnfc-nxp/inc/
DphNfcHalTypes.h888 phHal_eRFDevType_t eventSource; member