Searched refs:adoptRefWillBeNoop (Results 1 - 25 of 538) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DXMLDocument.h39 return adoptRefWillBeNoop(new XMLDocument(initializer, XMLDocumentClass));
44 return adoptRefWillBeNoop(new XMLDocument(initializer, XMLDocumentClass | XHTMLDocumentClass));
49 return adoptRefWillBeNoop(new XMLDocument(initializer, XMLDocumentClass | SVGDocumentClass));
H A DClientRect.h45 return adoptRefWillBeNoop(new ClientRect);
49 return adoptRefWillBeNoop(new ClientRect(rect));
53 return adoptRefWillBeNoop(new ClientRect(rect));
H A DClientRectList.h47 return adoptRefWillBeNoop(new ClientRectList);
51 return adoptRefWillBeNoop(new ClientRectList(quads));
H A DDOMError.h44 return adoptRefWillBeNoop(new DOMError(name));
48 return adoptRefWillBeNoop(new DOMError(name, message));
53 return adoptRefWillBeNoop(new DOMError(DOMException::getErrorName(ec), DOMException::getErrorMessage(ec)));
58 return adoptRefWillBeNoop(new DOMError(DOMException::getErrorName(ec), message));
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSGridLineNamesValue.cpp48 return adoptRefWillBeNoop(new CSSGridLineNamesValue(*this));
H A DFontFaceSetLoadEvent.h51 return adoptRefWillBeNoop(new FontFaceSetLoadEvent());
56 return adoptRefWillBeNoop(new FontFaceSetLoadEvent(type, initializer));
61 return adoptRefWillBeNoop(new FontFaceSetLoadEvent(type, fontfaces));
H A DCSSInitialValue.h33 return adoptRefWillBeNoop(new CSSInitialValue(/* implicit */ false));
37 return adoptRefWillBeNoop(new CSSInitialValue(/* implicit */ true));
H A DCSSGridLineNamesValue.h43 return adoptRefWillBeNoop(new CSSGridLineNamesValue());
H A DCSSInheritedValue.h33 return adoptRefWillBeNoop(new CSSInheritedValue);
/external/chromium_org/third_party/WebKit/Source/core/html/forms/
H A DButtonInputType.cpp41 return adoptRefWillBeNoop(new ButtonInputType(element));
/external/chromium_org/third_party/WebKit/Source/modules/speech/
H A DSpeechSynthesisEvent.cpp33 return adoptRefWillBeNoop(new SpeechSynthesisEvent);
38 return adoptRefWillBeNoop(new SpeechSynthesisEvent(type, charIndex, elapsedTime, name));
H A DSpeechRecognitionEvent.cpp39 return adoptRefWillBeNoop(new SpeechRecognitionEvent);
44 return adoptRefWillBeNoop(new SpeechRecognitionEvent(eventName, initializer));
49 return adoptRefWillBeNoop(new SpeechRecognitionEvent(EventTypeNames::result, resultIndex, SpeechRecognitionResultList::create(results)));
57 return adoptRefWillBeNoop(new SpeechRecognitionEvent(EventTypeNames::nomatch, 0, SpeechRecognitionResultList::create(results)));
60 return adoptRefWillBeNoop(new SpeechRecognitionEvent(EventTypeNames::nomatch, 0, nullptr));
/external/chromium_org/third_party/WebKit/Source/core/events/
H A DAnimationPlayerEvent.h24 return adoptRefWillBeNoop(new AnimationPlayerEvent);
28 return adoptRefWillBeNoop(new AnimationPlayerEvent(type, currentTime, timelineTime));
32 return adoptRefWillBeNoop(new AnimationPlayerEvent(type, initializer));
H A DOverflowEvent.h52 return adoptRefWillBeNoop(new OverflowEvent);
56 return adoptRefWillBeNoop(new OverflowEvent(horizontalOverflowChanged, horizontalOverflow, verticalOverflowChanged, verticalOverflow));
60 return adoptRefWillBeNoop(new OverflowEvent(type, initializer));
H A DPageTransitionEvent.h44 return adoptRefWillBeNoop(new PageTransitionEvent);
48 return adoptRefWillBeNoop(new PageTransitionEvent(type, persisted));
52 return adoptRefWillBeNoop(new PageTransitionEvent(type, initializer));
H A DProgressEvent.h46 return adoptRefWillBeNoop(new ProgressEvent);
50 return adoptRefWillBeNoop(new ProgressEvent(type, lengthComputable, loaded, total));
54 return adoptRefWillBeNoop(new ProgressEvent(type, initializer));
H A DRelatedEvent.cpp20 return adoptRefWillBeNoop(new RelatedEvent);
25 return adoptRefWillBeNoop(new RelatedEvent(type, canBubble, cancelable, relatedTarget));
30 return adoptRefWillBeNoop(new RelatedEvent(type, initializer));
H A DWebKitAnimationEvent.h48 return adoptRefWillBeNoop(new WebKitAnimationEvent);
52 return adoptRefWillBeNoop(new WebKitAnimationEvent(type, animationName, elapsedTime));
56 return adoptRefWillBeNoop(new WebKitAnimationEvent(type, initializer));
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DWebGLContextEvent.h45 return adoptRefWillBeNoop(new WebGLContextEvent);
49 return adoptRefWillBeNoop(new WebGLContextEvent(type, canBubble, cancelable, statusMessage));
53 return adoptRefWillBeNoop(new WebGLContextEvent(type, initializer));
/external/chromium_org/third_party/WebKit/Source/modules/gamepad/
H A DGamepadEvent.h24 return adoptRefWillBeNoop(new GamepadEvent);
28 return adoptRefWillBeNoop(new GamepadEvent(type, canBubble, cancelable, gamepad));
32 return adoptRefWillBeNoop(new GamepadEvent(type, initializer));
/external/chromium_org/third_party/WebKit/Source/modules/mediastream/
H A DRTCDTMFToneChangeEvent.cpp33 return adoptRefWillBeNoop(new RTCDTMFToneChangeEvent);
38 return adoptRefWillBeNoop(new RTCDTMFToneChangeEvent(tone));
44 return adoptRefWillBeNoop(new RTCDTMFToneChangeEvent(initializer));
/external/chromium_org/third_party/WebKit/Source/modules/push_messaging/
H A DPushEvent.h26 return adoptRefWillBeNoop(new PushEvent);
30 return adoptRefWillBeNoop(new PushEvent(type, data));
34 return adoptRefWillBeNoop(new PushEvent(type, initializer));
/external/chromium_org/third_party/WebKit/Source/modules/webmidi/
H A DMIDIConnectionEvent.cpp54 return adoptRefWillBeNoop(new MIDIConnectionEvent());
59 return adoptRefWillBeNoop(new MIDIConnectionEvent(type, port));
64 return adoptRefWillBeNoop(new MIDIConnectionEvent(type, initializer));
/external/chromium_org/third_party/WebKit/Source/modules/webaudio/
H A DOfflineAudioCompletionEvent.cpp35 return adoptRefWillBeNoop(new OfflineAudioCompletionEvent);
40 return adoptRefWillBeNoop(new OfflineAudioCompletionEvent(renderedBuffer));
/external/chromium_org/third_party/WebKit/Source/core/dom/custom/
H A DCustomElementAsyncImportMicrotaskQueue.h42 static PassRefPtrWillBeRawPtr<CustomElementAsyncImportMicrotaskQueue> create() { return adoptRefWillBeNoop(new CustomElementAsyncImportMicrotaskQueue()); }

Completed in 4202 milliseconds

1234567891011>>