GeolocationDispatcher   24 content/renderer/geolocation_dispatcher.cc GeolocationDispatcher::GeolocationDispatcher(RenderViewImpl* render_view)
GeolocationDispatcher   31 content/renderer/geolocation_dispatcher.cc GeolocationDispatcher::~GeolocationDispatcher() {}
GeolocationDispatcher   33 content/renderer/geolocation_dispatcher.cc bool GeolocationDispatcher::OnMessageReceived(const IPC::Message& message) {
GeolocationDispatcher   35 content/renderer/geolocation_dispatcher.cc   IPC_BEGIN_MESSAGE_MAP(GeolocationDispatcher, message)
GeolocationDispatcher   43 content/renderer/geolocation_dispatcher.cc void GeolocationDispatcher::geolocationDestroyed() {
GeolocationDispatcher   48 content/renderer/geolocation_dispatcher.cc void GeolocationDispatcher::startUpdating() {
GeolocationDispatcher   55 content/renderer/geolocation_dispatcher.cc void GeolocationDispatcher::stopUpdating() {
GeolocationDispatcher   60 content/renderer/geolocation_dispatcher.cc void GeolocationDispatcher::setEnableHighAccuracy(bool enable_high_accuracy) {
GeolocationDispatcher   72 content/renderer/geolocation_dispatcher.cc void GeolocationDispatcher::setController(
GeolocationDispatcher   77 content/renderer/geolocation_dispatcher.cc bool GeolocationDispatcher::lastPosition(WebGeolocationPosition&) {
GeolocationDispatcher   87 content/renderer/geolocation_dispatcher.cc void GeolocationDispatcher::requestPermission(
GeolocationDispatcher   97 content/renderer/geolocation_dispatcher.cc void GeolocationDispatcher::cancelPermissionRequest(
GeolocationDispatcher  108 content/renderer/geolocation_dispatcher.cc void GeolocationDispatcher::OnPermissionSet(int bridge_id, bool is_allowed) {
GeolocationDispatcher  116 content/renderer/geolocation_dispatcher.cc void GeolocationDispatcher::OnPositionUpdated(
GeolocationDispatcher   27 content/renderer/geolocation_dispatcher.h class GeolocationDispatcher : public RenderViewObserver,
GeolocationDispatcher   30 content/renderer/geolocation_dispatcher.h   explicit GeolocationDispatcher(RenderViewImpl* render_view);
GeolocationDispatcher   31 content/renderer/geolocation_dispatcher.h   virtual ~GeolocationDispatcher();
GeolocationDispatcher 4301 content/renderer/render_view_impl.cc     geolocation_dispatcher_ = new GeolocationDispatcher(this);
GeolocationDispatcher  142 content/renderer/render_view_impl.h class GeolocationDispatcher;
GeolocationDispatcher 1248 content/renderer/render_view_impl.h   GeolocationDispatcher* geolocation_dispatcher_;