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

/external/webkit/Source/WebKit/chromium/public/
H A DWebGeolocationError.h42 class WebGeolocationError { class in namespace:WebKit
49 WebGeolocationError(Error code, const WebString& message) { assign(code, message); } function in class:WebKit::WebGeolocationError
50 WebGeolocationError(const WebGeolocationError& other) { assign(other); } function in class:WebKit::WebGeolocationError
51 ~WebGeolocationError() { reset(); }
54 WEBKIT_API void assign(const WebGeolocationError&);
58 WebGeolocationError(WTF::PassRefPtr<WebCore::GeolocationError>);
59 WebGeolocationError& operator=(WTF::PassRefPtr<WebCore::GeolocationError>);
/external/webkit/Source/WebKit/chromium/src/
H A DWebGeolocationError.cpp27 #include "WebGeolocationError.h"
36 void WebGeolocationError::assign(Error code, const WebString& message)
41 void WebGeolocationError::assign(const WebGeolocationError& other)
46 void WebGeolocationError::reset()
51 WebGeolocationError::WebGeolocationError(PassRefPtr<GeolocationError> error) function in class:WebKit::WebGeolocationError
56 WebGeolocationError& WebGeolocationError::operator=(PassRefPtr<GeolocationError> error)
62 WebGeolocationError
[all...]

Completed in 106 milliseconds