Searched defs:WebGeolocationError (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/public/web/
H A DWebGeolocationError.h37 class WebGeolocationError { class in namespace:blink
44 WebGeolocationError(Error code, const WebString& message) { assign(code, message); } function in class:blink::WebGeolocationError
45 WebGeolocationError(const WebGeolocationError& other) { assign(other); } function in class:blink::WebGeolocationError
46 ~WebGeolocationError() { reset(); }
49 BLINK_EXPORT void assign(const WebGeolocationError&);
53 WebGeolocationError(GeolocationError*);
54 WebGeolocationError& operator=(GeolocationError*);
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebGeolocationError.cpp27 #include "public/web/WebGeolocationError.h"
34 void WebGeolocationError::assign(Error code, const WebString& message)
39 void WebGeolocationError::assign(const WebGeolocationError& other)
44 void WebGeolocationError::reset()
49 WebGeolocationError::WebGeolocationError(GeolocationError* error) function in class:blink::WebGeolocationError
54 WebGeolocationError& WebGeolocationError::operator=(GeolocationError* error)
60 WebGeolocationError
[all...]

Completed in 99 milliseconds