Searched refs:adoptRefWillBeNoop (Results 201 - 225 of 538) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/WebKit/Source/core/events/
H A DFocusEvent.h47 return adoptRefWillBeNoop(new FocusEvent);
52 return adoptRefWillBeNoop(new FocusEvent(type, canBubble, cancelable, view, detail, relatedTarget));
57 return adoptRefWillBeNoop(new FocusEvent(type, initializer));
H A DWheelEvent.h60 return adoptRefWillBeNoop(new WheelEvent);
65 return adoptRefWillBeNoop(new WheelEvent(type, initializer));
73 return adoptRefWillBeNoop(new WheelEvent(wheelTicks, rawDelta, deltaMode, view,
/external/chromium_org/third_party/WebKit/Source/core/html/shadow/
H A DMeterShadowElement.cpp68 RefPtrWillBeRawPtr<MeterInnerElement> element = adoptRefWillBeNoop(new MeterInnerElement(document));
94 RefPtrWillBeRawPtr<MeterBarElement> element = adoptRefWillBeNoop(new MeterBarElement(document));
106 RefPtrWillBeRawPtr<MeterValueElement> element = adoptRefWillBeNoop(new MeterValueElement(document));
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DV8NodeFilterCondition.h67 return adoptRefWillBeNoop(new V8NodeFilterCondition(filter, owner, scriptState));
/external/chromium_org/third_party/WebKit/Source/core/animation/
H A DDefaultStyleInterpolation.h17 return adoptRefWillBeNoop(new DefaultStyleInterpolation(start, end, id));
H A DInertAnimation.cpp39 return adoptRefWillBeNoop(new InertAnimation(effect, timing, paused));
H A DInterpolation.h18 return adoptRefWillBeNoop(new Interpolation(start, end));
H A DLengthStyleInterpolation.h17 return adoptRefWillBeNoop(new LengthStyleInterpolation(lengthToInterpolableValue(start), lengthToInterpolableValue(end), id, range));
/external/chromium_org/third_party/WebKit/Source/core/animation/animatable/
H A DAnimatableClipPathOperation.h44 return adoptRefWillBeNoop(new AnimatableClipPathOperation(operation));
H A DAnimatableDouble.h49 return adoptRefWillBeNoop(new AnimatableDouble(number, constraint));
H A DAnimatableFilterOperations.h44 return adoptRefWillBeNoop(new AnimatableFilterOperations(operations));
H A DAnimatableImage.h45 return adoptRefWillBeNoop(new AnimatableImage(value));
H A DAnimatableLengthBoxAndBool.h43 return adoptRefWillBeNoop(new AnimatableLengthBoxAndBool(box, flag));
H A DAnimatableLengthPoint.h43 return adoptRefWillBeNoop(new AnimatableLengthPoint(x, y));
H A DAnimatableLengthSize.h43 return adoptRefWillBeNoop(new AnimatableLengthSize(width, height));
H A DAnimatableSVGLength.h45 return adoptRefWillBeNoop(new AnimatableSVGLength(length));
H A DAnimatableShadow.h44 return adoptRefWillBeNoop(new AnimatableShadow(shadowList));
H A DAnimatableShapeValue.h44 return adoptRefWillBeNoop(new AnimatableShapeValue(shape));
H A DAnimatableStrokeDasharrayList.h45 return adoptRefWillBeNoop(new AnimatableStrokeDasharrayList(lengths));
H A DAnimatableVisibility.h44 return adoptRefWillBeNoop(new AnimatableVisibility(visibility));
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSCharsetRule.h33 return adoptRefWillBeNoop(new CSSCharsetRule(parent, encoding));
H A DCSSFilterRule.h46 return adoptRefWillBeNoop(new CSSFilterRule(rule, sheet));
H A DCSSFilterValue.h56 return adoptRefWillBeNoop(new CSSFilterValue(type));
H A DCSSFontFaceRule.h38 return adoptRefWillBeNoop(new CSSFontFaceRule(rule, sheet));
H A DCSSGridTemplateAreasValue.h44 return adoptRefWillBeNoop(new CSSGridTemplateAreasValue(gridAreaMap, rowCount, columnCount));

Completed in 233 milliseconds

1234567891011>>