HomeSort by relevance Sort by last modified time
    Searched refs:setClientForTest (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/WebKit/Source/modules/navigatorcontentutils/testing/
InternalsNavigatorContentUtils.cpp 19 navigatorContentUtils->setClientForTest(adoptPtr(new NavigatorContentUtilsClientMock()));
  /external/chromium_org/third_party/WebKit/Source/modules/navigatorcontentutils/
NavigatorContentUtils.h 57 void setClientForTest(PassOwnPtr<NavigatorContentUtilsClient> client) { m_client = client; }
  /external/chromium_org/third_party/WebKit/Source/modules/geolocation/
GeolocationController.h 62 void setClientForTest(GeolocationClient*);
GeolocationController.cpp 63 setClientForTest(mainController->client());
189 void GeolocationController::setClientForTest(GeolocationClient* client)
  /external/chromium_org/third_party/WebKit/Source/modules/geolocation/testing/
InternalsGeolocation.cpp 52 GeolocationController::from(toLocalFrame(childFrame))->setClientForTest(client);

Completed in 92 milliseconds