HomeSort by relevance Sort by last modified time
    Searched full:jsworkercontext (Results 1 - 13 of 13) sorted by null

  /external/webkit/WebCore/bindings/js/
JSWorkerContextCustom.cpp 30 #include "JSWorkerContext.h"
52 void JSWorkerContext::markChildren(MarkStack& markStack)
66 bool JSWorkerContext::getOwnPropertySlotDelegate(ExecState* exec, const Identifier& propertyName, PropertySlot& slot)
74 bool JSWorkerContext::getOwnPropertyDescriptorDelegate(ExecState* exec, const Identifier& propertyName, PropertyDescriptor& descriptor)
83 JSValue JSWorkerContext::eventSource(ExecState* exec) const
89 JSValue JSWorkerContext::xmlHttpRequest(ExecState* exec) const
95 JSValue JSWorkerContext::webSocket(ExecState* exec) const
101 JSValue JSWorkerContext::importScripts(ExecState* exec, const ArgList& args)
124 JSValue JSWorkerContext::addEventListener(ExecState* exec, const ArgList& args)
134 JSValue JSWorkerContext::removeEventListener(ExecState* exec, const ArgList& args
    [all...]
WorkerScriptController.h 42 class JSWorkerContext;
53 JSWorkerContext* workerContextWrapper()
78 JSC::ProtectedPtr<JSWorkerContext> m_workerContextWrapper;
JSWorkerContextBase.cpp 36 #include "JSWorkerContext.h"
99 JSWorkerContext* toJSWorkerContext(JSValue value)
101 JSWorkerContext* context = toJSDedicatedWorkerContext(value);
JSWorkerContextBase.h 38 class JSWorkerContext;
57 // Returns a JSWorkerContext or jsNull()
63 JSWorkerContext* toJSWorkerContext(JSC::JSValue);
ScheduledAction.cpp 41 #include "JSWorkerContext.h"
143 JSWorkerContext* contextWrapper = scriptController->workerContextWrapper();
JSDOMGlobalObject.cpp 35 #include "JSWorkerContext.h"
  /external/webkit/WebCore/bindings/v8/
WorkerContextExecutionProxy.cpp 161 v8::Local<v8::Object> jsWorkerContext = SafeAllocation::newInstance(workerContextConstructor);
163 if (jsWorkerContext.IsEmpty()) {
169 V8DOMWrapper::setDOMWrapper(jsWorkerContext, V8ClassIndex::ToInt(contextType), m_workerContext);
171 V8DOMWrapper::setJSWrapperForDOMObject(m_workerContext, v8::Persistent<v8::Object>::New(jsWorkerContext));
176 globalObject->Set(implicitProtoString, jsWorkerContext);
  /external/webkit/WebCore/workers/
WorkerContext.h 118 // These methods are used for GC marking. See JSWorkerContext::markChildren(MarkStack&) in
  /external/webkit/WebCore/
DerivedSources.cpp 356 #include "JSWorkerContext.cpp"
Android.derived.jscbindings.mk 519 $(intermediates)/workers/JSWorkerContext.h \
ChangeLog     [all...]
ChangeLog-2009-06-16 323 (WebCore::JSWorkerContext::getOwnPropertySlotDelegate):
    [all...]
  /external/webkit/WebCore/WebCore.vcproj/
WebCore.vcproj     [all...]

Completed in 2375 milliseconds