HomeSort by relevance Sort by last modified time
    Searched refs:hitPoint (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/ui/
overlay_widget.js 36 var hitPoint = cvox.DomUtil.elementToPoint(
39 host.style.left = hitPoint.x;
40 host.style.top = hitPoint.y;
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGResourceClipper.cpp 351 IntPoint hitPoint;
352 HitTestResult result(hitPoint);
  /external/chromium_org/third_party/WebKit/Source/web/
WebViewImpl.h 447 void computeScaleAndScrollForBlockRect(const WebPoint& hitPoint, const WebRect& blockRect, float padding, float defaultScaleWhenAlreadyLegible, float& scale, WebPoint& scroll);
WebViewImpl.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/web/tests/
WebViewTest.cpp 413 WebPoint hitPoint(75, 75);
416 WebHitTestResult negativeResult = webView->hitTestResultAt(hitPoint);
423 WebHitTestResult positiveResult = webView->hitTestResultAt(hitPoint);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderLayer.cpp     [all...]

Completed in 881 milliseconds