OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:WebGeolocationClientMock
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebKit/chromium/public/
WebGeolocationClientMock.h
46
class
WebGeolocationClientMock
: public WebGeolocationClient {
48
WEBKIT_API static
WebGeolocationClientMock
* create();
49
~
WebGeolocationClientMock
() { reset(); }
70
WebGeolocationClientMock
();
/external/webkit/Source/WebKit/chromium/src/
WebGeolocationClientMock.cpp
32
#include "
WebGeolocationClientMock
.h"
49
WebGeolocationClientMock
*
WebGeolocationClientMock
::create()
51
return new
WebGeolocationClientMock
();
54
void
WebGeolocationClientMock
::setPosition(double latitude, double longitude, double accuracy)
61
void
WebGeolocationClientMock
::setError(int errorCode, const WebString& message)
80
void
WebGeolocationClientMock
::setPermission(bool allowed)
85
int
WebGeolocationClientMock
::numberOfPendingPermissionRequests() const
90
void
WebGeolocationClientMock
::resetMock()
95
void
WebGeolocationClientMock
::startUpdating(
[
all
...]
Completed in 45 milliseconds