HomeSort by relevance Sort by last modified time
    Searched refs:WebScreenOrientationType (Results 1 - 25 of 29) sorted by null

1 2

  /external/chromium_org/third_party/WebKit/public/platform/
WebScreenOrientationType.h 10 enum WebScreenOrientationType {
WebLockOrientationCallback.h 9 #include "public/platform/WebScreenOrientationType.h"
13 // WebScreenOrientationType is an interface to be used by the embedder in order
28 virtual void onSuccess(unsigned angle, WebScreenOrientationType) = 0;
WebScreenInfo.h 35 #include "WebScreenOrientationType.h"
73 // See WebScreenOrientationType.h for the full list.
74 WebScreenOrientationType orientationType;
  /external/chromium_org/content/renderer/screen_orientation/
mock_screen_orientation_controller.h 13 #include "third_party/WebKit/public/platform/WebScreenOrientationType.h"
27 blink::WebScreenOrientationType);
32 void UpdateScreenOrientation(blink::WebScreenOrientationType);
33 bool IsOrientationAllowedByCurrentLock(blink::WebScreenOrientationType);
40 blink::WebScreenOrientationType device_orientation_;
41 blink::WebScreenOrientationType current_orientation_;
mock_screen_orientation_controller.cc 38 blink::WebScreenOrientationType orientation) {
59 blink::WebScreenOrientationType orientation) {
68 blink::WebScreenOrientationType orientation) {
screen_orientation_dispatcher.h 15 #include "third_party/WebKit/public/platform/WebScreenOrientationType.h"
46 blink::WebScreenOrientationType orientation);
screen_orientation_dispatcher.cc 37 blink::WebScreenOrientationType orientation) {
screen_orientation_dispatcher_unittest.cc 36 blink::WebScreenOrientationType orientation_;
44 blink::WebScreenOrientationType orientation) {
180 blink::WebScreenOrientationType type;
  /external/chromium_org/content/common/
screen_orientation_messages.h 12 #include "third_party/WebKit/public/platform/WebScreenOrientationType.h"
19 IPC_ENUM_TRAITS_MIN_MAX_VALUE(blink::WebScreenOrientationType,
34 blink::WebScreenOrientationType /* orientation */ )
43 blink::WebScreenOrientationType /* type */)
  /external/chromium_org/third_party/WebKit/Source/modules/screen_orientation/
ScreenOrientationController.h 12 #include "public/platform/WebScreenOrientationType.h"
30 blink::WebScreenOrientationType orientation() const;
41 static blink::WebScreenOrientationType computeOrientation(FrameView*);
46 blink::WebScreenOrientationType m_overrideOrientation;
LockOrientationCallback.h 9 #include "public/platform/WebScreenOrientationType.h"
27 virtual void onSuccess(unsigned angle, blink::WebScreenOrientationType) OVERRIDE;
ScreenOrientation.h 13 #include "public/platform/WebScreenOrientationType.h"
35 static const AtomicString& orientationTypeToString(blink::WebScreenOrientationType);
ScreenOrientationController.cpp 55 blink::WebScreenOrientationType ScreenOrientationController::computeOrientation(FrameView* view)
84 blink::WebScreenOrientationType oldOrientation = m_overrideOrientation;
101 blink::WebScreenOrientationType ScreenOrientationController::orientation() const
109 blink::WebScreenOrientationType orientationType = screenOrientationType(m_frame.view());
LockOrientationCallback.cpp 24 void LockOrientationCallback::onSuccess(unsigned angle, blink::WebScreenOrientationType type)
ScreenOrientation.cpp 18 #include "public/platform/WebScreenOrientationType.h"
20 // This code assumes that WebScreenOrientationType values are included in WebScreenOrientationLockType.
59 const AtomicString& ScreenOrientation::orientationTypeToString(blink::WebScreenOrientationType orientation)
  /external/chromium_org/third_party/WebKit/Source/platform/
PlatformScreen.h 30 #include "public/platform/WebScreenOrientationType.h"
50 PLATFORM_EXPORT blink::WebScreenOrientationType screenOrientationType(Widget*);
PlatformScreen.cpp 99 blink::WebScreenOrientationType screenOrientationType(Widget* widget)
  /external/chromium_org/content/browser/screen_orientation/
screen_orientation_dispatcher_host.h 10 #include "third_party/WebKit/public/platform/WebScreenOrientationType.h"
31 void OnOrientationChange(blink::WebScreenOrientationType orientation);
screen_orientation_dispatcher_host.cc 40 blink::WebScreenOrientationType orientation) {
  /external/chromium_org/content/public/test/
layouttest_support.h 13 #include "third_party/WebKit/public/platform/WebScreenOrientationType.h"
59 // Sets WebScreenOrientationType that should be used as a mock orientation.
62 const blink::WebScreenOrientationType& orientation);
  /external/chromium_org/content/shell/renderer/test_runner/
WebTestDelegate.h 10 #include "third_party/WebKit/public/platform/WebScreenOrientationType.h"
53 virtual void setScreenOrientation(const blink::WebScreenOrientationType&) = 0;
  /external/chromium_org/content/shell/renderer/
webkit_test_runner.h 18 #include "third_party/WebKit/public/platform/WebScreenOrientationType.h"
64 const blink::WebScreenOrientationType& orientation) OVERRIDE;
webkit_test_runner.cc 86 using blink::WebScreenOrientationType;
219 const WebScreenOrientationType& orientation) {
  /external/chromium_org/content/renderer/
renderer_webkitplatformsupport_impl.h 16 #include "third_party/WebKit/public/platform/WebScreenOrientationType.h"
175 blink::WebScreenOrientationType);
  /external/chromium_org/content/test/
layouttest_support.cc 100 const blink::WebScreenOrientationType& orientation) {

Completed in 900 milliseconds

1 2