OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GeoNotifierSet
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/page/
Geolocation.h
116
typedef HashSet<RefPtr<GeoNotifier> >
GeoNotifierSet
;
157
static void copyToSet(const GeoNotifierVector&,
GeoNotifierSet
&);
194
GeoNotifierSet
m_oneShots;
201
GeoNotifierSet
m_pendingForPermissionNotifiers;
215
GeoNotifierSet
m_requestsAwaitingCachedPosition;
Geolocation.cpp
373
GeoNotifierSet
::const_iterator end = m_requestsAwaitingCachedPosition.end();
374
for (
GeoNotifierSet
::const_iterator iter = m_requestsAwaitingCachedPosition.begin(); iter != end; ++iter) {
560
void Geolocation::copyToSet(const GeoNotifierVector& src,
GeoNotifierSet
& dest)
746
GeoNotifierSet
::const_iterator end = m_pendingForPermissionNotifiers.end();
747
for (
GeoNotifierSet
::const_iterator iter = m_pendingForPermissionNotifiers.begin(); iter != end; ++iter) {
Completed in 64 milliseconds