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

  /external/chromium_org/third_party/WebKit/Source/core/page/scrolling/
ScrollingCoordinator.h 139 void computeTouchEventTargetRects(LayerHitTestRects&);
ScrollingCoordinator.cpp 138 computeTouchEventTargetRects(touchEventTargetRects);
362 // Note that in principle this could be called more often than computeTouchEventTargetRects, for
405 computeTouchEventTargetRects(touchEventTargetRects);
558 void ScrollingCoordinator::computeTouchEventTargetRects(LayerHitTestRects& rects)
560 TRACE_EVENT0("input", "ScrollingCoordinator::computeTouchEventTargetRects");

Completed in 60 milliseconds