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/WebCore/page/
Geolocation.h
175
typedef HashSet<RefPtr<GeoNotifier> >
GeoNotifierSet
;
177
GeoNotifierSet
m_oneShots;
197
GeoNotifierSet
m_requestsAwaitingCachedPosition;
Geolocation.cpp
351
GeoNotifierSet
::const_iterator end = m_requestsAwaitingCachedPosition.end();
352
for (
GeoNotifierSet
::const_iterator iter = m_requestsAwaitingCachedPosition.begin(); iter != end; ++iter) {
Completed in 1220 milliseconds