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

  /external/webkit/Source/WebKit/chromium/public/
WebViewClient.h 286 virtual WebGeolocationClient* geolocationClient() { return 0; }
  /external/webkit/Source/WebCore/page/
Page.h 62 class GeolocationClient;
116 GeolocationClient* geolocationClient;
Page.cpp 148 , m_geolocationController(adoptPtr(new GeolocationController(this, pageClients.geolocationClient)))
967 , geolocationClient(0)
  /external/webkit/Tools/DumpRenderTree/chromium/
WebViewHost.h 146 virtual WebKit::WebGeolocationClient* geolocationClient();
WebViewHost.cpp 601 WebKit::WebGeolocationClient* WebViewHost::geolocationClient()
    [all...]
  /external/webkit/Source/WebKit/chromium/src/
WebViewImpl.cpp 332 , m_geolocationClientProxy(new GeolocationClientProxy(client ? client->geolocationClient() : 0))
353 pageClients.geolocationClient = m_geolocationClientProxy.get();
    [all...]
  /external/webkit/Source/WebKit/qt/Api/
qwebpage.cpp 333 pageClients.geolocationClient = new GeolocationClientMock();
335 pageClients.geolocationClient = new GeolocationClientQt(q);
342 static_cast<GeolocationClientMock*>(pageClients.geolocationClient)->setController(page->geolocationController());
    [all...]
  /external/webkit/Source/WebKit2/WebProcess/WebPage/
WebPage.cpp 188 pageClients.geolocationClient = new WebGeolocationClient(this);
    [all...]
  /external/webkit/Source/WebKit/win/
WebView.cpp     [all...]
  /external/webkit/Source/WebKit/mac/WebView/
WebView.mm 732 pageClients.geolocationClient = new WebGeolocationClient(self);
    [all...]

Completed in 311 milliseconds