Searched refs:new (Results 201 - 225 of 2217) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DCachedUAStyle.h37 return adoptPtr(new CachedUAStyle(style));
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGAnimatedBoolean.h43 return adoptRef(new SVGAnimatedBoolean(contextElement, attributeName, initialValue));
H A DSVGAnimatedPreserveAspectRatio.h43 return adoptRef(new SVGAnimatedPreserveAspectRatio(contextElement, attributeName, initialValue));
H A DSVGAnimatedRect.h43 return adoptRef(new SVGAnimatedRect(contextElement, attributeName));
H A DSVGAnimatedString.h43 return adoptRef(new SVGAnimatedString(contextElement, attributeName, initialValue));
H A DSVGImageLoader.h33 return adoptPtrWillBeNoop(new SVGImageLoader(element));
H A DSVGPathSegClosePath.h33 return adoptRef(new SVGPathSegClosePath(element));
H A DSVGPathSegLinetoHorizontalAbs.h34 return adoptRef(new SVGPathSegLinetoHorizontalAbs(element, x));
H A DSVGPathSegLinetoHorizontalRel.h34 return adoptRef(new SVGPathSegLinetoHorizontalRel(element, x));
H A DSVGPathSegLinetoVerticalAbs.h34 return adoptRef(new SVGPathSegLinetoVerticalAbs(element, y));
H A DSVGPathSegLinetoVerticalRel.h34 return adoptRef(new SVGPathSegLinetoVerticalRel(element, y));
/external/chromium_org/third_party/WebKit/Source/core/testing/
H A DPrivateScriptTest.h22 return new PrivateScriptTest(frame);
/external/chromium_org/third_party/WebKit/Source/core/timing/
H A DMemoryInfo.h47 return adoptRefWillBeNoop(new MemoryInfo());
/external/chromium_org/third_party/WebKit/Source/core/workers/
H A DWorkerClients.h48 return adoptPtrWillBeNoop(new WorkerClients());
/external/chromium_org/third_party/WebKit/Source/core/xml/
H A DDOMParser.h38 return adoptRefWillBeNoop(new DOMParser);
H A DNativeXPathNSResolver.h40 return adoptRefWillBeNoop(new NativeXPathNSResolver(node));
/external/chromium_org/third_party/WebKit/Source/modules/device_orientation/
H A DDeviceAcceleration.h40 return new DeviceAcceleration(acceleration);
H A DDeviceRotationRate.h40 return new DeviceRotationRate(rotationRate);
/external/chromium_org/third_party/WebKit/Source/modules/gamepad/
H A DGamepad.h42 return new Gamepad;
H A DGamepadList.h41 return new GamepadList();
H A DWebKitGamepad.h20 return new WebKitGamepad();
H A DWebKitGamepadList.h20 return new WebKitGamepadList;
/external/chromium_org/third_party/WebKit/Source/modules/push_messaging/
H A DPushManager.h23 return new PushManager();
/external/chromium_org/third_party/WebKit/Source/modules/quota/
H A DStorageInfo.h44 return new StorageInfo(usage, quota);
H A DStorageQuota.h48 return new StorageQuota();

Completed in 935 milliseconds

1234567891011>>