Searched refs:PassOwnPtr (Results 76 - 100 of 568) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/WebKit/Source/modules/webaudio/
H A DMediaStreamAudioSourceNode.h46 static MediaStreamAudioSourceNode* create(AudioContext*, MediaStream*, MediaStreamTrack*, PassOwnPtr<AudioSourceProvider>);
64 MediaStreamAudioSourceNode(AudioContext*, MediaStream*, MediaStreamTrack*, PassOwnPtr<AudioSourceProvider>);
H A DDelayProcessor.cpp54 PassOwnPtr<AudioDSPKernel> DelayProcessor::createKernel()
H A DDelayProcessor.h30 #include "wtf/PassOwnPtr.h"
43 virtual PassOwnPtr<AudioDSPKernel> createKernel() OVERRIDE;
/external/chromium_org/third_party/WebKit/Source/modules/webmidi/
H A DMIDIController.h50 static PassOwnPtrWillBeRawPtr<MIDIController> create(PassOwnPtr<MIDIClient>);
57 explicit MIDIController(PassOwnPtr<MIDIClient>);
/external/chromium_org/third_party/WebKit/Source/modules/websockets/
H A DWebSocketDeflater.h36 #include "wtf/PassOwnPtr.h"
55 static PassOwnPtr<WebSocketDeflater> create(int windowBits, ContextTakeOverMode = TakeOverContext);
82 static PassOwnPtr<WebSocketInflater> create(int windowBits = 15);
H A DWebSocketExtensionDispatcher.h36 #include "wtf/PassOwnPtr.h"
48 void addProcessor(PassOwnPtr<WebSocketExtensionProcessor>);
H A DWebSocketPerMessageDeflate.h38 #include "wtf/PassOwnPtr.h"
48 PassOwnPtr<WebSocketExtensionProcessor> createExtensionProcessor();
/external/chromium_org/third_party/WebKit/Source/platform/
H A DDragImage.h42 static PassOwnPtr<DragImage> create(Image*, RespectImageOrientationEnum = DoNotRespectImageOrientation, float deviceScaleFactor = 1);
43 static PassOwnPtr<DragImage> create(const KURL&, const String& label, const FontDescription& systemFont, float deviceScaleFactor);
H A DPermissionCallbacks.h11 #include "wtf/PassOwnPtr.h"
18 static PassOwnPtr<PermissionCallbacks> create(const Closure& allowed, const Closure& denied);
/external/chromium_org/third_party/WebKit/Source/web/
H A DLocalFileSystemClient.cpp46 PassOwnPtr<FileSystemClient> LocalFileSystemClient::create()
67 void LocalFileSystemClient::requestFileSystemAccessAsync(ExecutionContext* context, PassOwnPtr<PermissionCallbacks> callbacks)
/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)
/external/chromium_org/third_party/WebKit/Source/core/events/
H A DEventFactory.h48 static PassOwnPtr<EventFactory> create()
/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DSettingsDelegate.h35 #include "wtf/PassOwnPtr.h"
43 explicit SettingsDelegate(PassOwnPtr<Settings>);
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DCachedUAStyle.h35 static PassOwnPtr<CachedUAStyle> create(const RenderStyle* style)
H A DCounterDirectives.cpp24 #include "wtf/PassOwnPtr.h"
36 PassOwnPtr<CounterDirectiveMap> clone(const CounterDirectiveMap& counterDirectives)
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DReferenceFilterBuilder.h50 static void setDocumentResourceReference(const FilterOperation*, PassOwnPtr<DocumentResourceReference>);
/external/chromium_org/third_party/WebKit/Source/core/storage/
H A DStorageNamespace.h31 #include "wtf/PassOwnPtr.h"
45 explicit StorageNamespace(PassOwnPtr<blink::WebStorageNamespace>);
/external/chromium_org/third_party/WebKit/Source/core/workers/
H A DSharedWorkerRepositoryClient.h55 virtual void connect(PassRefPtrWillBeRawPtr<SharedWorker>, PassOwnPtr<blink::WebMessagePortChannel>, const KURL&, const String& name, ExceptionState&) = 0;
H A DWorkerGlobalScopeProxy.h37 #include "wtf/PassOwnPtr.h"
53 virtual void postMessageToWorkerGlobalScope(PassRefPtr<SerializedScriptValue>, PassOwnPtr<MessagePortChannelArray>) = 0;
H A DWorkerMessagingProxy.h35 #include "wtf/PassOwnPtr.h"
58 virtual void postMessageToWorkerGlobalScope(PassRefPtr<SerializedScriptValue>, PassOwnPtr<MessagePortChannelArray>) OVERRIDE;
64 void postMessageToWorkerObject(PassRefPtr<SerializedScriptValue>, PassOwnPtr<MessagePortChannelArray>);
77 virtual void postTaskToLoader(PassOwnPtr<ExecutionContextTask>) OVERRIDE;
78 virtual bool postTaskToWorkerGlobalScope(PassOwnPtr<ExecutionContextTask>) OVERRIDE;
/external/chromium_org/third_party/WebKit/Source/modules/encryptedmedia/
H A DMediaKeysController.cpp23 PassOwnPtr<WebContentDecryptionModule> MediaKeysController::createContentDecryptionModule(ExecutionContext* context, const String& keySystem)
/external/chromium_org/third_party/WebKit/Source/modules/filesystem/
H A DFileWriterBase.cpp46 void FileWriterBase::initialize(PassOwnPtr<WebFileWriter> writer, long long length)
/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
H A DWebIDBDatabaseCallbacksImpl.h33 #include "wtf/PassOwnPtr.h"
41 static PassOwnPtr<WebIDBDatabaseCallbacksImpl> create(IDBDatabaseCallbacks*);
/external/chromium_org/third_party/WebKit/Source/modules/navigatorcontentutils/
H A DNavigatorContentUtilsClient.h51 void provideNavigatorContentUtilsTo(Page&, PassOwnPtr<NavigatorContentUtilsClient>);
/external/chromium_org/third_party/WebKit/Source/modules/speech/
H A DSpeechRecognitionClient.h46 void provideSpeechRecognitionTo(Page&, PassOwnPtr<SpeechRecognitionClient>);

Completed in 6404 milliseconds

1234567891011>>