OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:controllerForTestAdded
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/WebKit/Source/modules/geolocation/
GeolocationClient.h
48
virtual void
controllerForTestAdded
(GeolocationController*) { }
GeolocationController.cpp
196
client->
controllerForTestAdded
(this);
/external/chromium_org/third_party/WebKit/Source/modules/geolocation/testing/
GeolocationClientMock.h
65
void
controllerForTestAdded
(GeolocationController*) OVERRIDE;
GeolocationClientMock.cpp
96
void GeolocationClientMock::
controllerForTestAdded
(GeolocationController* controller)
Completed in 247 milliseconds