/external/webkit/Source/WebCore/bindings/v8/ |
D | V8WindowErrorHandler.h | 42 …dler> create(v8::Local<v8::Object> listener, bool isInline, const WorldContextHandle& worldContext) in create() argument 44 return adoptRef(new V8WindowErrorHandler(listener, isInline, worldContext)); in create() 48 …rrorHandler(v8::Local<v8::Object> listener, bool isInline, const WorldContextHandle& worldContext);
|
D | V8WorkerContextErrorHandler.h | 44 …dler> create(v8::Local<v8::Object> listener, bool isInline, const WorldContextHandle& worldContext) in create() argument 46 return adoptRef(new V8WorkerContextErrorHandler(listener, isInline, worldContext)); in create() 50 …rrorHandler(v8::Local<v8::Object> listener, bool isInline, const WorldContextHandle& worldContext);
|
D | V8EventListener.h | 47 …r> create(v8::Local<v8::Object> listener, bool isAttribute, const WorldContextHandle& worldContext) in create() argument 49 return adoptRef(new V8EventListener(listener, isAttribute, worldContext)); in create() 53 …Listener(v8::Local<v8::Object> listener, bool isAttribute, const WorldContextHandle& worldContext);
|
D | V8WorkerContextEventListener.h | 47 …ener> create(v8::Local<v8::Object> listener, bool isInline, const WorldContextHandle& worldContext) in create() argument 49 return adoptRef(new V8WorkerContextEventListener(listener, isInline, worldContext)); in create() 55 …entListener(v8::Local<v8::Object> listener, bool isInline, const WorldContextHandle& worldContext);
|
D | V8LazyEventListener.h | 49 …de, const String& sourceURL, const TextPosition0& position, const WorldContextHandle& worldContext) in create() argument 51 …optRef(new V8LazyEventListener(functionName, isSVGEvent, code, sourceURL, position, worldContext)); in create() 60 …de, const String sourceURL, const TextPosition0& position, const WorldContextHandle& worldContext);
|
D | V8AbstractEventListener.cpp | 55 …actEventListener::V8AbstractEventListener(bool isAttribute, const WorldContextHandle& worldContext) in V8AbstractEventListener() argument 59 , m_worldContext(worldContext) in V8AbstractEventListener() 95 v8::Local<v8::Context> v8Context = toV8Context(context, worldContext()); in handleEvent() 137 v8::Local<v8::Context> v8Context = toV8Context(context, worldContext()); in invokeEventHandler()
|
D | V8WorkerContextErrorHandler.cpp | 42 …ErrorHandler(v8::Local<v8::Object> listener, bool isInline, const WorldContextHandle& worldContext) in V8WorkerContextErrorHandler() argument 43 : V8WorkerContextEventListener(listener, isInline, worldContext) in V8WorkerContextErrorHandler()
|
D | V8LazyEventListener.cpp | 45 …ode, const String sourceURL, const TextPosition0& position, const WorldContextHandle& worldContext) in V8LazyEventListener() argument 46 : V8AbstractEventListener(true, worldContext) in V8LazyEventListener() 94 v8::Local<v8::Context> v8Context = worldContext().adjustedContext(proxy); in prepareListenerObject()
|
D | V8WindowErrorHandler.cpp | 40 …ErrorHandler(v8::Local<v8::Object> listener, bool isInline, const WorldContextHandle& worldContext) in V8WindowErrorHandler() argument 41 : V8EventListener(listener, isInline, worldContext) in V8WindowErrorHandler()
|
D | V8EventListener.cpp | 38 …tListener(v8::Local<v8::Object> listener, bool isAttribute, const WorldContextHandle& worldContext) in V8EventListener() argument 39 : V8AbstractEventListener(isAttribute, worldContext) in V8EventListener()
|
D | V8AbstractEventListener.h | 99 const WorldContextHandle& worldContext() const { return m_worldContext; } in worldContext() function 102 V8AbstractEventListener(bool isAttribute, const WorldContextHandle& worldContext);
|
D | V8WorkerContextEventListener.cpp | 52 …ventListener(v8::Local<v8::Object> listener, bool isInline, const WorldContextHandle& worldContext) in V8WorkerContextEventListener() argument 53 : V8EventListener(listener, isInline, worldContext) in V8WorkerContextEventListener()
|
D | ScriptEventListener.cpp | 93 v8::Handle<v8::Context> context = toV8Context(document, v8Listener->worldContext()); in eventListenerHandlerBody() 109 v8::Handle<v8::Context> context = toV8Context(document, v8Listener->worldContext()); in eventListenerHandlerLocation()
|
D | V8Proxy.h | 379 …8::Local<v8::Context> toV8Context(ScriptExecutionContext*, const WorldContextHandle& worldContext);
|
D | V8Proxy.cpp | 828 …l<v8::Context> toV8Context(ScriptExecutionContext* context, const WorldContextHandle& worldContext) in toV8Context() argument 832 return worldContext.adjustedContext(proxy); in toV8Context()
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2010-01-29 | 23212 (WebCore::V8AbstractEventListener::worldContext): Added WorldContextHandle params.
|