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

  /external/webkit/Source/WebKit/android/WebCoreSupport/
GeolocationClientImpl.cpp 31 #include <GeolocationController.h>
170 m_webViewCore->mainFrame()->page()->geolocationController()->positionChanged(m_lastPosition.get());
179 m_webViewCore->mainFrame()->page()->geolocationController()->errorOccurred(m_lastError.get());
218 m_webViewCore->mainFrame()->page()->geolocationController()->positionChanged(m_lastPosition.get());
220 m_webViewCore->mainFrame()->page()->geolocationController()->errorOccurred(m_lastError.get());
GeolocationManager.cpp 120 m_mockClient->setController(m_webViewCore->mainFrame()->page()->geolocationController());
  /external/webkit/Source/WebKit2/WebProcess/Geolocation/
WebGeolocationManager.cpp 35 #include <WebCore/GeolocationController.h>
91 page->corePage()->geolocationController()->positionChanged(position.get());
107 page->corePage()->geolocationController()->errorOccurred(error.get());
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
GeolocationClientQt.cpp 30 #include "GeolocationController.h"
93 page->geolocationController()->positionChanged(m_lastPosition.get());
104 page->geolocationController()->errorOccurred(error.get());
DumpRenderTreeSupportQt.cpp 51 #include "GeolocationController.h"
783 GeolocationClientMock* mockClient = toGeolocationClientMock(corePage->geolocationController()->client());
792 GeolocationClientMock* mockClient = toGeolocationClientMock(corePage->geolocationController()->client());
801 GeolocationClientMock* mockClient = toGeolocationClientMock(corePage->geolocationController()->client());
821 GeolocationClientMock* mockClient = static_cast<GeolocationClientMock*>(corePage->geolocationController()->client());
830 GeolocationClientMock* mockClient = toGeolocationClientMock(corePage->geolocationController()->client());
    [all...]
  /external/webkit/Source/WebCore/page/
Geolocation.cpp 43 #include "GeolocationController.h"
248 page->geolocationController()->cancelPermissionRequest(this);
275 m_lastPosition = createGeoposition(page->geolocationController()->lastPosition());
618 page->geolocationController()->requestPermission(this);
708 page->geolocationController()->addObserver(this, notifier->m_options->enableHighAccuracy());
722 page->geolocationController()->removeObserver(this);
Page.h 63 class GeolocationController;
180 GeolocationController* geolocationController() const { return m_geolocationController.get(); }
336 OwnPtr<GeolocationController> m_geolocationController;
  /external/webkit/Source/WebKit/chromium/src/
WebViewImpl.cpp 358 m_geolocationClientProxy->setController(m_page->geolocationController());
    [all...]
  /external/webkit/Source/WebKit/win/
WebView.cpp 137 #include <WebCore/GeolocationController.h>
    [all...]
  /external/webkit/Source/WebKit/mac/WebView/
WebView.mm 188 #import <WebCore/GeolocationController.h>
    [all...]
  /external/webkit/Source/WebKit/qt/Api/
qwebpage.cpp 342 static_cast<GeolocationClientMock*>(pageClients.geolocationClient)->setController(page->geolocationController());
    [all...]

Completed in 518 milliseconds