HomeSort by relevance Sort by last modified time
    Searched refs:WorldContextHandle (Results 1 - 22 of 22) sorted by null

  /external/webkit/Source/WebCore/bindings/v8/
WorldContextHandle.cpp 32 #include "WorldContextHandle.h"
38 WorldContextHandle::WorldContextHandle(WorldToUse worldToUse)
48 v8::Local<v8::Context> WorldContextHandle::adjustedContext(V8Proxy* proxy) const
WorldContextHandle.h 45 class WorldContextHandle {
47 WorldContextHandle(WorldToUse);
V8EventListener.h 47 static PassRefPtr<V8EventListener> create(v8::Local<v8::Object> listener, bool isAttribute, const WorldContextHandle& worldContext)
53 V8EventListener(v8::Local<v8::Object> listener, bool isAttribute, const WorldContextHandle& worldContext);
V8WindowErrorHandler.h 42 static PassRefPtr<V8WindowErrorHandler> create(v8::Local<v8::Object> listener, bool isInline, const WorldContextHandle& worldContext)
48 V8WindowErrorHandler(v8::Local<v8::Object> listener, bool isInline, const WorldContextHandle& worldContext);
V8WorkerContextErrorHandler.h 44 static PassRefPtr<V8WorkerContextErrorHandler> create(v8::Local<v8::Object> listener, bool isInline, const WorldContextHandle& worldContext)
50 V8WorkerContextErrorHandler(v8::Local<v8::Object> listener, bool isInline, const WorldContextHandle& worldContext);
V8LazyEventListener.h 49 static PassRefPtr<V8LazyEventListener> create(const String& functionName, bool isSVGEvent, const String& code, const String& sourceURL, const TextPosition0& position, const WorldContextHandle& worldContext)
60 V8LazyEventListener(const String& functionName, bool isSVGEvent, const String& code, const String sourceURL, const TextPosition0& position, const WorldContextHandle& worldContext);
V8WorkerContextEventListener.h 47 static PassRefPtr<V8WorkerContextEventListener> create(v8::Local<v8::Object> listener, bool isInline, const WorldContextHandle& worldContext)
55 V8WorkerContextEventListener(v8::Local<v8::Object> listener, bool isInline, const WorldContextHandle& worldContext);
V8AbstractEventListener.h 35 #include "WorldContextHandle.h"
99 const WorldContextHandle& worldContext() const { return m_worldContext; }
102 V8AbstractEventListener(bool isAttribute, const WorldContextHandle& worldContext);
127 WorldContextHandle m_worldContext;
ScriptEventListener.cpp 65 return V8LazyEventListener::create(attr->localName().string(), node->isSVGElement(), attr->value(), sourceURL, position, WorldContextHandle(UseMainWorld));
83 return V8LazyEventListener::create(attr->localName().string(), frame->document()->isSVGDocument(), attr->value(), sourceURL, position, WorldContextHandle(UseMainWorld));
V8EventListener.cpp 38 V8EventListener::V8EventListener(v8::Local<v8::Object> listener, bool isAttribute, const WorldContextHandle& worldContext)
V8WindowErrorHandler.cpp 40 V8WindowErrorHandler::V8WindowErrorHandler(v8::Local<v8::Object> listener, bool isInline, const WorldContextHandle& worldContext)
V8WorkerContextErrorHandler.cpp 42 V8WorkerContextErrorHandler::V8WorkerContextErrorHandler(v8::Local<v8::Object> listener, bool isInline, const WorldContextHandle& worldContext)
V8EventListenerList.h 96 PassRefPtr<V8EventListener> wrapperPtr = WrapperType::create(object, isAttribute, WorldContextHandle(UseCurrentWorld));
V8WorkerContextEventListener.cpp 52 V8WorkerContextEventListener::V8WorkerContextEventListener(v8::Local<v8::Object> listener, bool isInline, const WorldContextHandle& worldContext)
V8AbstractEventListener.cpp 55 V8AbstractEventListener::V8AbstractEventListener(bool isAttribute, const WorldContextHandle& worldContext)
V8LazyEventListener.cpp 39 #include "WorldContextHandle.h"
45 V8LazyEventListener::V8LazyEventListener(const String& functionName, bool isSVGEvent, const String& code, const String sourceURL, const TextPosition0& position, const WorldContextHandle& worldContext)
V8Proxy.h 64 class WorldContextHandle;
379 v8::Local<v8::Context> toV8Context(ScriptExecutionContext*, const WorldContextHandle& worldContext);
V8Proxy.cpp 828 v8::Local<v8::Context> toV8Context(ScriptExecutionContext* context, const WorldContextHandle& worldContext)
  /external/webkit/Source/WebCore/bindings/scripts/test/V8/
V8TestCallback.h 28 #include "WorldContextHandle.h"
59 WorldContextHandle m_worldContext;
  /external/webkit/Source/WebCore/bindings/v8/custom/
V8CustomVoidCallback.h 35 #include "WorldContextHandle.h"
60 WorldContextHandle m_worldContext;
  /external/webkit/Source/WebCore/
Android.v8bindings.mk 95 bindings/v8/WorldContextHandle.cpp \
  /external/webkit/Source/WebCore/bindings/scripts/
CodeGeneratorV8.pm     [all...]

Completed in 172 milliseconds