Searched defs:WebKitPoint (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/page/
H A DWebKitPoint.h34 class WebKitPoint : public RefCounted<WebKitPoint> { class in namespace:WebCore
37 static PassRefPtr<WebKitPoint> create()
39 return adoptRef(new WebKitPoint());
41 static PassRefPtr<WebKitPoint> create(float x, float y)
43 return adoptRef(new WebKitPoint(x, y));
53 WebKitPoint(float x=0, float y=0) function in class:WebCore::WebKitPoint

Completed in 1922 milliseconds