OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WebGeolocationController
(Results
1 - 14
of
14
) sorted by null
/external/chromium_org/third_party/WebKit/public/web/
WebGeolocationClient.h
30
class
WebGeolocationController
;
48
// Ownership of the
WebGeolocationController
is transferred to the client.
49
virtual void setController(
WebGeolocationController
*) = 0;
WebGeolocationController.h
39
// Note that the
WebGeolocationController
is invalid after the
41
class
WebGeolocationController
: public WebNonCopyable {
47
WebGeolocationController
(WebCore::GeolocationController* c)
58
WebGeolocationController
();
WebGeolocationClientMock.h
62
virtual void setController(
WebGeolocationController
*);
/external/chromium_org/third_party/WebKit/Source/web/
WebGeolocationController.cpp
27
#include "
WebGeolocationController
.h"
42
void
WebGeolocationController
::positionChanged(const WebGeolocationPosition& webPosition)
47
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));
WebGeolocationClientMock.cpp
34
#include "
WebGeolocationController
.h"
102
void WebGeolocationClientMock::setController(
WebGeolocationController
* controller)
webkit.target.darwin-arm.mk
185
third_party/WebKit/Source/web/
WebGeolocationController
.cpp \
webkit.target.darwin-mips.mk
185
third_party/WebKit/Source/web/
WebGeolocationController
.cpp \
webkit.target.darwin-x86.mk
185
third_party/WebKit/Source/web/
WebGeolocationController
.cpp \
webkit.target.linux-arm.mk
185
third_party/WebKit/Source/web/
WebGeolocationController
.cpp \
webkit.target.linux-mips.mk
185
third_party/WebKit/Source/web/
WebGeolocationController
.cpp \
webkit.target.linux-x86.mk
185
third_party/WebKit/Source/web/
WebGeolocationController
.cpp \
/external/chromium_org/content/renderer/
geolocation_dispatcher.h
11
#include "third_party/WebKit/public/web/
WebGeolocationController
.h"
14
class
WebGeolocationController
;
42
virtual void setController(blink::
WebGeolocationController
* controller);
58
scoped_ptr< blink::
WebGeolocationController
> controller_;
geolocation_dispatcher.cc
16
using blink::
WebGeolocationController
;
73
WebGeolocationController
* controller) {
Completed in 77 milliseconds