Searched refs:PassOwnPtr (Results 226 - 250 of 568) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/WebKit/Source/modules/mediastream/
H A DRTCDataChannel.h51 static RTCDataChannel* create(ExecutionContext*, RTCPeerConnection*, PassOwnPtr<WebRTCDataChannelHandler>);
94 RTCDataChannel(ExecutionContext*, RTCPeerConnection*, PassOwnPtr<WebRTCDataChannelHandler>);
/external/chromium_org/third_party/WebKit/Source/modules/webaudio/
H A DMediaStreamAudioSourceNode.cpp38 MediaStreamAudioSourceNode* MediaStreamAudioSourceNode::create(AudioContext* context, MediaStream* mediaStream, MediaStreamTrack* audioTrack, PassOwnPtr<AudioSourceProvider> audioSourceProvider)
43 MediaStreamAudioSourceNode::MediaStreamAudioSourceNode(AudioContext* context, MediaStream* mediaStream, MediaStreamTrack* audioTrack, PassOwnPtr<AudioSourceProvider> audioSourceProvider)
/external/chromium_org/third_party/WebKit/Source/modules/webmidi/
H A DMIDIAccess.h56 static MIDIAccess* create(PassOwnPtr<MIDIAccessor> accessor, bool sysexEnabled, const Vector<MIDIAccessInitializer::PortDescriptor>& ports, ExecutionContext* executionContext)
96 MIDIAccess(PassOwnPtr<MIDIAccessor>, bool sysexEnabled, const Vector<MIDIAccessInitializer::PortDescriptor>&, ExecutionContext*);
/external/chromium_org/third_party/WebKit/Source/platform/
H A DCrossThreadCopier.cpp118 // Verify that PassOwnPtr gets passed through.
120 PassOwnPtr<float>,
121 CrossThreadCopier<PassOwnPtr<float> >::Type
125 // Verify that PassOwnPtr does not get passed through.
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DImageFrameGenerator.h34 #include "wtf/PassOwnPtr.h"
53 virtual PassOwnPtr<ImageDecoder> create() = 0;
96 void setImageDecoderFactory(PassOwnPtr<ImageDecoderFactory> factory) { m_imageDecoderFactory = factory; }
/external/chromium_org/third_party/WebKit/Source/platform/text/
H A DLocaleMac.h48 static PassOwnPtr<LocaleMac> create(const String&);
49 static PassOwnPtr<LocaleMac> create(NSLocale*);
H A DLocaleICU.cpp38 #include "wtf/PassOwnPtr.h"
46 PassOwnPtr<Locale> Locale::create(const String& locale)
72 PassOwnPtr<LocaleICU> LocaleICU::create(const char* localeString)
168 PassOwnPtr<Vector<String> > LocaleICU::createLabelVector(const UDateFormat* dateFormat, UDateFormatSymbolType type, int32_t startIndex, int32_t size)
171 return PassOwnPtr<Vector<String> >();
173 return PassOwnPtr<Vector<String> >();
181 return PassOwnPtr<Vector<String> >();
186 return PassOwnPtr<Vector<String> >();
192 static PassOwnPtr<Vector<String> > createFallbackWeekDayShortLabels()
223 static PassOwnPtr<Vecto
[all...]
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebEmbeddedWorkerImpl.h56 PassOwnPtr<WebServiceWorkerContextClient>,
57 PassOwnPtr<WebWorkerPermissionClientProxy>);
H A DWebEmbeddedWorkerImpl.cpp73 static PassOwnPtr<Loader> create()
117 static PassOwnPtr<LoaderProxy> create(WebEmbeddedWorkerImpl& embeddedWorker)
122 virtual void postTaskToLoader(PassOwnPtr<ExecutionContextTask> task) OVERRIDE
127 virtual bool postTaskToWorkerGlobalScope(PassOwnPtr<ExecutionContextTask> task) OVERRIDE
159 PassOwnPtr<WebServiceWorkerContextClient> client,
160 PassOwnPtr<WebWorkerPermissionClientProxy> permissionClient)
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DForward.h29 template<typename T> class PassOwnPtr;
58 using WTF::PassOwnPtr;
/external/chromium_org/third_party/WebKit/Source/core/css/parser/
H A DCSSParserValues.h160 inline void setFromValueList(PassOwnPtr<CSSParserValueList>);
218 PassOwnPtr<CSSSelector> releaseSelector() { return m_selector.release(); }
243 void setTagHistory(PassOwnPtr<CSSParserSelector> selector) { m_tagHistory = selector; }
245 void insertTagHistory(CSSSelector::Relation before, PassOwnPtr<CSSParserSelector>, CSSSelector::Relation after);
246 void appendTagHistory(CSSSelector::Relation, PassOwnPtr<CSSParserSelector>);
278 inline void CSSParserValue::setFromValueList(PassOwnPtr<CSSParserValueList> valueList)
H A DBisonCSSParser.h94 PassOwnPtr<Vector<double> > parseKeyframeKeyList(const String&);
102 PassOwnPtr<CSSParserSelector> sinkFloatingSelector(CSSParserSelector*);
105 PassOwnPtr<Vector<OwnPtr<CSSParserSelector> > > sinkFloatingSelectorVector(Vector<OwnPtr<CSSParserSelector> >*);
108 PassOwnPtr<CSSParserValueList> sinkFloatingValueList(CSSParserValueList*);
111 CSSParserFunction* createFloatingFunction(const CSSParserString& name, PassOwnPtr<CSSParserValueList> args);
112 PassOwnPtr<CSSParserFunction> sinkFloatingFunction(CSSParserFunction*);
127 StyleRuleBase* createPageRule(PassOwnPtr<CSSParserSelector> pageSelector);
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DMessagePort.cpp93 PassOwnPtr<WebMessagePortChannelArray> MessagePort::toWebMessagePortChannelArray(PassOwnPtr<MessagePortChannelArray> channels)
117 PassOwnPtr<WebMessagePortChannel> MessagePort::disentangle()
153 void MessagePort::entangle(PassOwnPtr<WebMessagePortChannel> remote)
212 PassOwnPtr<MessagePortChannelArray> MessagePort::disentanglePorts(const MessagePortArray* ports, ExceptionState& exceptionState)
244 PassOwnPtrWillBeRawPtr<MessagePortArray> MessagePort::entanglePorts(ExecutionContext& context, PassOwnPtr<MessagePortChannelArray> channels)
H A DExecutionContext.h44 #include "wtf/PassOwnPtr.h"
78 virtual void postTask(PassOwnPtr<ExecutionContextTask>) = 0; // Executes the task on context's thread asynchronously.
129 PassOwnPtr<LifecycleNotifier<ExecutionContext> > createLifecycleNotifier();
155 int installNewTimeout(PassOwnPtr<ScheduledAction>, int timeout, bool singleShot);
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DFloatingObjects.h52 static PassOwnPtr<FloatingObject> create(RenderBox*);
54 PassOwnPtr<FloatingObject> copyToNewContainer(LayoutSize, bool shouldPaint = false, bool isDescendant = false) const;
56 PassOwnPtr<FloatingObject> unsafeClone() const;
117 static unsigned hash(const PassOwnPtr<FloatingObject>& key) { return hash(key.get()); }
120 static bool equal(OwnPtr<FloatingObject>& a, const PassOwnPtr<FloatingObject>& b) { return equal(a, b.get()); }
144 FloatingObject* add(PassOwnPtr<FloatingObject>);
/external/chromium_org/third_party/WebKit/Source/modules/filesystem/
H A DFileSystemCallbacks.cpp139 PassOwnPtr<AsyncFileSystemCallbacks> EntryCallbacks::create(EntryCallback* successCallback, ErrorCallback* errorCallback, ExecutionContext* context, DOMFileSystemBase* fileSystem, const String& expectedPath, bool isDirectory)
164 PassOwnPtr<AsyncFileSystemCallbacks> EntriesCallbacks::create(EntriesCallback* successCallback, ErrorCallback* errorCallback, ExecutionContext* context, DirectoryReaderBase* directoryReader, const String& basePath)
202 PassOwnPtr<AsyncFileSystemCallbacks> FileSystemCallbacks::create(FileSystemCallback* successCallback, ErrorCallback* errorCallback, ExecutionContext* context, FileSystemType type)
222 PassOwnPtr<AsyncFileSystemCallbacks> ResolveURICallbacks::create(EntryCallback* successCallback, ErrorCallback* errorCallback, ExecutionContext* context)
252 PassOwnPtr<AsyncFileSystemCallbacks> MetadataCallbacks::create(MetadataCallback* successCallback, ErrorCallback* errorCallback, ExecutionContext* context, DOMFileSystemBase* fileSystem)
271 PassOwnPtr<AsyncFileSystemCallbacks> FileWriterBaseCallbacks::create(PassRefPtrWillBeRawPtr<FileWriterBase> fileWriter, FileWriterBaseCallback* successCallback, ErrorCallback* errorCallback, ExecutionContext* context)
283 void FileWriterBaseCallbacks::didCreateFileWriter(PassOwnPtr<WebFileWriter> fileWriter, long long length)
292 PassOwnPtr<AsyncFileSystemCallbacks> SnapshotFileCallback::create(DOMFileSystemBase* filesystem, const String& name, const KURL& url, FileCallback* successCallback, ErrorCallback* errorCallback, ExecutionContext* context)
320 PassOwnPtr<AsyncFileSystemCallbacks> VoidCallbacks::create(VoidCallback* successCallback, ErrorCallback* errorCallback, ExecutionContext* context, DOMFileSystemBase* fileSystem)
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
H A DBackgroundHTMLParser.cpp79 void BackgroundHTMLParser::start(PassRefPtr<WeakReference<BackgroundHTMLParser> > reference, PassOwnPtr<Configuration> config)
85 BackgroundHTMLParser::BackgroundHTMLParser(PassRefPtr<WeakReference<BackgroundHTMLParser> > reference, PassOwnPtr<Configuration> config)
109 void BackgroundHTMLParser::appendRawBytesFromMainThread(PassOwnPtr<Vector<char> > buffer)
122 void BackgroundHTMLParser::setDecoder(PassOwnPtr<TextResourceDecoder> decoder)
151 void BackgroundHTMLParser::resumeFrom(PassOwnPtr<Checkpoint> checkpoint)
/external/chromium_org/third_party/WebKit/Source/platform/blob/
H A DBlobData.h37 #include "wtf/PassOwnPtr.h"
164 static PassOwnPtr<BlobData> create();
212 static PassRefPtr<BlobDataHandle> create(PassOwnPtr<BlobData> data, long long size)
231 BlobDataHandle(PassOwnPtr<BlobData>, long long size);
/external/chromium_org/third_party/WebKit/Source/platform/exported/
H A DWebFileSystemCallbacks.cpp41 #include "wtf/PassOwnPtr.h"
49 static PassRefPtr<WebFileSystemCallbacksPrivate> create(const PassOwnPtr<AsyncFileSystemCallbacks>& callbacks)
57 WebFileSystemCallbacksPrivate(const PassOwnPtr<AsyncFileSystemCallbacks>& callbacks) : m_callbacks(callbacks) { }
61 WebFileSystemCallbacks::WebFileSystemCallbacks(const PassOwnPtr<AsyncFileSystemCallbacks>& callbacks)
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/
H A DImageDecoder.h88 static PassOwnPtr<ImageDecoder> create(const SharedBuffer& data, ImageSource::AlphaOption, ImageSource::GammaAndColorProfileOption);
91 static PassOwnPtr<ImageDecoder> create(const SharedBuffer& data, ImageSource::AlphaOption, ImageSource::GammaAndColorProfileOption, size_t maxDecodedSize);
276 virtual void setImagePlanes(PassOwnPtr<ImagePlanes>) { }
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DV8PerContextData.h41 #include "wtf/PassOwnPtr.h"
63 static PassOwnPtr<V8PerContextData> create(v8::Handle<v8::Context>);
90 void addCustomElementBinding(CustomElementDefinition*, PassOwnPtr<CustomElementBinding>);
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSKeyframeRule.cpp87 void StyleKeyframe::setKeys(PassOwnPtr<Vector<double> > keys)
121 PassOwnPtr<Vector<double> > StyleKeyframe::createKeyList(CSSParserValueList* keys)
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInspectorOverlay.h39 #include "wtf/PassOwnPtr.h"
78 static PassOwnPtr<InspectorOverlay> create(Page* page, InspectorClient* client)
99 void highlightQuad(PassOwnPtr<FloatQuad>, const HighlightConfig&);
/external/chromium_org/third_party/WebKit/Source/core/page/
H A DChrome.h59 static PassOwnPtr<Chrome> create(Page*, ChromeClient*);
118 PassOwnPtr<ColorChooser> createColorChooser(LocalFrame*, ColorChooserClient*, const Color& initialColor);
/external/chromium_org/third_party/WebKit/Source/core/workers/
H A DDedicatedWorkerGlobalScope.cpp87 static PassOwnPtr<UseCounterTask> createCount(UseCounter::Feature feature) { return adoptPtr(new UseCounterTask(feature, false)); }
88 static PassOwnPtr<UseCounterTask> createDeprecation(UseCounter::Feature feature) { return adoptPtr(new UseCounterTask(feature, true)); }

Completed in 5348 milliseconds

1234567891011>>