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

  /external/chromium_org/third_party/WebKit/public/platform/
WebScreenOrientationLockType.h 19 WebScreenOrientationLockNatural,
  /external/chromium_org/content/common/
screen_orientation_messages.h 24 blink::WebScreenOrientationLockNatural)
  /external/chromium_org/content/child/
assert_matching_enums.cc 38 COMPILE_ASSERT_MATCHING_ENUM(blink::WebScreenOrientationLockNatural,
  /external/chromium_org/content/browser/screen_orientation/
screen_orientation_provider_android.cc 62 if (lock_orientation == blink::WebScreenOrientationLockNatural) {
162 case blink::WebScreenOrientationLockNatural:
  /external/chromium_org/content/renderer/manifest/
manifest_parser_unittest.cc 237 EXPECT_EQ(manifest.orientation, blink::WebScreenOrientationLockNatural);
244 EXPECT_EQ(manifest.orientation, blink::WebScreenOrientationLockNatural);
274 EXPECT_EQ(manifest.orientation, blink::WebScreenOrientationLockNatural);
manifest_parser.cc 128 return blink::WebScreenOrientationLockNatural;
  /external/chromium_org/third_party/WebKit/Source/modules/screen_orientation/
ScreenOrientation.cpp 53 { natural, WebScreenOrientationLockNatural }

Completed in 240 milliseconds