Searched refs:isRectInDirection (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/page/
H A DSpatialNavigation.cpp52 static bool isRectInDirection(FocusType, const LayoutRect&, const LayoutRect&);
228 ASSERT(isRectInDirection(type, curRect, targetRect));
263 static bool isRectInDirection(FocusType type, const LayoutRect& curRect, const LayoutRect& targetRect) function in namespace:blink
656 if (!isRectInDirection(type, currentRect, nodeRect))

Completed in 265 milliseconds