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

/external/chromium_org/third_party/WebKit/public/platform/
H A DWebScreenInfo.h74 WebScreenOrientationType orientationType; member in struct:blink::WebScreenInfo
85 , orientationType(WebScreenOrientationUndefined)
/external/chromium_org/third_party/WebKit/Source/modules/screen_orientation/
H A DScreenOrientationController.cpp83 WebScreenOrientationType orientationType = screenOrientationType(view); local
84 if (orientationType == WebScreenOrientationUndefined) {
86 orientationType = computeOrientation(view);
88 ASSERT(orientationType != WebScreenOrientationUndefined);
90 m_orientation->setType(orientationType);
/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 94 milliseconds