HomeSort by relevance Sort by last modified time
    Searched refs:GeolocationServiceSet (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/platform/mock/
GeolocationServiceMock.cpp 39 GeolocationServiceMock::GeolocationServiceSet* GeolocationServiceMock::s_instances = 0;
59 GeolocationServiceSet::iterator iter = s_instances->find(this);
108 GeolocationServiceSet::const_iterator end = s_instances->end();
109 for (GeolocationServiceSet::const_iterator iter = s_instances->begin(); iter != end; ++iter)
127 s_instances = new GeolocationServiceSet;
GeolocationServiceMock.h 72 typedef HashSet<GeolocationServiceMock*> GeolocationServiceSet;
73 static GeolocationServiceSet* s_instances;

Completed in 193 milliseconds