Searched defs:WebGeolocationError (Results 1 – 3 of 3) sorted by relevance
45 WebGeolocationError(Error code, const WebString& message) { assign(code, message); } in WebGeolocationError() function46 WebGeolocationError(const WebGeolocationError& other) { assign(other); } in WebGeolocationError() function
37 class WebGeolocationError; variable
51 WebGeolocationError::WebGeolocationError(GeolocationError* error) in WebGeolocationError() function in blink::WebGeolocationError