Searched defs:viewSize (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/public/web/
H A DWebDeviceEmulationParams.h29 WebSize viewSize; member in struct:blink::WebDeviceEmulationParams
/external/chromium_org/third_party/WebKit/Source/core/page/
H A DSpatialNavigation.cpp48 static RectsAlignment alignmentForRects(FocusType, const LayoutRect&, const LayoutRect&, const LayoutSize& viewSize);
51 static bool areRectsMoreThanFullScreenApart(FocusType, const LayoutRect& curRect, const LayoutRect& targetRect, const LayoutSize& viewSize);
95 static RectsAlignment alignmentForRects(FocusType type, const LayoutRect& curRect, const LayoutRect& targetRect, const LayoutSize& viewSize) argument
98 if (areRectsMoreThanFullScreenApart(type, curRect, targetRect, viewSize))
226 static bool areRectsMoreThanFullScreenApart(FocusType type, const LayoutRect& curRect, const LayoutRect& targetRect, const LayoutSize& viewSize) argument
232 return curRect.x() - targetRect.maxX() > viewSize.width();
234 return targetRect.x() - curRect.maxX() > viewSize.width();
236 return curRect.y() - targetRect.maxY() > viewSize.height();
238 return targetRect.y() - curRect.maxY() > viewSize.height();
692 LayoutSize viewSize local
[all...]
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 137 milliseconds