OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GeolocationController
(Results
1 - 24
of
24
) sorted by null
/external/chromium_org/third_party/WebKit/public/web/
WebGeolocationController.h
32
namespace WebCore { class
GeolocationController
; }
47
WebGeolocationController(WebCore::
GeolocationController
* c)
52
WebCore::
GeolocationController
* controller() const { return m_private; }
60
WebCore::
GeolocationController
* m_private;
/external/chromium_org/third_party/WebKit/Source/modules/geolocation/
GeolocationClient.h
32
class
GeolocationController
;
48
virtual void controllerForTestAdded(
GeolocationController
*) { }
49
virtual void controllerForTestRemoved(
GeolocationController
*) { }
GeolocationInspectorAgent.h
42
class
GeolocationController
;
59
void AddController(
GeolocationController
*);
60
void RemoveController(
GeolocationController
*);
64
typedef WillBeHeapHashSet<RawPtrWillBeMember<
GeolocationController
> > GeolocationControllers;
65
WillBePersistentHeapHashSet<RawPtrWillBeMember<
GeolocationController
> > m_controllers;
GeolocationController.cpp
28
#include "modules/geolocation/
GeolocationController
.h"
39
GeolocationController
::
GeolocationController
(LocalFrame& frame, GeolocationClient* client)
54
m_inspectorAgent =
GeolocationController
::from(frame.page()->deprecatedLocalMainFrame())->m_inspectorAgent;
61
GeolocationController
* mainController =
GeolocationController
::from(frame.page()->deprecatedLocalMainFrame());
67
void
GeolocationController
::startUpdatingIfNeeded()
75
void
GeolocationController
::stopUpdatingIfNeeded()
83
GeolocationController
::~
GeolocationController
()
[
all
...]
GeolocationController.h
43
class
GeolocationController
FINAL : public NoBaseWillBeGarbageCollectedFinalized<
GeolocationController
>, public WillBeHeapSupplement<LocalFrame>, public PageLifecycleObserver {
44
WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(
GeolocationController
);
45
WTF_MAKE_NONCOPYABLE(
GeolocationController
);
47
virtual ~
GeolocationController
();
49
static PassOwnPtrWillBeRawPtr<
GeolocationController
> create(LocalFrame&, GeolocationClient*);
70
static
GeolocationController
* from(LocalFrame* frame) { return static_cast<
GeolocationController
*>(WillBeHeapSupplement<LocalFrame>::from(frame, supplementName())); }
78
GeolocationController
(LocalFrame&, GeolocationClient*);
GeolocationInspectorAgent.cpp
34
#include "modules/geolocation/
GeolocationController
.h"
92
void GeolocationInspectorAgent::AddController(
GeolocationController
* controller)
97
void GeolocationInspectorAgent::RemoveController(
GeolocationController
* controller)
Geolocation.h
44
class
GeolocationController
;
Geolocation.cpp
33
#include "modules/geolocation/
GeolocationController
.h"
279
GeolocationController
::from(frame)->cancelPermissionRequest(this);
293
m_lastPosition = createGeoposition(
GeolocationController
::from(frame)->lastPosition());
598
GeolocationController
::from(frame)->requestPermission(this);
650
GeolocationController
::from(frame)->addObserver(this, notifier->options()->enableHighAccuracy());
660
GeolocationController
::from(frame)->removeObserver(this);
/external/chromium_org/third_party/WebKit/Source/modules/geolocation/testing/
GeolocationClientMock.h
43
class
GeolocationController
;
65
void controllerForTestAdded(
GeolocationController
*) OVERRIDE;
66
void controllerForTestRemoved(
GeolocationController
*) OVERRIDE;
77
typedef WillBeHeapHashSet<RawPtrWillBeMember<
GeolocationController
> > GeolocationControllers;
78
WillBePersistentHeapHashSet<RawPtrWillBeMember<
GeolocationController
> > m_controllers;
InternalsGeolocation.cpp
37
#include "modules/geolocation/
GeolocationController
.h"
52
GeolocationController
::from(toLocalFrame(childFrame))->setClientForTest(client);
94
GeolocationController
* controller =
GeolocationController
::from(document->frame());
GeolocationClientMock.cpp
35
#include "modules/geolocation/
GeolocationController
.h"
96
void GeolocationClientMock::controllerForTestAdded(
GeolocationController
* controller)
101
void GeolocationClientMock::controllerForTestRemoved(
GeolocationController
* controller)
/external/chromium_org/third_party/WebKit/Source/web/
GeolocationClientProxy.h
44
void setController(WebCore::
GeolocationController
*controller);
GeolocationClientProxy.cpp
46
void GeolocationClientProxy::setController(WebCore::
GeolocationController
* controller)
WebLocalFrameImpl.cpp
136
#include "modules/geolocation/
GeolocationController
.h"
[
all
...]
/external/chromium_org/third_party/WebKit/Source/modules/
modules.target.darwin-arm.mk
232
third_party/WebKit/Source/modules/geolocation/
GeolocationController
.cpp \
[
all
...]
modules.target.darwin-arm64.mk
232
third_party/WebKit/Source/modules/geolocation/
GeolocationController
.cpp \
[
all
...]
modules.target.darwin-mips.mk
232
third_party/WebKit/Source/modules/geolocation/
GeolocationController
.cpp \
[
all
...]
modules.target.darwin-x86.mk
232
third_party/WebKit/Source/modules/geolocation/
GeolocationController
.cpp \
[
all
...]
modules.target.darwin-x86_64.mk
232
third_party/WebKit/Source/modules/geolocation/
GeolocationController
.cpp \
[
all
...]
modules.target.linux-arm.mk
232
third_party/WebKit/Source/modules/geolocation/
GeolocationController
.cpp \
[
all
...]
modules.target.linux-arm64.mk
232
third_party/WebKit/Source/modules/geolocation/
GeolocationController
.cpp \
[
all
...]
modules.target.linux-mips.mk
232
third_party/WebKit/Source/modules/geolocation/
GeolocationController
.cpp \
[
all
...]
modules.target.linux-x86.mk
232
third_party/WebKit/Source/modules/geolocation/
GeolocationController
.cpp \
[
all
...]
modules.target.linux-x86_64.mk
232
third_party/WebKit/Source/modules/geolocation/
GeolocationController
.cpp \
[
all
...]
Completed in 174 milliseconds