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

  /external/chromium_org/third_party/WebKit/public/platform/
WebScreenOrientationType.h 14 WebScreenOrientationLandscapePrimary,
  /external/chromium_org/third_party/WebKit/Source/modules/screen_orientation/
ScreenOrientationController.cpp 68 return isTallDisplay ? blink::WebScreenOrientationPortraitPrimary : blink::WebScreenOrientationLandscapePrimary;
70 return isTallDisplay ? blink::WebScreenOrientationLandscapePrimary : blink::WebScreenOrientationPortraitSecondary;
ScreenOrientation.cpp 25 COMPILE_ASSERT_MATCHING_ENUM(WebScreenOrientationLandscapePrimary, WebScreenOrientationLockLandscapePrimary);
  /external/chromium_org/content/renderer/screen_orientation/
mock_screen_orientation_controller.cc 82 case blink::WebScreenOrientationLandscapePrimary:
screen_orientation_dispatcher_unittest.cc 183 { 0, blink::WebScreenOrientationLandscapePrimary },
185 { 90, blink::WebScreenOrientationLandscapePrimary }
222 blink::WebScreenOrientationLandscapePrimary));
  /external/chromium_org/content/shell/renderer/test_runner/
test_runner.cc     [all...]
  /external/chromium_org/content/renderer/
render_view_impl.cc     [all...]

Completed in 273 milliseconds