webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#import <MockGeolocationProvider.h>
Instance Methods | |
(void) | - setPosition: |
(void) | - setPositionUnavailableErrorWithMessage: |
(void) | - stopTimer |
(BOOL) | - isActive |
Class Methods | |
(MockGeolocationProvider *) | + shared |
Protected Attributes | |
RetainPtr< WebGeolocationPosition > | _lastPosition |
BOOL | _hasError |
RetainPtr< NSString > | _errorMessage |
NSTimer * | _timer |
HashSet< WebView * > | _registeredViews |
- (BOOL) isActive |
- (void) setPosition: | (WebGeolocationPosition *) | position |
+ (MockGeolocationProvider *) shared |
- (void) stopTimer |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |