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

  /external/chromium_org/third_party/WebKit/Source/core/page/
TouchDisambiguation.cpp 93 int touchPointPadding = ceil(std::max(touchBox.width(), touchBox.height()) * 0.5);
98 HitTestResult result = mainFrame->eventHandler().hitTestResultAtPoint(contentsPoint, HitTestRequest::ReadOnly | HitTestRequest::Active | HitTestRequest::ConfusingAndOftenMisusedDisallowShadowContent, IntSize(touchPointPadding, touchPointPadding));
132 targetData.score = scoreTouchTarget(touchPoint, touchPointPadding, targetData.windowBoundingBox);
  /external/chromium_org/third_party/WebKit/Source/web/tests/
WebFrameTest.cpp 110 const int touchPointPadding = 32;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
WebViewImpl.cpp 172 static const int touchPointPadding = 32;
    [all...]

Completed in 64 milliseconds