Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/public/web/
DWebGeolocationError.h45 WebGeolocationError(Error code, const WebString& message) { assign(code, message); } in WebGeolocationError() function
46 WebGeolocationError(const WebGeolocationError& other) { assign(other); } in WebGeolocationError() function
DWebGeolocationController.h37 class WebGeolocationError; variable
/external/chromium_org/third_party/WebKit/Source/web/
DWebGeolocationError.cpp51 WebGeolocationError::WebGeolocationError(GeolocationError* error) in WebGeolocationError() function in blink::WebGeolocationError