Searched refs:PassOwnPtr (Results 1 - 25 of 568) sorted by path

1234567891011>>

/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DCustomElementBinding.cpp36 PassOwnPtr<CustomElementBinding> CustomElementBinding::create(v8::Isolate* isolate, v8::Handle<v8::Object> prototype)
H A DCustomElementBinding.h35 #include "wtf/PassOwnPtr.h"
42 static PassOwnPtr<CustomElementBinding> create(v8::Isolate*, v8::Handle<v8::Object> prototype);
H A DDOMWrapperWorld.cpp221 void DOMWrapperWorld::registerDOMObjectHolderInternal(PassOwnPtr<DOMObjectHolderBase> holderBase)
H A DDOMWrapperWorld.h156 static PassOwnPtr<DOMObjectHolder<T> > create(v8::Isolate* isolate, T* object, v8::Handle<v8::Value> wrapper)
182 void registerDOMObjectHolderInternal(PassOwnPtr<DOMObjectHolderBase>);
H A DNPV8Object.cpp101 static PassOwnPtr<v8::Handle<v8::Value>[]> createValueListFromVariantArgs(const NPVariant* arguments, uint32_t argumentCount, NPObject* owner, v8::Isolate* isolate)
H A DPageScriptDebugServer.cpp50 #include "wtf/PassOwnPtr.h"
161 void PageScriptDebugServer::interruptAndRun(PassOwnPtr<Task> task)
166 void PageScriptDebugServer::setClientMessageLoop(PassOwnPtr<ClientMessageLoop> clientMessageLoop)
294 PassOwnPtr<ScriptSourceCode> PageScriptDebugServer::preprocess(LocalFrame* frame, const ScriptSourceCode& sourceCode)
297 return PassOwnPtr<ScriptSourceCode>();
H A DPageScriptDebugServer.h57 static void interruptAndRun(PassOwnPtr<Task>);
65 void setClientMessageLoop(PassOwnPtr<ClientMessageLoop>);
72 virtual PassOwnPtr<ScriptSourceCode> preprocess(LocalFrame*, const ScriptSourceCode&) OVERRIDE;
H A DScriptDebugServer.cpp58 ClientDataImpl(PassOwnPtr<ScriptDebugServer::Task> task) : m_task(task) { }
409 void ScriptDebugServer::interruptAndRun(PassOwnPtr<Task> task, v8::Isolate* isolate)
715 PassOwnPtr<ScriptSourceCode> ScriptDebugServer::preprocess(LocalFrame*, const ScriptSourceCode&)
717 return PassOwnPtr<ScriptSourceCode>();
H A DScriptDebugServer.h41 #include "wtf/PassOwnPtr.h"
94 static void interruptAndRun(PassOwnPtr<Task>, v8::Isolate*);
111 virtual PassOwnPtr<ScriptSourceCode> preprocess(LocalFrame*, const ScriptSourceCode&);
H A DSerializedScriptValue.cpp2906 PassOwnPtr<SerializedScriptValue::ArrayBufferContentsArray> SerializedScriptValue::transferArrayBuffers(ArrayBufferArray& arrayBuffers, ExceptionState& exceptionState, v8::Isolate* isolate)
H A DSerializedScriptValue.h120 static PassOwnPtr<ArrayBufferContentsArray> transferArrayBuffers(ArrayBufferArray&, ExceptionState&, v8::Isolate*);
H A DV8CustomElementLifecycleCallbacks.cpp43 #include "wtf/PassOwnPtr.h"
135 bool V8CustomElementLifecycleCallbacks::setBinding(CustomElementDefinition* owner, PassOwnPtr<CustomElementBinding> binding)
H A DV8CustomElementLifecycleCallbacks.h38 #include "wtf/PassOwnPtr.h"
55 bool setBinding(CustomElementDefinition* owner, PassOwnPtr<CustomElementBinding>);
H A DV8DOMActivityLogger.cpp33 void V8DOMActivityLogger::setActivityLogger(int worldId, const String& extensionId, PassOwnPtr<V8DOMActivityLogger> logger)
H A DV8DOMActivityLogger.h34 #include "wtf/PassOwnPtr.h"
62 static void setActivityLogger(int worldId, const String&, PassOwnPtr<V8DOMActivityLogger>);
H A DV8MutationCallback.h43 static PassOwnPtr<V8MutationCallback> create(v8::Handle<v8::Function> callback, v8::Handle<v8::Object> owner, ScriptState* scriptState)
H A DV8PerContextData.cpp68 PassOwnPtr<V8PerContextData> V8PerContextData::create(v8::Handle<v8::Context> context)
135 void V8PerContextData::addCustomElementBinding(CustomElementDefinition* definition, PassOwnPtr<CustomElementBinding> binding)
H A DV8PerContextData.h41 #include "wtf/PassOwnPtr.h"
63 static PassOwnPtr<V8PerContextData> create(v8::Handle<v8::Context>);
90 void addCustomElementBinding(CustomElementDefinition*, PassOwnPtr<CustomElementBinding>);
H A DWindowProxy.cpp78 PassOwnPtr<WindowProxy> WindowProxy::create(LocalFrame* frame, DOMWrapperWorld& world, v8::Isolate* isolate)
H A DWindowProxy.h58 static PassOwnPtr<WindowProxy> create(LocalFrame*, DOMWrapperWorld&, v8::Isolate*);
H A DWorkerScriptController.cpp126 static PassOwnPtr<IsolateCleanupTask> create(v8::Isolate* isolate)
H A DWorkerScriptDebugServer.cpp87 void WorkerScriptDebugServer::interruptAndRunTask(PassOwnPtr<Task> task)
H A DWorkerScriptDebugServer.h51 void interruptAndRunTask(PassOwnPtr<Task>);
/external/chromium_org/third_party/WebKit/Source/core/accessibility/
H A DAXObjectCache.h59 static PassOwnPtr<AXComputedObjectAttributeCache> create() { return adoptPtr(new AXComputedObjectAttributeCache()); }
/external/chromium_org/third_party/WebKit/Source/core/animation/
H A DCompositorAnimationsTestHelper.h33 #include "wtf/PassOwnPtr.h"
42 PassOwnPtr<T> CloneToPassOwnPtr(T& o)

Completed in 6764 milliseconds

1234567891011>>