Searched defs:WebGeolocationError (Results 1 – 3 of 3) sorted by relevance
49 WebGeolocationError(Error code, const WebString& message) { assign(code, message); } in WebGeolocationError() function50 WebGeolocationError(const WebGeolocationError& other) { assign(other); } in WebGeolocationError() function
37 class WebGeolocationError; variable
51 WebGeolocationError::WebGeolocationError(PassRefPtr<GeolocationError> error) in WebGeolocationError() function in WebKit::WebGeolocationError