Home
last modified time | relevance | path

Searched refs:WebKitPoint (Results 1 – 18 of 18) sorted by relevance

/external/webkit/Source/WebCore/page/
DWebKitPoint.h34 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)
DDOMWindow.h69 class WebKitPoint; variable
218 PassRefPtr<WebKitPoint> webkitConvertPointFromPageToNode(Node*, const WebKitPoint*) const;
219 … PassRefPtr<WebKitPoint> webkitConvertPointFromNodeToPage(Node*, const WebKitPoint*) const;
DWebKitPoint.idl33 ] WebKitPoint {
DDOMWindow.cpp1323 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()
DDOMWindow.idl161 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/
DV8WebKitPointConstructor.cpp64 PassRefPtr<WebKitPoint> point = WebKitPoint::create(x, y); in constructorCallback()
/external/webkit/LayoutTests/fast/constructors/
Dconstructor-as-function-crash-expected.txt8 PASS: WebKitPoint
/external/webkit/Source/WebCore/bindings/js/
DJSWebKitPointCustom.cpp49 …return JSValue::encode(asObject(toJS(exec, jsConstructor->globalObject(), WebKitPoint::create(x, y… in constructJSWebKitPoint()
/external/webkit/Source/WebCore/
DDerivedSources.make531 WebKitPoint \
DCodeGenerators.pri342 page/WebKitPoint.idl \
DCMakeLists.txt347 page/WebKitPoint.idl
DWebCore.gypi1349 'page/WebKitPoint.idl',
3486 'page/WebKitPoint.h',
DGNUmakefile.list.am2293 Source/WebCore/page/WebKitPoint.h \
DGNUmakefile.am2299 Source/WebCore/page/WebKitPoint.h \
DChangeLog-2009-06-1635091 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.
DChangeLog-2010-01-2918100 * page/WebKitPoint.idl:
53603 Allow V8 to handle x/y parameters in a WebKitPoint constructor.
85805 - WebKitPoint
DChangeLog-2010-12-06121802 * page/WebKitPoint.idl:
127141 * page/WebKitPoint.h: Add missing PassRefPtr.h include.
/external/webkit/Source/WebCore/WebCore.xcodeproj/
Dproject.pbxproj1060 …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 */,