Searched refs:WebKitPoint (Results 1 – 18 of 18) sorted by relevance
/external/webkit/Source/WebCore/page/ |
D | WebKitPoint.h | 34 class WebKitPoint : public RefCounted<WebKitPoint> { 37 static PassRefPtr<WebKitPoint> create() in create() 39 return adoptRef(new WebKitPoint()); in create() 41 static PassRefPtr<WebKitPoint> create(float x, float y) in create() 43 return adoptRef(new WebKitPoint(x, y)); in create() 53 WebKitPoint(float x=0, float y=0)
|
D | DOMWindow.h | 69 class WebKitPoint; variable 218 PassRefPtr<WebKitPoint> webkitConvertPointFromPageToNode(Node*, const WebKitPoint*) const; 219 … PassRefPtr<WebKitPoint> webkitConvertPointFromNodeToPage(Node*, const WebKitPoint*) const;
|
D | WebKitPoint.idl | 33 ] WebKitPoint {
|
D | DOMWindow.cpp | 1323 PassRefPtr<WebKitPoint> DOMWindow::webkitConvertPointFromNodeToPage(Node* node, const WebKitPoint* … in webkitConvertPointFromNodeToPage() 1332 return WebKitPoint::create(pagePoint.x(), pagePoint.y()); in webkitConvertPointFromNodeToPage() 1335 PassRefPtr<WebKitPoint> DOMWindow::webkitConvertPointFromPageToNode(Node* node, const WebKitPoint* … in webkitConvertPointFromPageToNode() 1344 return WebKitPoint::create(nodePoint.x(), nodePoint.y()); in webkitConvertPointFromPageToNode()
|
D | DOMWindow.idl | 161 WebKitPoint webkitConvertPointFromPageToNode(in Node node, in WebKitPoint p); 162 WebKitPoint webkitConvertPointFromNodeToPage(in Node node, in WebKitPoint p); 541 … attribute [JSCCustomGetter] WebKitPointConstructor WebKitPoint; // Usable with new the operator
|
/external/webkit/Source/WebCore/bindings/v8/custom/ |
D | V8WebKitPointConstructor.cpp | 64 PassRefPtr<WebKitPoint> point = WebKitPoint::create(x, y); in constructorCallback()
|
/external/webkit/LayoutTests/fast/constructors/ |
D | constructor-as-function-crash-expected.txt | 8 PASS: WebKitPoint
|
/external/webkit/Source/WebCore/bindings/js/ |
D | JSWebKitPointCustom.cpp | 49 …return JSValue::encode(asObject(toJS(exec, jsConstructor->globalObject(), WebKitPoint::create(x, y… in constructJSWebKitPoint()
|
/external/webkit/Source/WebCore/ |
D | DerivedSources.make | 531 WebKitPoint \
|
D | CodeGenerators.pri | 342 page/WebKitPoint.idl \
|
D | CMakeLists.txt | 347 page/WebKitPoint.idl
|
D | WebCore.gypi | 1349 'page/WebKitPoint.idl', 3486 'page/WebKitPoint.h',
|
D | GNUmakefile.list.am | 2293 Source/WebCore/page/WebKitPoint.h \
|
D | GNUmakefile.am | 2299 Source/WebCore/page/WebKitPoint.h \
|
D | ChangeLog-2009-06-16 | 35091 Rename WebkitPoint.h to WebKitPoint.h in DOMWindow.cpp 35165 the window object. Also added WebKitPoint object, which is passed in and out 35194 * page/WebKitPoint.h: Added. 35195 (WebCore::WebKitPoint::create): 35196 (WebCore::WebKitPoint::x): 35197 (WebCore::WebKitPoint::y): 35198 (WebCore::WebKitPoint::setX): 35199 (WebCore::WebKitPoint::setY): 35200 (WebCore::WebKitPoint::WebKitPoint): 35201 * page/WebKitPoint.idl: Added.
|
D | ChangeLog-2010-01-29 | 18100 * page/WebKitPoint.idl: 53603 Allow V8 to handle x/y parameters in a WebKitPoint constructor. 85805 - WebKitPoint
|
D | ChangeLog-2010-12-06 | 121802 * page/WebKitPoint.idl: 127141 * page/WebKitPoint.h: Add missing PassRefPtr.h include.
|
/external/webkit/Source/WebCore/WebCore.xcodeproj/ |
D | project.pbxproj | 1060 …4BD7950F55C8EE00747828 /* WebKitPoint.h in Headers */ = {isa = PBXBuildFile; fileRef = 494BD7930F5… 7596 …55C8EE00747828 /* WebKitPoint.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType … 7597 …940F55C8EE00747828 /* WebKitPoint.idl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFil… 14445 494BD7930F55C8EE00747828 /* WebKitPoint.h */, 14446 494BD7940F55C8EE00747828 /* WebKitPoint.idl */, 22887 494BD7950F55C8EE00747828 /* WebKitPoint.h in Headers */,
|