OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WebGeolocationClientMock
(Results
1 - 5
of
5
) sorted by null
/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
...]
/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/Tools/DumpRenderTree/chromium/
WebViewHost.h
56
class
WebGeolocationClientMock
;
220
WebKit::
WebGeolocationClientMock
* geolocationClientMock();
342
OwnPtr<WebKit::
WebGeolocationClientMock
> m_geolocationClientMock;
LayoutTestController.h
53
class
WebGeolocationClientMock
;
WebViewHost.cpp
46
#include "
WebGeolocationClientMock
.h"
606
WebKit::
WebGeolocationClientMock
* WebViewHost::geolocationClientMock()
609
m_geolocationClientMock.set(
WebGeolocationClientMock
::create());
[
all
...]
Completed in 2372 milliseconds