Home
last modified time | relevance | path

Searched refs:WKPoint (Results 1 – 12 of 12) sorted by relevance

/external/webkit/Source/WebKit2/Shared/API/c/
DWKGeometry.h35 struct WKPoint { struct
39 typedef struct WKPoint WKPoint; typedef
48 WKPoint origin;
DWKSharedAPICast.h202 inline WebCore::IntPoint toIntPoint(const WKPoint& wkPoint) in toIntPoint()
241 inline WKPoint toAPI(const WebCore::IntPoint& point) in toAPI()
243 WKPoint wkPoint; in toAPI()
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/API/c/
DWKBundlePageOverlay.h47 typedef bool (*WKBundlePageOverlayMouseDownCallback)(WKBundlePageOverlayRef pageOverlay, WKPoint po…
48 typedef bool (*WKBundlePageOverlayMouseUpCallback)(WKBundlePageOverlayRef pageOverlay, WKPoint posi…
49 typedef bool (*WKBundlePageOverlayMouseMovedCallback)(WKBundlePageOverlayRef pageOverlay, WKPoint p…
50 typedef bool (*WKBundlePageOverlayMouseDraggedCallback)(WKBundlePageOverlayRef pageOverlay, WKPoint
DWKBundlePagePrivate.h48 WK_EXPORT void WKBundlePageSetScaleAtOrigin(WKBundlePageRef page, double scale, WKPoint origin);
52 WK_EXPORT void WKBundlePageSimulateMouseDown(WKBundlePageRef page, int button, WKPoint position, in…
53 WK_EXPORT void WKBundlePageSimulateMouseUp(WKBundlePageRef page, int button, WKPoint position, int …
54 WK_EXPORT void WKBundlePageSimulateMouseMotion(WKBundlePageRef page, WKPoint position, double time);
DWKBundlePage.cpp200 void WKBundlePageSetScaleAtOrigin(WKBundlePageRef pageRef, double scale, WKPoint origin) in WKBundlePageSetScaleAtOrigin()
265 void WKBundlePageSimulateMouseDown(WKBundlePageRef page, int button, WKPoint position, int clickCou… in WKBundlePageSimulateMouseDown()
270 void WKBundlePageSimulateMouseUp(WKBundlePageRef page, int button, WKPoint position, int clickCount… in WKBundlePageSimulateMouseUp()
275 void WKBundlePageSimulateMouseMotion(WKBundlePageRef page, WKPoint position, double time) in WKBundlePageSimulateMouseMotion()
/external/webkit/Tools/WebKitTestRunner/InjectedBundle/
DEventSendingController.h64 WKPoint m_position;
68 WKPoint m_clickPosition;
DEventSendingController.cpp40 static bool operator==(const WKPoint& a, const WKPoint& b) in operator ==()
197 WKPoint origin = { x, y }; in scalePageBy()
DInjectedBundlePage.cpp276 WKPoint origin = { 0, 0 }; in reset()
/external/webkit/Source/WebKit2/UIProcess/API/C/
DWKPage.cpp271 void WKPageSetScaleFactor(WKPageRef pageRef, double scale, WKPoint origin) in WKPageSetScaleFactor()
DWKPage.h328 WK_EXPORT void WKPageSetScaleFactor(WKPageRef page, double scale, WKPoint origin);
/external/webkit/Tools/
DChangeLog2936 (WTR::operator==): Added. So we can compare two WKPoint structs.
/external/webkit/Source/WebKit2/
DChangeLog-2011-02-1617558 Add API cast function for converting an IntPoint to a WKPoint.
26331 Adds WKPoint, WKSize and WKRect structs.