Home
last modified time | relevance | path

Searched refs:toIntPoint (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/API/c/
DWKBundlePage.cpp202 toImpl(pageRef)->scaleWebView(scale, toIntPoint(origin)); in WKBundlePageSetScaleAtOrigin()
267 toImpl(page)->simulateMouseDown(button, toIntPoint(position), clickCount, modifiers, time); in WKBundlePageSimulateMouseDown()
272 toImpl(page)->simulateMouseUp(button, toIntPoint(position), clickCount, modifiers, time); in WKBundlePageSimulateMouseUp()
277 toImpl(page)->simulateMouseMotion(toIntPoint(position), time); in WKBundlePageSimulateMouseMotion()
/external/webkit/Source/WebKit2/UIProcess/API/C/
DWKPage.cpp273 toImpl(pageRef)->scaleWebView(scale, toIntPoint(origin)); in WKPageSetScaleFactor()
/external/webkit/Source/WebKit2/Shared/API/c/
DWKSharedAPICast.h202 inline WebCore::IntPoint toIntPoint(const WKPoint& wkPoint) in toIntPoint() function
/external/webkit/Source/WebKit2/
DChangeLog-2011-02-1610942 (WebKit::toIntPoint):