Searched
refs:PassOwnPtr (Results
501 -
525 of
842) sorted by null
<<21222324252627282930>>
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
RenderImageResource.h | 44 static PassOwnPtr<RenderImageResource> create()
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/ |
CounterDirectives.h | 107 PassOwnPtr<CounterDirectiveMap> clone(const CounterDirectiveMap&);
|
StyleCustomFilterProgramCache.cpp | 45 PassOwnPtr<StyleCustomFilterProgramCache> StyleCustomFilterProgramCache::create()
|
/external/chromium_org/third_party/WebKit/Source/core/svg/ |
SVGAnimatorFactory.h | 47 static PassOwnPtr<SVGAnimatedTypeAnimator> create(SVGAnimationElement* animationElement, SVGElement* contextElement, AnimatedPropertyType attributeType)
|
SVGPathByteStreamSource.h | 26 #include "wtf/PassOwnPtr.h" 32 static PassOwnPtr<SVGPathByteStreamSource> create(SVGPathByteStream* stream)
|
/external/chromium_org/third_party/WebKit/Source/core/workers/ |
WorkerScriptLoader.h | 87 PassOwnPtr<ResourceRequest> createResourceRequest();
|
/external/chromium_org/third_party/WebKit/Source/core/xml/ |
XPathExpressionNode.h | 66 void addSubExpression(PassOwnPtr<Expression> expr)
|
XPathPath.h | 42 Filter(PassOwnPtr<Expression>, Vector<OwnPtr<Predicate> >&);
|
/external/chromium_org/third_party/WebKit/Source/modules/encryptedmedia/ |
MediaKeys.cpp | 71 MediaKeys::MediaKeys(const String& keySystem, PassOwnPtr<ContentDecryptionModule> cdm)
|
/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/ |
WebIDBCallbacksImpl.h | 33 #include "wtf/PassOwnPtr.h" 53 static PassOwnPtr<WebIDBCallbacksImpl> create(PassRefPtr<IDBRequest>);
|
/external/chromium_org/third_party/WebKit/Source/modules/mediastream/ |
RTCDTMFSender.h | 69 RTCDTMFSender(ExecutionContext*, PassRefPtr<MediaStreamTrack>, PassOwnPtr<RTCDTMFSenderHandler>);
|
/external/chromium_org/third_party/WebKit/Source/modules/speech/ |
SpeechSynthesis.h | 64 void setPlatformSynthesizer(PassOwnPtr<PlatformSpeechSynthesizer>);
|
/external/chromium_org/third_party/WebKit/Source/modules/speech/testing/ |
PlatformSpeechSynthesizerMock.cpp | 34 PassOwnPtr<PlatformSpeechSynthesizerMock> PlatformSpeechSynthesizerMock::create(PlatformSpeechSynthesizerClient* client)
|
/external/chromium_org/third_party/WebKit/Source/modules/webaudio/ |
WaveShaperProcessor.cpp | 47 PassOwnPtr<AudioDSPKernel> WaveShaperProcessor::createKernel()
|
/external/chromium_org/third_party/WebKit/Source/modules/webmidi/ |
MIDIAccessor.cpp | 43 PassOwnPtr<MIDIAccessor> MIDIAccessor::create(MIDIAccessorClient* client)
|
/external/chromium_org/third_party/WebKit/Source/modules/websockets/ |
WebSocketHandshake.h | 39 #include "wtf/PassOwnPtr.h" 93 void addExtensionProcessor(PassOwnPtr<WebSocketExtensionProcessor>);
|
/external/chromium_org/third_party/WebKit/Source/platform/ |
LifecycleNotifier.h | 32 #include "wtf/PassOwnPtr.h" 45 static PassOwnPtr<LifecycleNotifier> create(Context* context)
|
/external/chromium_org/third_party/WebKit/Source/platform/exported/ |
WebCryptoKey.cpp | 42 WebCryptoKeyPrivate(PassOwnPtr<WebCryptoKeyHandle> handle, WebCryptoKeyType type, bool extractable, const WebCryptoAlgorithm& algorithm, WebCryptoKeyUsageMask usages)
|
WebScrollbarThemeGeometryNative.h | 32 #include "wtf/PassOwnPtr.h" 44 static PassOwnPtr<WebScrollbarThemeGeometryNative> create(WebCore::ScrollbarTheme*);
|
/external/chromium_org/third_party/WebKit/Source/platform/fonts/ |
FontCustomPlatformData.h | 65 static PassOwnPtr<FontCustomPlatformData> create(SharedBuffer*);
|
/external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/ |
FontCustomPlatformDataMac.cpp | 29 #include "wtf/PassOwnPtr.h" 50 PassOwnPtr<FontCustomPlatformData> FontCustomPlatformData::create(SharedBuffer* buffer)
|
/external/chromium_org/third_party/WebKit/Source/platform/graphics/ |
DeferredImageDecoder.cpp | 33 #include "wtf/PassOwnPtr.h" 50 DeferredImageDecoder::DeferredImageDecoder(PassOwnPtr<ImageDecoder> actualDecoder) 62 PassOwnPtr<DeferredImageDecoder> DeferredImageDecoder::create(const SharedBuffer& data, ImageSource::AlphaOption alphaOption, ImageSource::GammaAndColorProfileOption gammaAndColorOption) 68 PassOwnPtr<DeferredImageDecoder> DeferredImageDecoder::createForTesting(PassOwnPtr<ImageDecoder> decoder)
|
DiscardablePixelRef.cpp | 71 DiscardablePixelRef::DiscardablePixelRef(const SkImageInfo& info, PassOwnPtr<SkMutex> mutex)
|
/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/ |
Filter.h | 39 void setSourceImage(PassOwnPtr<ImageBuffer> sourceImage) { m_sourceImage = sourceImage; }
|
/external/chromium_org/third_party/WebKit/Source/platform/text/ |
LocaleWin.h | 47 static PassOwnPtr<LocaleWin> create(LCID, bool defaultsForLocale);
|
Completed in 1158 milliseconds
<<21222324252627282930>>