OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GeolocationServiceClient
(Results
1 - 11
of
11
) sorted by null
/external/webkit/Source/WebCore/platform/
GeolocationService.h
38
class
GeolocationServiceClient
{
40
virtual ~
GeolocationServiceClient
() { }
48
static GeolocationService* create(
GeolocationServiceClient
*);
69
typedef GeolocationService* (FactoryFunction)(
GeolocationServiceClient
*);
73
GeolocationService(
GeolocationServiceClient
*);
74
GeolocationServiceClient
*
geolocationServiceClient
() const { return m_geolocationServiceClient; }
77
GeolocationServiceClient
* m_geolocationServiceClient;
GeolocationService.cpp
39
static GeolocationService* createGeolocationServiceNull(
GeolocationServiceClient
*)
50
GeolocationService* GeolocationService::create(
GeolocationServiceClient
* client)
66
GeolocationService::GeolocationService(
GeolocationServiceClient
* client)
/external/webkit/Source/WebCore/platform/efl/
GeolocationServiceEfl.h
34
static GeolocationService* create(
GeolocationServiceClient
*);
47
GeolocationServiceEfl(
GeolocationServiceClient
*);
GeolocationServiceEfl.cpp
33
GeolocationService* GeolocationServiceEfl::create(
GeolocationServiceClient
* client)
38
GeolocationServiceEfl::GeolocationServiceEfl(
GeolocationServiceClient
* client)
/external/webkit/Source/WebCore/platform/android/
GeolocationServiceAndroid.h
44
static GeolocationService* create(
GeolocationServiceClient
*);
65
GeolocationServiceAndroid(
GeolocationServiceClient
*);
GeolocationServiceAndroid.cpp
55
GeolocationService* GeolocationServiceAndroid::create(
GeolocationServiceClient
* client)
62
GeolocationServiceAndroid::GeolocationServiceAndroid(
GeolocationServiceClient
* client)
77
Frame* frame = reinterpret_cast<Geolocation*>(
geolocationServiceClient
())->frame();
/external/webkit/Source/WebCore/platform/gtk/
GeolocationServiceGtk.h
35
static GeolocationService* create(
GeolocationServiceClient
*);
48
GeolocationServiceGtk(
GeolocationServiceClient
*);
GeolocationServiceGtk.cpp
41
GeolocationService* GeolocationServiceGtk::create(
GeolocationServiceClient
* client)
48
GeolocationServiceGtk::GeolocationServiceGtk(
GeolocationServiceClient
* client)
/external/webkit/Source/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
43
GeolocationService* GeolocationServiceMock::create(
GeolocationServiceClient
* client)
49
GeolocationServiceMock::GeolocationServiceMock(
GeolocationServiceClient
* client)
/external/webkit/Source/WebCore/page/
Geolocation.h
53
, public
GeolocationServiceClient
181
//
GeolocationServiceClient
Completed in 46 milliseconds