Searched refs:WKPoint (Results 1 – 12 of 12) sorted by relevance
/external/webkit/Source/WebKit2/Shared/API/c/ |
D | WKGeometry.h | 35 struct WKPoint { struct 39 typedef struct WKPoint WKPoint; typedef 48 WKPoint origin;
|
D | WKSharedAPICast.h | 202 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/ |
D | WKBundlePageOverlay.h | 47 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…
|
D | WKBundlePagePrivate.h | 48 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);
|
D | WKBundlePage.cpp | 200 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/ |
D | EventSendingController.h | 64 WKPoint m_position; 68 WKPoint m_clickPosition;
|
D | EventSendingController.cpp | 40 static bool operator==(const WKPoint& a, const WKPoint& b) in operator ==() 197 WKPoint origin = { x, y }; in scalePageBy()
|
D | InjectedBundlePage.cpp | 276 WKPoint origin = { 0, 0 }; in reset()
|
/external/webkit/Source/WebKit2/UIProcess/API/C/ |
D | WKPage.cpp | 271 void WKPageSetScaleFactor(WKPageRef pageRef, double scale, WKPoint origin) in WKPageSetScaleFactor()
|
D | WKPage.h | 328 WK_EXPORT void WKPageSetScaleFactor(WKPageRef page, double scale, WKPoint origin);
|
/external/webkit/Tools/ |
D | ChangeLog | 2936 (WTR::operator==): Added. So we can compare two WKPoint structs.
|
/external/webkit/Source/WebKit2/ |
D | ChangeLog-2011-02-16 | 17558 Add API cast function for converting an IntPoint to a WKPoint. 26331 Adds WKPoint, WKSize and WKRect structs.
|