webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#import <WebDeviceOrientationProviderMockInternal.h>
Instance Methods | |
(id) | - init |
(void) | - setOrientation: |
(void) | - setController: |
(void) | - startUpdating |
(void) | - stopUpdating |
(WebDeviceOrientation *) | - lastOrientation |
Protected Attributes | |
std::unique_ptr< WebCore::DeviceOrientationClientMock > | m_core |
- (id) init |
- (WebDeviceOrientation *) lastOrientation |
- (void) setController: | (WebCore::DeviceOrientationController*) | controller |
- (void) setOrientation: | (WebDeviceOrientation*) | orientation |
- (void) startUpdating |
- (void) stopUpdating |
|
protected |