HomeSort by relevance Sort by last modified time
    Searched defs:eventSource (Results 1 - 10 of 10) 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
JSDOMWindowCustom.cpp 497 #if ENABLE(EVENTSOURCE)
498 JSValue JSDOMWindow::eventSource(ExecState* exec) const
  /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/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/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/libnfc-nxp/inc/
phNfcHalTypes.h 888 phHal_eRFDevType_t eventSource;
    [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 

Completed in 169 milliseconds