OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:eventSource
(Results
1 - 20
of
20
) sorted by null
/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
...]