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

  /external/chromium_org/third_party/WebKit/Source/web/
WebViewImpl.h 811 OwnPtr<GeolocationClientProxy> m_geolocationClientProxy;
    [all...]
WebViewImpl.cpp 422 , m_geolocationClientProxy(adoptPtr(new GeolocationClientProxy(client ? client->geolocationClient() : 0)))
463 provideGeolocationTo(m_page.get(), m_geolocationClientProxy.get());
464 m_geolocationClientProxy->setController(GeolocationController::from(m_page.get()));
    [all...]

Completed in 23 milliseconds