Searched refs:geolocationClient (Results 1 - 11 of 11) sorted by relevance

/external/webkit/Source/WebKit/chromium/public/
H A DWebViewClient.h286 virtual WebGeolocationClient* geolocationClient() { return 0; } function in class:WebKit::WebViewClient
/external/webkit/Source/WebCore/page/
H A DPage.h116 GeolocationClient* geolocationClient; member in struct:WebCore::Page::PageClients
H A DPage.cpp148 , m_geolocationController(adoptPtr(new GeolocationController(this, pageClients.geolocationClient)))
967 , geolocationClient(0)
/external/webkit/Tools/DumpRenderTree/chromium/
H A DWebViewHost.h146 virtual WebKit::WebGeolocationClient* geolocationClient();
H A DWebViewHost.cpp601 WebKit::WebGeolocationClient* WebViewHost::geolocationClient() function in class:WebViewHost
/external/webkit/Source/WebKit/chromium/src/
H A DWebViewImpl.cpp332 , m_geolocationClientProxy(new GeolocationClientProxy(client ? client->geolocationClient() : 0))
353 pageClients.geolocationClient = m_geolocationClientProxy.get();
/external/webkit/Source/WebKit/qt/Api/
H A Dqwebpage.cpp333 pageClients.geolocationClient = new GeolocationClientMock();
335 pageClients.geolocationClient = new GeolocationClientQt(q);
342 static_cast<GeolocationClientMock*>(pageClients.geolocationClient)->setController(page->geolocationController());
/external/webkit/Source/WebKit/android/jni/
H A DWebCoreFrameBridge.cpp1109 pageClients.geolocationClient = geolocationC;
/external/webkit/Source/WebKit2/WebProcess/WebPage/
H A DWebPage.cpp188 pageClients.geolocationClient = new WebGeolocationClient(this);
/external/webkit/Source/WebKit/win/
H A DWebView.cpp2598 pageClients.geolocationClient = new WebGeolocationClient(this);
/external/webkit/Source/WebKit/mac/WebView/
H A DWebView.mm732 pageClients.geolocationClient = new WebGeolocationClient(self);

Completed in 225 milliseconds