Searched refs:WebGeolocationController (Results 1 - 18 of 18) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/web/
H A DWebGeolocationController.cpp27 #include "public/web/WebGeolocationController.h"
37 void WebGeolocationController::positionChanged(const WebGeolocationPosition& webPosition)
42 void WebGeolocationController::errorOccurred(const WebGeolocationError& webError)
H A DGeolocationClientProxy.cpp50 // Ownership of the WebGeolocationController is transferred to the client.
51 m_client->setController(new WebGeolocationController(controller));
H A Dblink_web.target.darwin-arm.mk123 third_party/WebKit/Source/web/WebGeolocationController.cpp \
H A Dblink_web.target.darwin-arm64.mk123 third_party/WebKit/Source/web/WebGeolocationController.cpp \
H A Dblink_web.target.darwin-mips.mk123 third_party/WebKit/Source/web/WebGeolocationController.cpp \
H A Dblink_web.target.darwin-mips64.mk123 third_party/WebKit/Source/web/WebGeolocationController.cpp \
H A Dblink_web.target.darwin-x86.mk123 third_party/WebKit/Source/web/WebGeolocationController.cpp \
H A Dblink_web.target.darwin-x86_64.mk123 third_party/WebKit/Source/web/WebGeolocationController.cpp \
H A Dblink_web.target.linux-arm.mk123 third_party/WebKit/Source/web/WebGeolocationController.cpp \
H A Dblink_web.target.linux-arm64.mk123 third_party/WebKit/Source/web/WebGeolocationController.cpp \
H A Dblink_web.target.linux-mips.mk123 third_party/WebKit/Source/web/WebGeolocationController.cpp \
H A Dblink_web.target.linux-mips64.mk123 third_party/WebKit/Source/web/WebGeolocationController.cpp \
H A Dblink_web.target.linux-x86.mk123 third_party/WebKit/Source/web/WebGeolocationController.cpp \
H A Dblink_web.target.linux-x86_64.mk123 third_party/WebKit/Source/web/WebGeolocationController.cpp \
/external/chromium_org/third_party/WebKit/public/web/
H A DWebGeolocationController.h38 class WebGeolocationController : public WebNonCopyable { class in namespace:blink
44 WebGeolocationController(GeolocationController* c) function in class:blink::WebGeolocationController
55 WebGeolocationController();
H A DWebGeolocationClient.h31 class WebGeolocationController;
47 // Ownership of the WebGeolocationController is transferred to the client.
48 virtual void setController(WebGeolocationController*) = 0;
/external/chromium_org/content/renderer/
H A Dgeolocation_dispatcher.h11 #include "third_party/WebKit/public/web/WebGeolocationController.h"
14 class WebGeolocationController;
40 virtual void setController(blink::WebGeolocationController* controller);
53 scoped_ptr<blink::WebGeolocationController> controller_;
H A Dgeolocation_dispatcher.cc17 using blink::WebGeolocationController;
69 WebGeolocationController* controller) {

Completed in 227 milliseconds