Searched refs:createRect (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGAnimatedRect.cpp36 OwnPtr<SVGAnimatedType> animatedType = SVGAnimatedType::createRect(new SVGRect);
43 return SVGAnimatedType::createRect(constructFromBaseValue<SVGAnimatedRect>(animatedTypes));
H A DSVGAnimatedType.h57 static PassOwnPtr<SVGAnimatedType> createRect(SVGRect*);
H A DSVGAnimatedType.cpp206 PassOwnPtr<SVGAnimatedType> SVGAnimatedType::createRect(SVGRect* rect) function in class:WebCore::SVGAnimatedType
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/
H A DChromeWebContentsDelegateAndroid.java31 private static Rect createRect(int x, int y, int right, int bottom) { method in class:ChromeWebContentsDelegateAndroid
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
H A DContentViewCore.java2926 private static Rect createRect(int x, int y, int right, int bottom) { method in class:ContentViewCore

Completed in 146 milliseconds