Searched
refs:PassOwnPtr (Results
451 -
475 of
842) sorted by null
<<11121314151617181920>>
/external/chromium_org/third_party/WebKit/Source/modules/webaudio/ |
AudioNode.h | 33 #include "wtf/PassOwnPtr.h" 189 void addInput(PassOwnPtr<AudioNodeInput>); 190 void addOutput(PassOwnPtr<AudioNodeOutput>);
|
/external/chromium_org/third_party/WebKit/Source/platform/exported/ |
WebCryptoAlgorithm.cpp | 42 WebCryptoAlgorithmPrivate(WebCryptoAlgorithmId id, PassOwnPtr<WebCryptoAlgorithmParams> params) 52 WebCryptoAlgorithm::WebCryptoAlgorithm(WebCryptoAlgorithmId id, PassOwnPtr<WebCryptoAlgorithmParams> params)
|
/external/chromium_org/third_party/WebKit/Source/platform/graphics/media/ |
MediaPlayer.h | 99 typedef PassOwnPtr<MediaPlayer> (*CreateMediaEnginePlayer)(MediaPlayerClient*); 104 static PassOwnPtr<MediaPlayer> create(MediaPlayerClient*);
|
/external/chromium_org/third_party/WebKit/Source/web/ |
PageOverlay.cpp | 54 PassOwnPtr<PageOverlay> PageOverlay::create(WebViewImpl* viewImpl, WebPageOverlay* overlay) 68 static PassOwnPtr<OverlayGraphicsLayerClientImpl> create(WebPageOverlay* overlay)
|
/external/chromium_org/third_party/WebKit/Source/wtf/text/ |
TextCodecUTF16.cpp | 29 #include "wtf/PassOwnPtr.h" 53 static PassOwnPtr<TextCodec> newStreamingTextDecoderUTF16LE(const TextEncoding&, const void*) 58 static PassOwnPtr<TextCodec> newStreamingTextDecoderUTF16BE(const TextEncoding&, const void*)
|
/external/chromium_org/third_party/WebKit/Source/bindings/v8/ |
DOMWrapperWorld.h | 98 static void setActivityLogger(int worldId, PassOwnPtr<V8DOMActivityLogger>);
|
V8Callback.h | 56 PassOwnPtr<V8CallbackType> createFunctionOnlyCallback(v8::Local<v8::Value> value, bool& succeeded, v8::Isolate* isolate, CallbackAllowedValueFlags acceptedValues = 0)
|
V8CustomElementLifecycleCallbacks.h | 38 #include "wtf/PassOwnPtr.h" 55 bool setBinding(CustomElementDefinition* owner, PassOwnPtr<CustomElementBinding>);
|
V8WindowShell.h | 58 static PassOwnPtr<V8WindowShell> create(Frame*, PassRefPtr<DOMWrapperWorld>, v8::Isolate*);
|
/external/chromium_org/third_party/WebKit/Source/core/animation/ |
TimedItem.h | 36 #include "wtf/PassOwnPtr.h" 90 TimedItem(const Timing&, PassOwnPtr<EventDelegate> = nullptr);
|
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/ |
ScopedStyleResolver.h | 35 #include "wtf/PassOwnPtr.h" 48 static PassOwnPtr<ScopedStyleResolver> create(ContainerNode& scopingNode) { return adoptPtr(new ScopedStyleResolver(scopingNode)); }
|
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
ChildListMutationScope.h | 57 ChildListMutationAccumulator(PassRefPtr<Node>, PassOwnPtr<MutationObserverInterestGroup>);
|
DOMImplementation.h | 45 static PassOwnPtr<DOMImplementation> create(Document& document) { return adoptPtr(new DOMImplementation(document)); }
|
DataTransferItem.cpp | 74 void DataTransferItem::getAsString(ExecutionContext* context, PassOwnPtr<StringCallback> callback) const
|
DecodedDataDocumentParser.cpp | 45 void DecodedDataDocumentParser::setDecoder(PassOwnPtr<TextResourceDecoder> decoder)
|
ExecutionContextClient.h | 51 virtual void postTask(PassOwnPtr<ExecutionContextTask>) = 0; // Executes the task on context's thread asynchronously.
|
IdTargetObserverRegistry.cpp | 33 PassOwnPtr<IdTargetObserverRegistry> IdTargetObserverRegistry::create()
|
MutationObserverInterestGroup.cpp | 39 PassOwnPtr<MutationObserverInterestGroup> MutationObserverInterestGroup::createIfNeeded(Node& target, MutationObserver::MutationType type, MutationRecordDeliveryOptions oldValueFlag, const QualifiedName* attributeName)
|
MutationObserverRegistration.h | 45 static PassOwnPtr<MutationObserverRegistration> create(PassRefPtr<MutationObserver>, Node*, MutationObserverOptions, const HashSet<AtomicString>& attributeFilter);
|
UserActionElementSet.h | 31 #include "wtf/PassOwnPtr.h" 41 static PassOwnPtr<UserActionElementSet> create() { return adoptPtr(new UserActionElementSet()); }
|
/external/chromium_org/third_party/WebKit/Source/core/dom/shadow/ |
ElementShadow.h | 37 #include "wtf/PassOwnPtr.h" 45 static PassOwnPtr<ElementShadow> create();
|
/external/chromium_org/third_party/WebKit/Source/core/editing/ |
Caret.h | 78 static PassOwnPtr<DragCaretController> create();
|
InputMethodController.h | 49 static PassOwnPtr<InputMethodController> create(Frame&);
|
UndoStack.cpp | 51 PassOwnPtr<UndoStack> UndoStack::create()
|
/external/chromium_org/third_party/WebKit/Source/core/fetch/ |
TextResourceDecoder.h | 47 static PassOwnPtr<TextResourceDecoder> create(const String& mimeType, const WTF::TextEncoding& defaultEncoding = WTF::TextEncoding(), bool usesEncodingDetector = false)
|
Completed in 371 milliseconds
<<11121314151617181920>>