Home | History | Annotate | Download | only in chromium

Lines Matching refs:geolocationClientMock

1509         numberOfRequests += windowList[i]->geolocationClientMock()->numberOfPendingPermissionRequests();
1598 windowList[i]->geolocationClientMock()->setPermission(arguments[0].toBoolean());
1608 windowList[i]->geolocationClientMock()->setPosition(arguments[0].toDouble(), arguments[1].toDouble(), arguments[2].toDouble());
1618 windowList[i]->geolocationClientMock()->setError(arguments[0].toInt32(), cppVariantToWebString(arguments[1]));