HomeSort by relevance Sort by last modified time
    Searched defs:eventSource (Results 1 - 9 of 9) sorted by null

  /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)
JSWorkerContextCustom.cpp 86 #if ENABLE(EVENTSOURCE)
87 JSValue JSWorkerContext::eventSource(ExecState* exec) const