Searched refs:WebGeolocationError (Results 1 – 8 of 8) sorted by relevance
36 void WebGeolocationError::assign(Error code, const WebString& message) in assign()41 void WebGeolocationError::assign(const WebGeolocationError& other) in assign()46 void WebGeolocationError::reset() in reset()51 WebGeolocationError::WebGeolocationError(PassRefPtr<GeolocationError> error) in WebGeolocationError() function in WebKit::WebGeolocationError56 WebGeolocationError& WebGeolocationError::operator=(PassRefPtr<GeolocationError> error) in operator =()62 WebGeolocationError::operator PassRefPtr<GeolocationError>() const in operator PassRefPtr<GeolocationError>()
63 WebGeolocationError::Error code; in setError()66 code = WebGeolocationError::ErrorPermissionDenied; in setError()69 code = WebGeolocationError::ErrorPositionUnavailable; in setError()76 WebGeolocationError webError(code, message); in setError()
47 void WebGeolocationController::errorOccurred(const WebGeolocationError& webError) in errorOccurred()
416 COMPILE_ASSERT_MATCHING_ENUM(WebGeolocationError::ErrorPermissionDenied, GeolocationError::Permissi…417 COMPILE_ASSERT_MATCHING_ENUM(WebGeolocationError::ErrorPositionUnavailable, GeolocationError::Posit…
42 class WebGeolocationError {49 WebGeolocationError(Error code, const WebString& message) { assign(code, message); } in WebGeolocationError() function50 WebGeolocationError(const WebGeolocationError& other) { assign(other); } in WebGeolocationError() function51 ~WebGeolocationError() { reset(); } in ~WebGeolocationError()54 WEBKIT_API void assign(const WebGeolocationError&);58 WebGeolocationError(WTF::PassRefPtr<WebCore::GeolocationError>);59 WebGeolocationError& operator=(WTF::PassRefPtr<WebCore::GeolocationError>);
37 class WebGeolocationError; variable44 WEBKIT_API void errorOccurred(const WebGeolocationError&);
177 'public/WebGeolocationError.h',468 'src/WebGeolocationError.cpp',
3348 * public/WebGeolocationError.h:4083 * public/WebGeolocationError.h: Added.4084 (WebKit::WebGeolocationError::WebGeolocationError):4085 (WebKit::WebGeolocationError::~WebGeolocationError):4089 * src/WebGeolocationError.cpp: Added.4090 (WebKit::WebGeolocationError::assign):4091 (WebKit::WebGeolocationError::reset):4092 (WebKit::WebGeolocationError::WebGeolocationError):4093 (WebKit::WebGeolocationError::operator=):4094 (WebKit::WebGeolocationError::operator WTF::PassRefPtr<WebCore::GeolocationError>):