Home
last modified time | relevance | path

Searched refs:WorldContextHandle (Results 1 – 25 of 25) sorted by relevance

/external/webkit/Source/WebCore/bindings/v8/
DWorldContextHandle.cpp38 WorldContextHandle::WorldContextHandle(WorldToUse worldToUse) in WorldContextHandle() function in WebCore::WorldContextHandle
48 v8::Local<v8::Context> WorldContextHandle::adjustedContext(V8Proxy* proxy) const in adjustedContext()
DV8AbstractEventListener.h99 const WorldContextHandle& worldContext() const { return m_worldContext; } in worldContext()
102 V8AbstractEventListener(bool isAttribute, const WorldContextHandle& worldContext);
127 WorldContextHandle m_worldContext;
DWorldContextHandle.h45 class WorldContextHandle {
47 WorldContextHandle(WorldToUse);
DV8WindowErrorHandler.h42 …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…
DV8WorkerContextErrorHandler.h44 …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…
DV8EventListener.h47 …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…
DV8WorkerContextEventListener.h47 …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…
DV8LazyEventListener.h49 …ode, const String& sourceURL, const TextPosition0& position, const WorldContextHandle& worldContex… in create()
60 …code, const String sourceURL, const TextPosition0& position, const WorldContextHandle& worldContex…
DScriptEventListener.cpp65 …tring(), node->isSVGElement(), attr->value(), sourceURL, position, WorldContextHandle(UseMainWorld… in createAttributeEventListener()
83 …->document()->isSVGDocument(), attr->value(), sourceURL, position, WorldContextHandle(UseMainWorld… in createAttributeEventListener()
DV8WorkerContextErrorHandler.cpp42 …tErrorHandler(v8::Local<v8::Object> listener, bool isInline, const WorldContextHandle& worldContex… in V8WorkerContextErrorHandler()
DV8WindowErrorHandler.cpp40 …wErrorHandler(v8::Local<v8::Object> listener, bool isInline, const WorldContextHandle& worldContex… in V8WindowErrorHandler()
DV8EventListener.cpp38 …ntListener(v8::Local<v8::Object> listener, bool isAttribute, const WorldContextHandle& worldContex… in V8EventListener()
DV8EventListenerList.h96 …entListener> wrapperPtr = WrapperType::create(object, isAttribute, WorldContextHandle(UseCurrentWo… in findOrCreateWrapper()
DV8WorkerContextEventListener.cpp52 …EventListener(v8::Local<v8::Object> listener, bool isInline, const WorldContextHandle& worldContex… in V8WorkerContextEventListener()
DV8Proxy.h64 class WorldContextHandle; variable
379 …v8::Local<v8::Context> toV8Context(ScriptExecutionContext*, const WorldContextHandle& worldContext…
DV8LazyEventListener.cpp45 …code, const String sourceURL, const TextPosition0& position, const WorldContextHandle& worldContex… in V8LazyEventListener()
DV8AbstractEventListener.cpp55 V8AbstractEventListener::V8AbstractEventListener(bool isAttribute, const WorldContextHandle& worldC… in V8AbstractEventListener()
DV8Proxy.cpp828 v8::Local<v8::Context> toV8Context(ScriptExecutionContext* context, const WorldContextHandle& world… in toV8Context()
/external/webkit/Source/WebCore/bindings/v8/custom/
DV8CustomVoidCallback.h60 WorldContextHandle m_worldContext;
/external/webkit/Source/WebCore/bindings/scripts/test/V8/
DV8TestCallback.h59 WorldContextHandle m_worldContext;
/external/webkit/Source/WebCore/
DAndroid.v8bindings.mk95 bindings/v8/WorldContextHandle.cpp \
DWebCore.pro70 bindings/v8/WorldContextHandle.cpp \
1282 bindings/v8/WorldContextHandle.h
DWebCore.gypi2055 'bindings/v8/WorldContextHandle.cpp',
2056 'bindings/v8/WorldContextHandle.h',
DChangeLog-2010-01-2913804 * 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 …]
DChangeLog-2010-05-2416997 * bindings/v8/WorldContextHandle.cpp:
16998 (WebCore::WorldContextHandle::adjustedContext):