Home | History | Annotate | Download | only in geofencing

Lines Matching refs:navigator

8 #include "core/frame/Navigator.h"
26 NavigatorGeofencing& NavigatorGeofencing::from(Navigator& navigator)
28 NavigatorGeofencing* supplement = static_cast<NavigatorGeofencing*>(WillBeHeapSupplement<Navigator>::from(navigator, supplementName()));
31 provideTo(navigator, supplementName(), adoptPtrWillBeNoop(supplement));
36 Geofencing* NavigatorGeofencing::geofencing(Navigator& navigator)
38 return NavigatorGeofencing::from(navigator).geofencing();
51 WillBeHeapSupplement<Navigator>::trace(visitor);