Home
last modified time | relevance | path

Searched defs:WebGeolocationError (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebKit/chromium/public/
DWebGeolocationError.h49 WebGeolocationError(Error code, const WebString& message) { assign(code, message); } in WebGeolocationError() function
50 WebGeolocationError(const WebGeolocationError& other) { assign(other); } in WebGeolocationError() function
DWebGeolocationController.h37 class WebGeolocationError; variable
/external/webkit/Source/WebKit/chromium/src/
DWebGeolocationError.cpp51 WebGeolocationError::WebGeolocationError(PassRefPtr<GeolocationError> error) in WebGeolocationError() function in WebKit::WebGeolocationError