OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GeolocationServiceClient
(Results
1 - 12
of
12
) sorted by null
/external/webkit/WebCore/platform/
GeolocationService.h
38
class
GeolocationServiceClient
{
40
virtual ~
GeolocationServiceClient
() { }
47
static GeolocationService* create(
GeolocationServiceClient
*);
70
GeolocationService(
GeolocationServiceClient
*);
73
GeolocationServiceClient
* m_geolocationServiceClient;
75
typedef GeolocationService* (FactoryFunction)(
GeolocationServiceClient
*);
GeolocationService.cpp
38
static GeolocationService* createGeolocationServiceNull(
GeolocationServiceClient
*)
46
GeolocationService* GeolocationService::create(
GeolocationServiceClient
* client)
56
GeolocationService::GeolocationService(
GeolocationServiceClient
* client)
/external/webkit/WebCore/platform/chromium/
GeolocationServiceChromium.cpp
38
GeolocationServiceChromium(
GeolocationServiceClient
* c)
47
static GeolocationService* createGeolocationService(
GeolocationServiceClient
* c)
/external/webkit/WebCore/platform/gtk/
GeolocationServiceGtk.h
34
static GeolocationService* create(
GeolocationServiceClient
*);
47
GeolocationServiceGtk(
GeolocationServiceClient
*);
GeolocationServiceGtk.cpp
40
GeolocationService* GeolocationServiceGtk::create(
GeolocationServiceClient
* client)
47
GeolocationServiceGtk::GeolocationServiceGtk(
GeolocationServiceClient
* client)
/external/webkit/WebCore/platform/android/
GeolocationServiceAndroid.h
44
static GeolocationService* create(
GeolocationServiceClient
*);
65
GeolocationServiceAndroid(
GeolocationServiceClient
*);
GeolocationServiceAndroid.cpp
54
GeolocationService* GeolocationServiceAndroid::create(
GeolocationServiceClient
* client)
61
GeolocationServiceAndroid::GeolocationServiceAndroid(
GeolocationServiceClient
* client)
/external/webkit/WebCore/platform/mac/
GeolocationServiceMac.h
48
static GeolocationService* create(
GeolocationServiceClient
*);
64
GeolocationServiceMac(
GeolocationServiceClient
*);
GeolocationServiceMac.mm
68
GeolocationService* GeolocationServiceMac::create(
GeolocationServiceClient
* client)
75
GeolocationServiceMac::GeolocationServiceMac(
GeolocationServiceClient
* client)
/external/webkit/WebCore/platform/mock/
GeolocationServiceMock.h
40
// this class call back to their respective
GeolocationServiceClient
with the
44
static GeolocationService* create(
GeolocationServiceClient
*);
46
GeolocationServiceMock(
GeolocationServiceClient
*);
GeolocationServiceMock.cpp
41
GeolocationService* GeolocationServiceMock::create(
GeolocationServiceClient
* client)
47
GeolocationServiceMock::GeolocationServiceMock(
GeolocationServiceClient
* client)
/external/webkit/WebCore/page/
Geolocation.h
63
, public
GeolocationServiceClient
156
//
GeolocationServiceClient
Completed in 67 milliseconds