OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GeolocationProviderImpl
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/content/browser/geolocation/
geolocation_provider_impl.h
34
class CONTENT_EXPORT
GeolocationProviderImpl
57
// called on the IO thread so that the
GeolocationProviderImpl
is always
59
static
GeolocationProviderImpl
* GetInstance();
62
friend struct DefaultSingletonTraits<
GeolocationProviderImpl
>;
63
GeolocationProviderImpl
();
64
virtual ~
GeolocationProviderImpl
();
108
DISALLOW_COPY_AND_ASSIGN(
GeolocationProviderImpl
);
geolocation_provider_impl.cc
25
GeolocationProviderImpl
::GetInstance()->OverrideLocationForTesting(position);
31
return
GeolocationProviderImpl
::GetInstance();
47
void
GeolocationProviderImpl
::AddLocationUpdateCallback(
69
bool
GeolocationProviderImpl
::RemoveLocationUpdateCallback(
86
void
GeolocationProviderImpl
::UserDidOptIntoLocationServices() {
94
bool
GeolocationProviderImpl
::LocationServicesOptedIn() const {
99
void
GeolocationProviderImpl
::OnLocationUpdate(const Geoposition& position) {
106
base::Bind(&
GeolocationProviderImpl
::NotifyClients,
110
void
GeolocationProviderImpl
::OverrideLocationForTesting(
118
GeolocationProviderImpl
* GeolocationProviderImpl::GetInstance()
[
all
...]
geolocation_provider_unittest.cc
27
class LocationProviderForTestArbitrator : public
GeolocationProviderImpl
{
38
//
GeolocationProviderImpl
implementation:
163
base::Bind(&
GeolocationProviderImpl
::OnLocationUpdate,
177
GeolocationProviderImpl
::LocationUpdateCallback null_callback;
195
GeolocationProviderImpl
::LocationUpdateCallback first_callback = base::Bind(
216
GeolocationProviderImpl
::LocationUpdateCallback second_callback = base::Bind(
240
GeolocationProviderImpl
::LocationUpdateCallback callback = base::Bind(
geolocation_dispatcher_host.cc
26
GeolocationProviderImpl
::GetInstance()->UserDidOptIntoLocationServices();
105
GeolocationProviderImpl
* geolocation_provider_;
107
GeolocationProviderImpl
::LocationUpdateCallback callback_;
273
geolocation_provider_ =
GeolocationProviderImpl
::GetInstance();
Completed in 1444 milliseconds