Home
last modified time | relevance | path

Searched defs:setClientForTest (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/modules/navigatorcontentutils/
DNavigatorContentUtils.h57 void setClientForTest(PassOwnPtr<NavigatorContentUtilsClient> client) { m_client = client; } in setClientForTest() function
/external/chromium_org/third_party/WebKit/Source/modules/geolocation/
DGeolocationController.cpp189 void GeolocationController::setClientForTest(GeolocationClient* client) in setClientForTest() function in WebCore::GeolocationController