Home
last modified time | relevance | path

Searched refs:WebGeolocationError (Results 1 – 8 of 8) sorted by relevance

/external/webkit/Source/WebKit/chromium/src/
DWebGeolocationError.cpp36 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::WebGeolocationError
56 WebGeolocationError& WebGeolocationError::operator=(PassRefPtr<GeolocationError> error) in operator =()
62 WebGeolocationError::operator PassRefPtr<GeolocationError>() const in operator PassRefPtr<GeolocationError>()
DWebGeolocationClientMock.cpp63 WebGeolocationError::Error code; in setError()
66 code = WebGeolocationError::ErrorPermissionDenied; in setError()
69 code = WebGeolocationError::ErrorPositionUnavailable; in setError()
76 WebGeolocationError webError(code, message); in setError()
DWebGeolocationController.cpp47 void WebGeolocationController::errorOccurred(const WebGeolocationError& webError) in errorOccurred()
DAssertMatchingEnums.cpp416 COMPILE_ASSERT_MATCHING_ENUM(WebGeolocationError::ErrorPermissionDenied, GeolocationError::Permissi…
417 COMPILE_ASSERT_MATCHING_ENUM(WebGeolocationError::ErrorPositionUnavailable, GeolocationError::Posit…
/external/webkit/Source/WebKit/chromium/public/
DWebGeolocationError.h42 class WebGeolocationError {
49 WebGeolocationError(Error code, const WebString& message) { assign(code, message); } in WebGeolocationError() function
50 WebGeolocationError(const WebGeolocationError& other) { assign(other); } in WebGeolocationError() function
51 ~WebGeolocationError() { reset(); } in ~WebGeolocationError()
54 WEBKIT_API void assign(const WebGeolocationError&);
58 WebGeolocationError(WTF::PassRefPtr<WebCore::GeolocationError>);
59 WebGeolocationError& operator=(WTF::PassRefPtr<WebCore::GeolocationError>);
DWebGeolocationController.h37 class WebGeolocationError; variable
44 WEBKIT_API void errorOccurred(const WebGeolocationError&);
/external/webkit/Source/WebKit/chromium/
DWebKit.gyp177 'public/WebGeolocationError.h',
468 'src/WebGeolocationError.cpp',
DChangeLog-2011-02-163348 * 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>):