OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:geolocationclient
(Results
1 - 13
of
13
) sorted by null
/external/chromium_org/third_party/WebKit/Source/modules/geolocation/
GeolocationController.h
39
class
GeolocationClient
;
49
static PassOwnPtrWillBeRawPtr<GeolocationController> create(LocalFrame&,
GeolocationClient
*);
62
void setClientForTest(
GeolocationClient
*);
64
GeolocationClient
* client() { return m_client; }
76
GeolocationController(LocalFrame&,
GeolocationClient
*);
81
RawPtrWillBeMember<
GeolocationClient
> m_client;
GeolocationClient.h
38
class
GeolocationClient
: public NoBaseWillBeGarbageCollectedFinalized<
GeolocationClient
> {
40
virtual ~
GeolocationClient
() { }
56
void provideGeolocationTo(LocalFrame&,
GeolocationClient
*);
GeolocationController.cpp
32
#include "modules/geolocation/
GeolocationClient
.h"
39
GeolocationController::GeolocationController(LocalFrame& frame,
GeolocationClient
* client)
102
PassOwnPtrWillBeRawPtr<GeolocationController> GeolocationController::create(LocalFrame& frame,
GeolocationClient
* client)
185
void GeolocationController::setClientForTest(
GeolocationClient
* client)
221
void provideGeolocationTo(LocalFrame& frame,
GeolocationClient
* client)
/external/chromium_org/third_party/WebKit/Source/modules/geolocation/testing/
InternalsGeolocation.cpp
59
GeolocationClientMock* client =
geolocationClient
(document);
68
GeolocationClientMock* client =
geolocationClient
(document);
77
GeolocationClientMock* client =
geolocationClient
(document);
86
GeolocationClientMock* client =
geolocationClient
(document);
92
GeolocationClientMock* InternalsGeolocation::
geolocationClient
(Document* document)
GeolocationClientMock.h
35
#include "modules/geolocation/
GeolocationClient
.h"
47
class GeolocationClientMock : public
GeolocationClient
{
57
//
GeolocationClient
InternalsGeolocation.h
52
static GeolocationClientMock*
geolocationClient
(Document*);
GeolocationClientMock.cpp
189
GeolocationClient
::trace(visitor);
/external/chromium_org/third_party/WebKit/Source/web/
GeolocationClientProxy.h
29
#include "modules/geolocation/
GeolocationClient
.h"
38
class GeolocationClientProxy FINAL : public
GeolocationClient
{
GeolocationClientProxy.cpp
94
GeolocationClient
::trace(visitor);
WebLocalFrameImpl.cpp
[
all
...]
/external/chromium_org/content/renderer/
render_frame_impl.h
425
virtual blink::WebGeolocationClient*
geolocationClient
();
[
all
...]
render_frame_impl.cc
[
all
...]
/external/chromium_org/third_party/WebKit/public/web/
WebFrameClient.h
502
virtual WebGeolocationClient*
geolocationClient
() { return 0; }
Completed in 193 milliseconds