WorkerNavigatorGeofencing.cpp | 6 #include "modules/geofencing/WorkerNavigatorGeofencing.h" 9 #include "modules/geofencing/Geofencing.h" 36 Geofencing* WorkerNavigatorGeofencing::geofencing(WorkerNavigator& navigator) function in class:blink::WorkerNavigatorGeofencing 38 return WorkerNavigatorGeofencing::from(navigator).geofencing(); 41 Geofencing* WorkerNavigatorGeofencing::geofencing() function in class:blink::WorkerNavigatorGeofencing 44 m_geofencing = Geofencing::create();
|