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

  /external/chromium_org/third_party/WebKit/Source/web/
WebGeolocationController.cpp 27 #include "public/web/WebGeolocationController.h"
37 void WebGeolocationController::positionChanged(const WebGeolocationPosition& webPosition)
42 void WebGeolocationController::errorOccurred(const WebGeolocationError& webError)
GeolocationClientProxy.cpp 50 // Ownership of the WebGeolocationController is transferred to the client.
51 m_client->setController(new WebGeolocationController(controller));
blink_web.target.darwin-arm.mk 123 third_party/WebKit/Source/web/WebGeolocationController.cpp \
blink_web.target.darwin-arm64.mk 123 third_party/WebKit/Source/web/WebGeolocationController.cpp \
blink_web.target.darwin-mips.mk 123 third_party/WebKit/Source/web/WebGeolocationController.cpp \
blink_web.target.darwin-mips64.mk 123 third_party/WebKit/Source/web/WebGeolocationController.cpp \
blink_web.target.darwin-x86.mk 123 third_party/WebKit/Source/web/WebGeolocationController.cpp \
blink_web.target.darwin-x86_64.mk 123 third_party/WebKit/Source/web/WebGeolocationController.cpp \
blink_web.target.linux-arm.mk 123 third_party/WebKit/Source/web/WebGeolocationController.cpp \
blink_web.target.linux-arm64.mk 123 third_party/WebKit/Source/web/WebGeolocationController.cpp \
blink_web.target.linux-mips.mk 123 third_party/WebKit/Source/web/WebGeolocationController.cpp \
blink_web.target.linux-mips64.mk 123 third_party/WebKit/Source/web/WebGeolocationController.cpp \
blink_web.target.linux-x86.mk 123 third_party/WebKit/Source/web/WebGeolocationController.cpp \
blink_web.target.linux-x86_64.mk 123 third_party/WebKit/Source/web/WebGeolocationController.cpp \
  /external/chromium_org/third_party/WebKit/public/web/
WebGeolocationClient.h 31 class WebGeolocationController;
47 // Ownership of the WebGeolocationController is transferred to the client.
48 virtual void setController(WebGeolocationController*) = 0;
WebGeolocationController.h 38 class WebGeolocationController : public WebNonCopyable {
44 WebGeolocationController(GeolocationController* c)
55 WebGeolocationController();
  /external/chromium_org/content/renderer/
geolocation_dispatcher.h 11 #include "third_party/WebKit/public/web/WebGeolocationController.h"
14 class WebGeolocationController;
40 virtual void setController(blink::WebGeolocationController* controller);
53 scoped_ptr<blink::WebGeolocationController> controller_;
geolocation_dispatcher.cc 17 using blink::WebGeolocationController;
69 WebGeolocationController* controller) {

Completed in 378 milliseconds