Searched refs:PassOwnPtr (Results 51 - 75 of 568) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
H A DShape.h39 #include "wtf/PassOwnPtr.h"
75 static PassOwnPtr<Shape> createShape(const BasicShape*, const LayoutSize& logicalBoxSize, WritingMode, float margin);
76 static PassOwnPtr<Shape> createRasterShape(Image*, float threshold, const LayoutRect& imageRect, const LayoutRect& marginRect, WritingMode, float margin);
77 static PassOwnPtr<Shape> createEmptyRasterShape(WritingMode, float margin);
78 static PassOwnPtr<Shape> createLayoutBoxShape(const RoundedRect&, WritingMode, float margin);
/external/chromium_org/third_party/WebKit/Source/core/testing/
H A DNullExecutionContext.cpp33 void NullExecutionContext::postTask(PassOwnPtr<ExecutionContextTask>)
/external/chromium_org/third_party/WebKit/Source/modules/
H A DEventModulesFactory.h19 static PassOwnPtr<EventModulesFactory> create()
/external/chromium_org/third_party/WebKit/Source/modules/encryptedmedia/
H A DMediaKeysClient.h8 #include "wtf/PassOwnPtr.h"
19 virtual PassOwnPtr<WebContentDecryptionModule> createContentDecryptionModule(ExecutionContext*, const String& keySystem) = 0;
/external/chromium_org/third_party/WebKit/Source/modules/webmidi/
H A DMIDIClient.h49 void provideMIDITo(LocalFrame&, PassOwnPtr<MIDIClient>);
/external/chromium_org/third_party/WebKit/Source/platform/
H A DClock.h30 #include "wtf/PassOwnPtr.h"
37 static PassOwnPtr<Clock> create();
H A DPermissionCallbacks.cpp37 PassOwnPtr<PermissionCallbacks> PermissionCallbacks::create(const Closure& allowed, const Closure& denied)
/external/chromium_org/third_party/WebKit/Source/platform/audio/
H A DHRTFElevation.h35 #include "wtf/PassOwnPtr.h"
53 static PassOwnPtr<HRTFElevation> createForSubject(const String& subjectName, int elevation, float sampleRate);
56 static PassOwnPtr<HRTFElevation> createByInterpolatingSlices(HRTFElevation* hrtfElevation1, HRTFElevation* hrtfElevation2, float x, float sampleRate);
90 HRTFElevation(PassOwnPtr<HRTFKernelList> kernelListL, PassOwnPtr<HRTFKernelList> kernelListR, int elevation, float sampleRate)
/external/chromium_org/third_party/WebKit/Source/platform/exported/
H A DWebTransformKeyframe.cpp28 #include "wtf/PassOwnPtr.h"
32 WebTransformKeyframe::WebTransformKeyframe(double time, PassOwnPtr<WebTransformOperations> value)
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DDeferredImageDecoder.h49 static PassOwnPtr<DeferredImageDecoder> create(const SharedBuffer& data, ImageSource::AlphaOption, ImageSource::GammaAndColorProfileOption);
51 static PassOwnPtr<DeferredImageDecoder> createForTesting(PassOwnPtr<ImageDecoder>);
82 explicit DeferredImageDecoder(PassOwnPtr<ImageDecoder> actualDecoder);
/external/chromium_org/third_party/WebKit/Source/platform/graphics/media/
H A DMediaPlayer.cpp29 #include "wtf/PassOwnPtr.h"
42 PassOwnPtr<MediaPlayer> MediaPlayer::create(MediaPlayerClient* client)
/external/chromium_org/third_party/WebKit/Source/web/
H A DGraphicsLayerFactoryChromium.cpp43 PassOwnPtr<GraphicsLayer> GraphicsLayerFactoryChromium::createGraphicsLayer(GraphicsLayerClient* client)
H A DGraphicsLayerFactoryChromium.h40 virtual PassOwnPtr<GraphicsLayer> createGraphicsLayer(GraphicsLayerClient*) OVERRIDE;
H A DMediaKeysClientImpl.cpp20 PassOwnPtr<WebContentDecryptionModule> MediaKeysClientImpl::createContentDecryptionModule(ExecutionContext* executionContext, const String& keySystem)
H A DMediaKeysClientImpl.h9 #include "wtf/PassOwnPtr.h"
21 virtual PassOwnPtr<WebContentDecryptionModule> createContentDecryptionModule(ExecutionContext*, const String& keySystem) OVERRIDE;
H A DStorageClientImpl.h18 virtual PassOwnPtr<StorageNamespace> createSessionStorageNamespace() OVERRIDE;
/external/chromium_org/third_party/WebKit/public/platform/
H A DWebPrivateOwnPtr.h34 #include "wtf/PassOwnPtr.h"
59 template<typename U> WebPrivateOwnPtr(const PassOwnPtr<U>&, EnsurePtrConvertibleArgDecl(U, T));
67 void reset(const PassOwnPtr<T>& o)
72 PassOwnPtr<T> release()
91 template<typename T> template<typename U> inline WebPrivateOwnPtr<T>::WebPrivateOwnPtr(const PassOwnPtr<U>& o, EnsurePtrConvertibleArgDefn(U, T))
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DContextFeatures.h57 static PassRefPtrWillBeRawPtr<ContextFeatures> create(PassOwnPtr<ContextFeaturesClient>);
71 explicit ContextFeatures(PassOwnPtr<ContextFeaturesClient> client)
81 static PassOwnPtr<ContextFeaturesClient> empty();
88 void provideContextFeaturesTo(Page&, PassOwnPtr<ContextFeaturesClient>);
91 inline PassRefPtrWillBeRawPtr<ContextFeatures> ContextFeatures::create(PassOwnPtr<ContextFeaturesClient> client)
H A DContextLifecycleNotifier.h33 #include "wtf/PassOwnPtr.h"
42 static PassOwnPtr<ContextLifecycleNotifier> create(ExecutionContext*);
67 inline PassOwnPtr<ContextLifecycleNotifier> ContextLifecycleNotifier::create(ExecutionContext* context)
H A DDecodedDataDocumentParser.cpp45 void DecodedDataDocumentParser::setDecoder(PassOwnPtr<TextResourceDecoder> decoder)
59 PassOwnPtr<TextResourceDecoder> DecodedDataDocumentParser::takeDecoder()
H A DDecodedDataDocumentParser.h45 virtual void setDecoder(PassOwnPtr<TextResourceDecoder>) OVERRIDE;
48 PassOwnPtr<TextResourceDecoder> takeDecoder();
H A DExecutionContextTask.h33 #include "wtf/PassOwnPtr.h"
57 static PassOwnPtr<CallClosureTask> create(const Closure& closure)
74 PassOwnPtr<ExecutionContextTask> createSameThreadTask(
81 PassOwnPtr<ExecutionContextTask> createSameThreadTask(
90 PassOwnPtr<ExecutionContextTask> createSameThreadTask(
100 PassOwnPtr<ExecutionContextTask> createSameThreadTask(
111 PassOwnPtr<ExecutionContextTask> createSameThreadTask(
123 PassOwnPtr<ExecutionContextTask> createSameThreadTask(
136 PassOwnPtr<ExecutionContextTask> createSameThreadTask(
/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
H A DIDBRequest.h99 virtual void onSuccess(PassOwnPtr<WebIDBCursor>, IDBKey*, IDBKey* primaryKey, PassRefPtr<SharedBuffer>, PassOwnPtr<Vector<WebBlobInfo> >);
101 virtual void onSuccess(PassRefPtr<SharedBuffer>, PassOwnPtr<Vector<WebBlobInfo> >);
102 virtual void onSuccess(PassRefPtr<SharedBuffer>, PassOwnPtr<Vector<WebBlobInfo> >, IDBKey*, const IDBKeyPath&);
105 virtual void onSuccess(IDBKey*, IDBKey* primaryKey, PassRefPtr<SharedBuffer>, PassOwnPtr<Vector<WebBlobInfo> >);
109 virtual void onUpgradeNeeded(int64_t oldVersion, PassOwnPtr<WebIDBDatabase>, const IDBDatabaseMetadata&, WebIDBDataLoss, String dataLossMessage) { ASSERT_NOT_REACHED(); }
110 virtual void onSuccess(PassOwnPtr<WebIDBDatabase>, const IDBDatabaseMetadata&) { ASSERT_NOT_REACHED(); }
145 void setResultCursor(IDBCursor*, IDBKey*, IDBKey* primaryKey, PassRefPtr<SharedBuffer> value, PassOwnPtr<Vector<WebBlobInfo> >);
146 void setBlobInfo(PassOwnPtr<Vector<WebBlobInfo>>);
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DContentData.h31 #include "wtf/PassOwnPtr.h"
42 static PassOwnPtr<ContentData> create(PassRefPtr<StyleImage>);
43 static PassOwnPtr<ContentData> create(const String&);
44 static PassOwnPtr<ContentData> create(PassOwnPtr<CounterContent>);
45 static PassOwnPtr<ContentData> create(QuoteType);
56 virtual PassOwnPtr<ContentData> clone() const;
59 void setNext(PassOwnPtr<ContentData> next) { m_next = next; }
64 virtual PassOwnPtr<ContentData> cloneInternal() const = 0;
95 virtual PassOwnPtr<ContentDat
[all...]
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGPathByteStream.h24 #include "wtf/PassOwnPtr.h"
38 static PassOwnPtr<SVGPathByteStream> create()
43 PassOwnPtr<SVGPathByteStream> copy() const

Completed in 9525 milliseconds

1234567891011>>