Searched refs:adoptRefWillBeNoop (Results 51 - 75 of 538) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/WebKit/Source/core/xml/
H A DXMLHttpRequestProgressEvent.h39 return adoptRefWillBeNoop(new XMLHttpRequestProgressEvent);
43 return adoptRefWillBeNoop(new XMLHttpRequestProgressEvent(type, lengthComputable, loaded, total));
/external/chromium_org/third_party/WebKit/Source/modules/device_orientation/
H A DDeviceOrientationEvent.h42 return adoptRefWillBeNoop(new DeviceOrientationEvent);
46 return adoptRefWillBeNoop(new DeviceOrientationEvent(eventType, orientation));
/external/chromium_org/third_party/WebKit/Source/modules/encryptedmedia/
H A DMediaKeyMessageEvent.h50 return adoptRefWillBeNoop(new MediaKeyMessageEvent);
55 return adoptRefWillBeNoop(new MediaKeyMessageEvent(type, initializer));
H A DMediaKeyNeededEvent.h48 return adoptRefWillBeNoop(new MediaKeyNeededEvent);
53 return adoptRefWillBeNoop(new MediaKeyNeededEvent(type, initializer));
/external/chromium_org/third_party/WebKit/Source/modules/mediastream/
H A DMediaStreamTrackEvent.cpp34 return adoptRefWillBeNoop(new MediaStreamTrackEvent);
39 return adoptRefWillBeNoop(new MediaStreamTrackEvent(type, canBubble, cancelable, track));
H A DRTCDataChannelEvent.cpp32 return adoptRefWillBeNoop(new RTCDataChannelEvent);
37 return adoptRefWillBeNoop(new RTCDataChannelEvent(type, canBubble, cancelable, channel));
H A DRTCIceCandidateEvent.cpp34 return adoptRefWillBeNoop(new RTCIceCandidateEvent);
39 return adoptRefWillBeNoop(new RTCIceCandidateEvent(canBubble, cancelable, candidate));
/external/chromium_org/third_party/WebKit/Source/modules/serviceworkers/
H A DExtendableEvent.cpp41 return adoptRefWillBeNoop(new ExtendableEvent());
46 return adoptRefWillBeNoop(new ExtendableEvent(type, eventInit, observer));
H A DFetchEvent.cpp16 return adoptRefWillBeNoop(new FetchEvent());
21 return adoptRefWillBeNoop(new FetchEvent(observer, request));
H A DInstallEvent.cpp43 return adoptRefWillBeNoop(new InstallEvent());
48 return adoptRefWillBeNoop(new InstallEvent(type, initializer, observer));
/external/chromium_org/third_party/WebKit/Source/modules/webaudio/
H A DAudioProcessingEvent.cpp35 return adoptRefWillBeNoop(new AudioProcessingEvent);
40 return adoptRefWillBeNoop(new AudioProcessingEvent(inputBuffer, outputBuffer, playbackTime));
/external/chromium_org/third_party/WebKit/Source/core/animation/animatable/
H A DAnimatableTransform.cpp38 return adoptRefWillBeNoop(new AnimatableTransform(transform));
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DMediaQueryListEvent.h25 return adoptRefWillBeNoop(new MediaQueryListEvent);
30 return adoptRefWillBeNoop(new MediaQueryListEvent(list));
35 return adoptRefWillBeNoop(new MediaQueryListEvent(media, matches));
40 return adoptRefWillBeNoop(new MediaQueryListEvent(eventType, initializer));
H A DMediaQueryListTest.cpp29 list->addListener(adoptRefWillBeNoop(new TestListener()));
H A DStyleMedia.h44 static PassRefPtrWillBeRawPtr<StyleMedia> create(LocalFrame* frame) { return adoptRefWillBeNoop(new StyleMedia(frame));}
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DCDATASection.cpp36 return adoptRefWillBeNoop(new CDATASection(document, data));
H A DComment.cpp36 return adoptRefWillBeNoop(new Comment(document, text));
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DCreateLinkCommand.h37 return adoptRefWillBeNoop(new CreateLinkCommand(document, linkURL));
H A DRemoveNodePreservingChildrenCommand.h37 return adoptRefWillBeNoop(new RemoveNodePreservingChildrenCommand(node, shouldAssumeContentIsAlwaysEditable));
H A DSplitTextNodeContainingElementCommand.h37 return adoptRefWillBeNoop(new SplitTextNodeContainingElementCommand(node, offset));
/external/chromium_org/third_party/WebKit/Source/core/events/
H A DEventDispatchMediator.cpp41 return adoptRefWillBeNoop(new EventDispatchMediator(event));
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DLabelsNodeList.h38 return adoptRefWillBeNoop(new LabelsNodeList(ownerNode));
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DCanvas2DContextAttributes.cpp45 return adoptRefWillBeNoop(new Canvas2DContextAttributes());
H A DEXTBlendMinMax.cpp28 return adoptRefWillBeNoop(new EXTBlendMinMax(context));
H A DEXTFragDepth.cpp49 return adoptRefWillBeNoop(new EXTFragDepth(context));

Completed in 464 milliseconds

1234567891011>>