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

  /external/webkit/WebCore/page/
GeolocationControllerClient.h 33 class GeolocationControllerClient {
42 virtual ~GeolocationControllerClient() { }
GeolocationController.h 38 class GeolocationControllerClient;
45 GeolocationController(Page*, GeolocationControllerClient*);
58 GeolocationControllerClient* m_client;
GeolocationController.cpp 31 #include "GeolocationControllerClient.h"
35 GeolocationController::GeolocationController(Page* page, GeolocationControllerClient* client)
Page.h 56 class GeolocationControllerClient;
91 Page(ChromeClient*, ContextMenuClient*, EditorClient*, DragClient*, InspectorClient*, PluginHalterClient*, GeolocationControllerClient*);
Page.cpp 123 Page::Page(ChromeClient* chromeClient, ContextMenuClient* contextMenuClient, EditorClient* editorClient, DragClient* dragClient, InspectorClient* inspectorClient, PluginHalterClient* pluginHalterClient, GeolocationControllerClient* geolocationControllerClient)
137 , m_geolocationController(new GeolocationController(this, geolocationControllerClient))
174 UNUSED_PARAM(geolocationControllerClient);
  /external/webkit/WebKit/mac/WebCoreSupport/
WebGeolocationControllerClient.h 26 #import <WebCore/GeolocationControllerClient.h>
34 class WebGeolocationControllerClient : public WebCore::GeolocationControllerClient {
  /external/webkit/WebKit/win/WebCoreSupport/
WebGeolocationControllerClient.h 30 #include <WebCore/GeolocationControllerClient.h>
38 class WebGeolocationControllerClient : public WebCore::GeolocationControllerClient {

Completed in 2528 milliseconds