NavigatorGeolocation.cpp | 24 #include "modules/geolocation/NavigatorGeolocation.h" 29 #include "modules/geolocation/Geolocation.h" 55 Geolocation* NavigatorGeolocation::geolocation(Navigator& navigator) function in class:blink::NavigatorGeolocation 57 return NavigatorGeolocation::from(navigator).geolocation(); 60 Geolocation* NavigatorGeolocation::geolocation() const function in class:blink::NavigatorGeolocation 63 m_geolocation = Geolocation::create(frame()->document());
|