/external/webkit/Source/WebCore/bindings/v8/ |
D | WorldContextHandle.cpp | 38 WorldContextHandle::WorldContextHandle(WorldToUse worldToUse) in WorldContextHandle() function in WebCore::WorldContextHandle 48 v8::Local<v8::Context> WorldContextHandle::adjustedContext(V8Proxy* proxy) const in adjustedContext()
|
D | V8AbstractEventListener.h | 99 const WorldContextHandle& worldContext() const { return m_worldContext; } in worldContext() 102 V8AbstractEventListener(bool isAttribute, const WorldContextHandle& worldContext); 127 WorldContextHandle m_worldContext;
|
D | WorldContextHandle.h | 45 class WorldContextHandle { 47 WorldContextHandle(WorldToUse);
|
D | V8WindowErrorHandler.h | 42 …ndler> create(v8::Local<v8::Object> listener, bool isInline, const WorldContextHandle& worldContex… in create() 48 …V8WindowErrorHandler(v8::Local<v8::Object> listener, bool isInline, const WorldContextHandle& worl…
|
D | V8WorkerContextErrorHandler.h | 44 …ndler> create(v8::Local<v8::Object> listener, bool isInline, const WorldContextHandle& worldContex… in create() 50 …tErrorHandler(v8::Local<v8::Object> listener, bool isInline, const WorldContextHandle& worldContex…
|
D | V8EventListener.h | 47 …er> create(v8::Local<v8::Object> listener, bool isAttribute, const WorldContextHandle& worldContex… in create() 53 …V8EventListener(v8::Local<v8::Object> listener, bool isAttribute, const WorldContextHandle& worldC…
|
D | V8WorkerContextEventListener.h | 47 …tener> create(v8::Local<v8::Object> listener, bool isInline, const WorldContextHandle& worldContex… in create() 55 …EventListener(v8::Local<v8::Object> listener, bool isInline, const WorldContextHandle& worldContex…
|
D | V8LazyEventListener.h | 49 …ode, const String& sourceURL, const TextPosition0& position, const WorldContextHandle& worldContex… in create() 60 …code, const String sourceURL, const TextPosition0& position, const WorldContextHandle& worldContex…
|
D | ScriptEventListener.cpp | 65 …tring(), node->isSVGElement(), attr->value(), sourceURL, position, WorldContextHandle(UseMainWorld… in createAttributeEventListener() 83 …->document()->isSVGDocument(), attr->value(), sourceURL, position, WorldContextHandle(UseMainWorld… in createAttributeEventListener()
|
D | V8WorkerContextErrorHandler.cpp | 42 …tErrorHandler(v8::Local<v8::Object> listener, bool isInline, const WorldContextHandle& worldContex… in V8WorkerContextErrorHandler()
|
D | V8WindowErrorHandler.cpp | 40 …wErrorHandler(v8::Local<v8::Object> listener, bool isInline, const WorldContextHandle& worldContex… in V8WindowErrorHandler()
|
D | V8EventListener.cpp | 38 …ntListener(v8::Local<v8::Object> listener, bool isAttribute, const WorldContextHandle& worldContex… in V8EventListener()
|
D | V8EventListenerList.h | 96 …entListener> wrapperPtr = WrapperType::create(object, isAttribute, WorldContextHandle(UseCurrentWo… in findOrCreateWrapper()
|
D | V8WorkerContextEventListener.cpp | 52 …EventListener(v8::Local<v8::Object> listener, bool isInline, const WorldContextHandle& worldContex… in V8WorkerContextEventListener()
|
D | V8Proxy.h | 64 class WorldContextHandle; variable 379 …v8::Local<v8::Context> toV8Context(ScriptExecutionContext*, const WorldContextHandle& worldContext…
|
D | V8LazyEventListener.cpp | 45 …code, const String sourceURL, const TextPosition0& position, const WorldContextHandle& worldContex… in V8LazyEventListener()
|
D | V8AbstractEventListener.cpp | 55 V8AbstractEventListener::V8AbstractEventListener(bool isAttribute, const WorldContextHandle& worldC… in V8AbstractEventListener()
|
D | V8Proxy.cpp | 828 v8::Local<v8::Context> toV8Context(ScriptExecutionContext* context, const WorldContextHandle& world… in toV8Context()
|
/external/webkit/Source/WebCore/bindings/v8/custom/ |
D | V8CustomVoidCallback.h | 60 WorldContextHandle m_worldContext;
|
/external/webkit/Source/WebCore/bindings/scripts/test/V8/ |
D | V8TestCallback.h | 59 WorldContextHandle m_worldContext;
|
/external/webkit/Source/WebCore/ |
D | Android.v8bindings.mk | 95 bindings/v8/WorldContextHandle.cpp \
|
D | WebCore.pro | 70 bindings/v8/WorldContextHandle.cpp \ 1282 bindings/v8/WorldContextHandle.h
|
D | WebCore.gypi | 2055 'bindings/v8/WorldContextHandle.cpp', 2056 'bindings/v8/WorldContextHandle.h',
|
D | ChangeLog-2010-01-29 | 13804 * bindings/v8/WorldContextHandle.cpp: 13805 (WebCore::WorldContextHandle::adjustedContext): 14749 * bindings/v8/WorldContextHandle.cpp: 14750 (WebCore::WorldContextHandle::adjustedContext): 15092 * bindings/v8/WorldContextHandle.cpp: 15093 (WebCore::WorldContextHandle::WorldContextHandle): 23203 * WebCore.gypi: Added WorldContextHandle. 23205 (WebCore::createAttributeEventListener): Added WorldContextHandle params. 23208 … (WebCore::V8AbstractEventListener::V8AbstractEventListener): Added WorldContextHandle params. 23209 …bCore::V8AbstractEventListener::handleEvent): Adjusted context retrieval to use WorldContextHandle. [all …]
|
D | ChangeLog-2010-05-24 | 16997 * bindings/v8/WorldContextHandle.cpp: 16998 (WebCore::WorldContextHandle::adjustedContext):
|